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

« back to all changes in this revision

Viewing changes to data/objects/props/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=spark
 
3
        zorder=20
 
4
        ignore_collide=true
 
5
        dies_on_inactive=yes
 
6
        
 
7
        on_enter_water="die()"
 
8
        on_collide="die()"
 
9
        
 
10
        on_process="if (1d10 = 1, die())"
 
11
        
 
12
        on_create="[set(velocity_x, ((1d2000 - 1000)/3)),
 
13
                                set(velocity_y, (1d500)/2)]"
 
14
        
 
15
        [animation]
 
16
                id=normal
 
17
                image=effects/powerup-fx.png
 
18
                rect=132,65,133,66
 
19
                accel_y=20
 
20
        [/animation]
 
21
[/object_type]
 
 
b'\\ No newline at end of file'