~ubuntu-branches/ubuntu/utopic/frogatto-data/utopic

« back to all changes in this revision

Viewing changes to data/objects/character-power-fx/explosion_spark.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Dmitry E. Oboukhov
  • Date: 2010-07-16 12:14:11 UTC
  • Revision ID: james.westby@ubuntu.com-20100716121411-tobhfbyxrrz46dwz
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        [object_type]
 
2
        id=explosion_spark
 
3
        dies_on_inactive=true
 
4
        ignore_collide=true
 
5
        on_end_anim="die()"
 
6
        zorder=50
 
7
        on_create="[set(time_in_animation, 1d6), set(velocity_y, 1d300 - 150), set(rotate,1d4 * 90),
 
8
        spawn('explosion_spark_smoke', midpoint_x + 1d20-10, y + 1d20, facing,set(velocity_x, velocity_x) )]"
 
9
                [animation]
 
10
                id=sparkle
 
11
                image=effects/explosion.png
 
12
                x=105
 
13
                y=193
 
14
                w=13
 
15
                h=13
 
16
                pad=3
 
17
                frames=6
 
18
                frames_per_row=3
 
19
                scale=2
 
20
                duration=4
 
21
                accel_y=-10
 
22
                [/animation]
 
23
        [/object_type]