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

« back to all changes in this revision

Viewing changes to data/objects/milgramen/kitty_butler_npc.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
        
 
2
        [object_type]
 
3
        id=kitty_butler_npc
 
4
        always_active=yes
 
5
        solid_area=6,10,26,33
 
6
        zorder=15
 
7
 
 
8
        solid_dimensions=npc
 
9
        friction=1000
 
10
        traction=1000
 
11
        
 
12
        on_create="animation('standLoaded')"
 
13
 
 
14
        on_end_anim="animation(animation)"
 
15
        on_end_stand_anim="animation('stand')"
 
16
        on_end_walk_anim="animation('walk')"
 
17
        
 
18
                [base:animation]
 
19
                image=enemies/kitty-butler.png
 
20
                accel_x=0
 
21
                accel_y=80
 
22
                pad=3
 
23
                rotate_on_slope=yes
 
24
                body_area=all
 
25
                [/animation]
 
26
 
 
27
 
 
28
        
 
29
                [animation]
 
30
                id=stand
 
31
                duplicates=6
 
32
                rect=1,1,41,36
 
33
                frames=3
 
34
                duration=8
 
35
                [/animation]
 
36
 
 
37
                [animation]
 
38
                id=stand
 
39
                rect=133,1,173,36
 
40
                frames=1
 
41
                duration=18
 
42
                [/animation]
 
43
 
 
44
                [animation]
 
45
                id=turn
 
46
                rect=133,1,173,36
 
47
                frames=1
 
48
                duration=18
 
49
                [/animation]
 
50
 
 
51
                [animation]
 
52
                id=walk
 
53
                accel_x=400
 
54
                rect=1,40,41,75
 
55
                frames=4
 
56
                duration=6
 
57
                [/animation]
 
58
 
 
59
                [animation]
 
60
                id=walkLoaded
 
61
                solid_area=6,17,26,40
 
62
                accel_x=400
 
63
                rect=1,79,41,121
 
64
                frames=4
 
65
                duration=6
 
66
                [/animation]
 
67
 
 
68
                [animation]
 
69
                id=standLoaded
 
70
                solid_area=6,17,26,40
 
71
                rect=1,125,41,167
 
72
                frames=3
 
73
                duration=8
 
74
                [/animation]
 
75
 
 
76
                [object_type]
 
77
                id=tea_tray
 
78
                zorder=-1
 
79
                solid_area=2,16,27,19
 
80
                solid_dimensions=npc
 
81
 
 
82
                [base:animation]
 
83
                        image=enemies/kitty-butler.png
 
84
                        accel_x=0
 
85
                        accel_y=80
 
86
                        pad=3
 
87
                        body_area=all
 
88
                        [/animation]
 
89
        
 
90
                
 
91
                        [animation]
 
92
                        id=normal
 
93
                        rect=179,4,211,24
 
94
                        frames=1
 
95
                        duration=100
 
96
                        [/animation]
 
97
        
 
98
                [/object_type]
 
99
        [/object_type]
 
100