1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221
|
<?xml version="1.0" encoding="iso-8859-1"?>
<resources>
<!-- Common ressources (explosion and impact) -->
<sprite name="smoke">
<image file="object/smoke2.png" />
</sprite>
<sprite name="smoke_explosion">
<image file="object/smoke3.png" />
</sprite>
<sprite name="fire_particle">
<image file="object/fire.png" />
</sprite>
<sprite name="star_particle">
<image file="object/star.png" />
</sprite>
<sprite name="yellow_star_particle">
<image file="object/yellow_star.png" />
</sprite>
<sprite name="blue_star_particle">
<image file="object/blue_star.png" />
</sprite>
<sprite name="pink_star_particle">
<image file="object/pink_star.png" />
</sprite>
<!-- Air attack ressources -->
<surface name="air_attack_ico" file="weapon/air_attack/air_attack_ico.png" />
<surface name="air_attack" file="weapon/air_attack/air_attack.png" />
<sprite name="air_attack_plane">
<image file="weapon/air_attack/air_attack_plane.png">
<grid pos="0,0" size="200,65" array="3,1"/>
</image>
<animation speed="10"/>
</sprite>
<sprite name="air_attack_projectile">
<image file="weapon/air_attack/obus.png" />
</sprite>
<!-- Air Hammer ressources -->
<surface name="airhammer_ico" file="weapon/airhammer/airhammer_ico.png" />
<surface name="airhammer" file="weapon/airhammer/airhammer.png" />
<surface name="airhammer_impact" file="weapon/airhammer/airhammer_impact.png" />
<!-- Automatic-Bazooka ressources -->
<surface name="automatic_bazooka_ico" file="weapon/bazooka/bazooka_auto_ico.png" />
<surface name="automatic_bazooka" file="weapon/bazooka/bazooka.png" />
<!-- Baseball ressources -->
<surface name="baseball_ico" file="weapon/baseball/baseball_ico.png" />
<surface name="baseball" file="weapon/baseball/baseball.png" />
<!-- Bazooka ressources -->
<surface name="bazooka_ico" file="weapon/bazooka/bazooka_ico.png" />
<surface name="bazooka" file="weapon/bazooka/bazooka.png" />
<surface name="baz_cible" file="weapon/bazooka/baz_cible.png" />
<sprite name="rocket">
<image file="weapon/bazooka/missile.png" />
</sprite>
<!-- Bounce ball ressources -->
<surface name="bounce_ball_ico" file="weapon/bounce_ball/bounce_ball_ico.png" />
<surface name="bounce_ball" file="weapon/bounce_ball/bounce_ball.png" />
<sprite name="bounce_ball">
<image file="weapon/bounce_ball/bounce_ball.png" />
</sprite>
<!-- Clusterbomb ressources -->
<surface name="cluster_bomb_ico" file="weapon/cluster_bomb/clusterbomb_ico.png" />
<surface name="cluster_bomb" file="weapon/cluster_bomb/clusterbomb.png" />
<sprite name="cluster_bomb">
<image file="weapon/cluster_bomb/clusterbomb.png" />
</sprite>
<sprite name="cluster">
<image file="weapon/cluster_bomb/cluster.png" />
</sprite>
<!-- Dynamite ressources -->
<surface name="dynamite_ico" file="weapon/dynamite/dynamite_ico.png" />
<surface name="dynamite" file="weapon/dynamite/dynamite.png" />
<sprite name="dynamite_bullet">
<image file="weapon/dynamite/dynamite_ani.png">
<grid pos="0,0" size="14,15" array="11,1" />
</image>
</sprite>
<sprite name="dynamite_anim">
<image file="weapon/dynamite/dynamite_ani.png">
<grid pos="0,0" size="14,15" array="11,1" />
</image>
</sprite>
<!-- Grenade ressources -->
<surface name="grenade_ico" file="weapon/grenade/grenade_ico.png" />
<surface name="grenade" file="weapon/grenade/grenade.png" />
<sprite name="grenade">
<image file="weapon/grenade/grenade.png" />
</sprite>
<!-- Gun ressources -->
<surface name="gun_ico" file="weapon/gun/gun_ico.png" />
<surface name="gun" file="weapon/gun/gun.png" />
<sprite name="gun_bullet">
<image file="weapon/gun/gun_bullet.png" />
</sprite>
<!-- Holly Grenade ressources -->
<surface name="holly_grenade_ico" file="weapon/holly_grenade/holly_grenade_ico.png" />
<surface name="holly_grenade" file="weapon/holly_grenade/holly_grenade.png" />
<sprite name="holly_grenade">
<image file="weapon/holly_grenade/holly_grenade.png" />
</sprite>
<!-- Gnu ressources -->
<surface name="gnulauncher_ico" file="weapon/gnu/gnu_ico.png" />
<surface name="gnulauncher" file="weapon/gnu/gnulauncher.png" />
<sprite name="gnu">
<image file="weapon/gnu/gnu.png">
<grid pos="0,0" size="47,38" array="4,1" />
</image>
<animation speed="35" loop_mode="pingpong" />
</sprite>
<!-- JetPack ressources -->
<surface name="jetpack" file="weapon/jet_pack/jet_pack.png" />
<surface name="jetpack_ico" file="weapon/jet_pack/jet_pack_ico.png" />
<!-- LowGrav ressources -->
<surface name="lowgrav_ico" file="weapon/lowgrav/lowgrav_ico.png" />
<surface name="lowgrav" file="weapon/lowgrav/lowgrav.png" />
<!-- Mine ressources -->
<surface name="minelauncher_ico" file="weapon/mine/mine_ico.png" />
<surface name="minelauncher" file="weapon/mine/mine.png" />
<sprite name="mine">
<image file="weapon/mine/mine_anim.png">
<grid size="16,8" array="2,1" />
</image>
</sprite>
<surface name="mine_impact" file="weapon/mine/mine_impact.png" />
<!-- Ninja Rope ressources -->
<surface name="ninjarope_ico" file="weapon/ninja_rope/ninjarope_ico.png" />
<surface name="ninjarope" file="weapon/ninja_rope/ninjarope.png" />
<sprite name="ninjarope">
<image file="weapon/ninja_rope/ninjarope.png" />
</sprite>
<sprite name="ninjahook">
<image file="weapon/ninja_rope/ninjahook.png" />
</sprite>
<sprite name="ninjanode">
<image file="weapon/ninja_rope/ninjanode.png" />
</sprite>
<!-- Parachute ressources -->
<surface name="parachute_ico" file="weapon/parachute/parachute_ico.png" />
<surface name="parachute" file="weapon/parachute/parachute.png" />
<sprite name="parachute_sprite">
<image file="weapon/parachute/parachute.png">
<grid pos="0,0" size="84,71" array="3,1" />
</image>
</sprite>
<!-- Skip-turn ressources -->
<surface name="skip_turn_ico" file="weapon/skip_turn/skipturn_ico.png" />
<surface name="skip_turn" file="weapon/skip_turn/skipturn.png" />
<!-- Suicide ressources -->
<surface name="suicide_ico" file="weapon/suicide/suicide_ico.png" />
<surface name="suicide" file="weapon/suicide/suicide.png" />
<!-- SuperTux ressources -->
<surface name="tux_ico" file="weapon/supertux/supertux_ico.png" />
<surface name="tux" file="weapon/supertux/supertux.png" />
<sprite name="supertux">
<image file="weapon/supertux/superman.png">
<grid pos="0,0" size="23,37" array="2,1" />
<animation speed="800"/>
</image>
</sprite>
<!-- Teleportation ressources -->
<surface name="teleportation_ico" file="weapon/teleportation/teleportation_ico.png" />
<surface name="teleportation" file="weapon/teleportation/teleportation.png" />
<!-- Uzi ressources -->
<surface name="uzi_ico" file="weapon/uzi/uzi_ico.png" />
<sprite name="uzi_bullet">
<image file="weapon/gun/gun_bullet.png" />
</sprite>
<surface name="uzi" file="weapon/uzi/uzi.png" />
</resources>
|