mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-03-28 22:53:18 +00:00
* Begin * Begin 2 * move to tsx * fix that UI * fix gib * bunch of fixes * fix this one * Nicer ahelp bot text formatting * clean up all inputs * . * fix MC tab * fix ore spawn * with rare * More filter stuff * Cleaned up world * Fix * ummm * . * fix that * . * Begin * Begin 2 * move to tsx * fix that UI * fix gib * bunch of fixes * fix this one * clean up all inputs * Nicer ahelp bot text formatting * . * fix MC tab * fix ore spawn * with rare * More filter stuff * Cleaned up world * Fix * Added missing props * useContext fix * . --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
18 lines
719 B
Plaintext
18 lines
719 B
Plaintext
/datum/asset/simple/particle_editor
|
|
assets = list(
|
|
"motion" = 'icons/ui/particle_editor/motion.png',
|
|
|
|
"uniform" = 'icons/ui/particle_editor/uniform_rand.png',
|
|
"normal" ='icons/ui/particle_editor/normal_rand.png',
|
|
"linear" = 'icons/ui/particle_editor/linear_rand.png',
|
|
"square_rand" = 'icons/ui/particle_editor/square_rand.png',
|
|
|
|
"num" = 'icons/ui/particle_editor/num_gen.png',
|
|
"vector" = 'icons/ui/particle_editor/vector_gen.png',
|
|
"box" = 'icons/ui/particle_editor/box_gen.png',
|
|
"circle" = 'icons/ui/particle_editor/circle_gen.png',
|
|
"sphere" = 'icons/ui/particle_editor/sphere_gen.png',
|
|
"square" = 'icons/ui/particle_editor/square_gen.png',
|
|
"cube" = 'icons/ui/particle_editor/cube_gen.png',
|
|
)
|