summaryrefslogtreecommitdiff
path: root/assets/scripts/g_disconnect.particle
blob: e7ba0c156a7409a4365f6ed9c6a6751a164e9c93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 -

      lifeTime 1000~300
    }

    count   3
    delay   0
    period  0 - 0
  }
}