mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 07:46:20 +00:00
* Refactor removing unused defines. (#82115) Refactors a lot of the unused defines. Refactors a lot of the unused defines. Nothing player facing --------- Co-authored-by: san7890 <the@san7890.com> * Oh well. I hope this works fine. --------- Co-authored-by: Bilbo367 <163439532+Bilbo367@users.noreply.github.com> Co-authored-by: san7890 <the@san7890.com> Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.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"
|