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

« back to all changes in this revision

Viewing changes to data/objects/props/candlestick.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
## This is a candle without a base, meant to be used on candelabras and such; giving each candle independent timing.
 
2
 
 
3
        [object_type]
 
4
        id=candlestick
 
5
        ignore_collide=true
 
6
        zorder=-2
 
7
 
 
8
        [editor_info]
 
9
        category=decor
 
10
        [/editor_info]
 
11
 
 
12
 
 
13
        on_create="[spawn('candle_glow',midpoint_x,midpoint_y-10,facing),set(time_in_animation,1d22)]"
 
14
        on_end_anim="animation('normal')"
 
15
                [animation]
 
16
                id=normal
 
17
                image=props/furniture.png
 
18
                rect=0,114,17,131
 
19
                collide=0,0,16,16
 
20
                frames=4
 
21
                duration=6
 
22
                pad=0
 
23
                [/animation]
 
24
        [/object_type]