mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 10:01:58 +00:00
## About The Pull Request Refactors a lot of the unused defines. ## Why It's Good For The Game Refactors a lot of the unused defines. ## Changelog Nothing player facing --------- Co-authored-by: san7890 <the@san7890.com>
13 lines
332 B
Plaintext
13 lines
332 B
Plaintext
//generator types
|
|
#define GEN_NUM "num"
|
|
#define GEN_VECTOR "vector"
|
|
#define GEN_BOX "box"
|
|
#define GEN_CIRCLE "circle"
|
|
#define GEN_SPHERE "sphere"
|
|
|
|
///particle editor var modifiers
|
|
#define P_DATA_GENERATOR "generator"
|
|
#define P_DATA_ICON_ADD "icon_add"
|
|
#define P_DATA_ICON_REMOVE "icon_remove"
|
|
#define P_DATA_ICON_WEIGHT "icon_edit"
|