mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 14:47:50 +01:00
[MIRROR] View Variables Update (2) (#11149)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Selis
Kashargul
parent
d4c88eacdd
commit
76310c6448
@@ -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