mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
14 lines
367 B
Plaintext
14 lines
367 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"
|
|
#define P_DATA_GRADIENT "gradient"
|