~alaxa27/ultimate-smash-friends/mirror_trunk

« back to all changes in this revision

Viewing changes to pkg/ultimate-smash-friends_1.0-beta-1/usr/share/usf_media/items/trunk/trunk.xml

  • Committer: gaby
  • Date: 2009-11-30 17:03:16 UTC
  • Revision ID: gaby@ks22672.kimsufi.com-20091130170316-6lm3v7q0torulfab
adding code package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<item
 
3
    name="trunk"
 
4
    image="trunk.png"
 
5
    creator="Tshirtman"
 
6
    weight=""
 
7
    hardshape="0 0 46 30"
 
8
    auto-reverse="True"
 
9
    Description="a trunk allowing the player to upgrade to a more powerfull
 
10
    form">
 
11
 
 
12
    <movement name="static"
 
13
    duration="5000"
 
14
    repeat="0"
 
15
    >
 
16
        <frame
 
17
        time="0"
 
18
        image="trunk.png"
 
19
        > </frame>
 
20
    </movement>
 
21
    <movement name="triger"
 
22
    duration="500"
 
23
    repeat="0"
 
24
    >
 
25
        <event
 
26
        action="UpgradePlayer"
 
27
        period="0,0"
 
28
        ></event>
 
29
        <event
 
30
        action="DelItemEvent"
 
31
        period="0,500"
 
32
        ></event>
 
33
        <frame
 
34
        time="0"
 
35
        image="trunk-open.png"
 
36
        > </frame>
 
37
    </movement>
 
38
</item>