mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
* Initial commit * Cleaning up + more debris * Adds missing trailing newline * CI doesn't like these and starts an infinite loop it seems * Hacky solution? I call it fixing CI * Final fixes
8 lines
257 B
Plaintext
8 lines
257 B
Plaintext
// These are used to convery what kind of debris should spawn from being hit by something
|
|
#define DEBRIS_SPARKS "spark"
|
|
#define DEBRIS_WOOD "wood"
|
|
#define DEBRIS_ROCK "rock"
|
|
#define DEBRIS_GLASS "glass"
|
|
#define DEBRIS_LEAF "leaf"
|
|
#define DEBRIS_SNOW "snow"
|