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

« back to all changes in this revision

Viewing changes to data/objects/powerups/fire_powerup.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=fire_powerup
 
3
        next_animation="'normal'"
 
4
        on_touch="[die(), powerup(level.player.driver, 'fire')]"
 
5
        on_process="set(brightness,(wave(cycle*15)+1000)/10 + 255)"
 
6
                [animation]
 
7
                id=normal
 
8
                image=props/items.png
 
9
                rect=7,62,22,79
 
10
                collide="2,3,13,16"
 
11
                [/animation]
 
12
        [/object_type]