From 01beb9919b95479d8be040bec74abc5cc67a5e43 Mon Sep 17 00:00:00 2001 From: Mikko Tiusanen Date: Sun, 4 May 2014 01:18:52 +0300 Subject: Initial import. --- assets/scripts/system_core.particle | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 assets/scripts/system_core.particle (limited to 'assets/scripts/system_core.particle') diff --git a/assets/scripts/system_core.particle b/assets/scripts/system_core.particle new file mode 100644 index 0000000..b7a1616 --- /dev/null +++ b/assets/scripts/system_core.particle @@ -0,0 +1,25 @@ +disconnectPS +{ + ejector + { + particle + { + shader sync gfx/sprites/bubble + displacement 0 0 0 ~60 + + velocityType static + velocityDir linear + velocityMagnitude 15 + velocity 0 0 1 ~90 + + radius 0 24 32 + alpha 0 1.0 - + + lifeTime 2500~300 + } + + count 5 + delay 0 + period 0 - 0 + } +} \ No newline at end of file -- cgit