mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 19:51:45 +02:00
Add PROP_NOAMBHEAT to prevent certain elements from being heated by Ambient heat, Add PROP_NOAMBHEAT to FILT to fix http://powdertoy.co.uk/Discussions/Thread/View.html?Thread=13579
This commit is contained in:
@@ -249,8 +249,9 @@
|
||||
#define PROP_RADIOACTIVE 0x02000 //8192 Radioactive
|
||||
#define PROP_LIFE_DEC 0x04000 //2^14 Life decreases by one every frame if > zero
|
||||
#define PROP_LIFE_KILL 0x08000 //2^15 Kill when life value is <= zero
|
||||
#define PROP_LIFE_KILL_DEC 0x10000 //2^16 Kill when life value is decremented to <= zero
|
||||
#define PROP_LIFE_KILL_DEC 0x10000 //2^16 Kill when life value is decremented to<= zero
|
||||
#define PROP_SPARKSETTLE 0x20000 //2^17 Allow Sparks/Embers to settle
|
||||
#define PROP_NOAMBHEAT 0x40000 //2^18 Don't transfer or receive heat from ambient heat.
|
||||
|
||||
#define FLAG_STAGNANT 1
|
||||
#define FLAG_SKIPMOVE 0x2 // skip movement for one frame, only implemented for PHOT
|
||||
|
Reference in New Issue
Block a user