mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-29 03:22:12 +00:00
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> 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',
|
|
)
|