mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-27 17:41:50 +00:00
* /icons/ folder cleansing crusade part 3 * fixes --------- Co-authored-by: YesterdaysPromise <122572637+YesterdaysPromise@users.noreply.github.com> Co-authored-by: SpaceLoveSs13 <68121607+SpaceLoveSs13@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',
|
|
)
|