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

« back to all changes in this revision

Viewing changes to data/compiled/objects/pineapple_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="pineapple_powerup"
 
3
next_animation="'normal'"
 
4
on_process="set(brightness,(wave(cycle*15)+1000)/10 + 255)"
 
5
on_touch="[die(), powerup(level.player.driver, 'pineapple')]"
 
6
        [animation]
 
7
        collide="2,3,13,16"
 
8
        frame_info="1,1,1,1,73,442,14,16"
 
9
        id="normal"
 
10
        image="compiled-2.png"
 
11
        rect="72,441,87,458"
 
12
        [/animation]
 
13
 
 
14
[/object_type]
 
15