From b28d5f6dbedd5b895eed4cc5b730581df3b2215d Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Fri, 26 Jun 2015 01:29:00 +0200 Subject: Initial implementation of Wraith. --- assets/scripts/aw_level1.particle | 51 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 assets/scripts/aw_level1.particle (limited to 'assets/scripts/aw_level1.particle') diff --git a/assets/scripts/aw_level1.particle b/assets/scripts/aw_level1.particle new file mode 100644 index 0000000..5a230a2 --- /dev/null +++ b/assets/scripts/aw_level1.particle @@ -0,0 +1,51 @@ +gfx/level1/warpEnterPS +{ + ejector + { + particle + { + shader sync gfx/level1/warpParticle1 + displacement 0 0 0 0 + + velocityType static + velocityDir linear + velocityMagnitude 0 + velocity 0 0 1 0 + + radius 0 100 0 + alpha 0 1.0 - + + lifeTime 100 + } + + count 1 + delay 0 + period 0 - 0 + } +} + +gfx/level1/warpExitPS +{ + ejector + { + particle + { + shader sync gfx/level1/warpParticle1 + displacement 0 0 0 0 + + velocityType static + velocityDir linear + velocityMagnitude 0 + velocity 0 0 1 0 + + radius 0 100 0 + alpha 0 1.0 - + + lifeTime 100 + } + + count 1 + delay 0 + period 0 - 0 + } +} -- cgit