mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 21:28:37 +01:00
17 lines
501 B
Plaintext
17 lines
501 B
Plaintext
GLOBAL_LIST_INIT(hair_gradients, list(
|
|
"None" = "none",
|
|
"Fade (Up)" = "fadeup",
|
|
"Fade (Down)" = "fadedown",
|
|
"Fade Low (Up)" = "fadeup_low",
|
|
"Bottom Flat" = "bottomflat",
|
|
"Fade Low (Down)" = "fadedown_low",
|
|
"Vertical Split" = "vsplit",
|
|
"Reflected" = "reflected",
|
|
"Reflected (Inverted)" = "reflected_inverse",
|
|
"Reflected High" = "reflected_high",
|
|
"Reflected High (Inverted)" = "reflected_inverse_high",
|
|
"Wavy" = "wavy",
|
|
"Striped" = "striped",
|
|
"Striped (Vertical)" = "striped_vertical"
|
|
))
|