summaryrefslogtreecommitdiff
path: root/assets/scripts/system_core.particle
diff options
context:
space:
mode:
authorMikko Tiusanen <ams@daug.net>2014-05-04 01:18:52 +0300
committerMikko Tiusanen <ams@daug.net>2014-05-04 01:18:52 +0300
commit01beb9919b95479d8be040bec74abc5cc67a5e43 (patch)
tree65f0b79e793848491832756a4c3a32b23668fab3 /assets/scripts/system_core.particle
parent191d731da136b7ee959a17e63111c9146219a768 (diff)
Initial import.
Diffstat (limited to 'assets/scripts/system_core.particle')
-rw-r--r--assets/scripts/system_core.particle25
1 files changed, 25 insertions, 0 deletions
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