mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Adds bullet impact particle effects! (#25177)
* 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
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// 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"
|
||||
Reference in New Issue
Block a user