mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
View Variables Update (2) (#17946)
* 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>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/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',
|
||||
)
|
||||
Reference in New Issue
Block a user