comparison data/ST/etama3.script @ 116:0fa6bef94095

Welcome self-sufficient data!
author Thibaut Girka <thib@sitedethib.com>
date Wed, 07 Sep 2011 10:51:08 +0200
parents
children 1ec8be40880f
comparison
equal deleted inserted replaced
115:f0e6ae22d29a 116:0fa6bef94095
1 ENTRY 0
2 Name: data/etama/etama3.png
3 Format: 1
4 Width: 256
5 Height: 256
6
7 # Items
8 Sprite: 0 16*16+0+32 # Power item
9 Sprite: 1 16*16+16+32 # Point item
10 Sprite: 2 16*16+32+32 # Big power item
11 Sprite: 3 16*16+48+32 # Bomb item
12 Sprite: 4 16*16+64+32 # Full power item
13 Sprite: 5 16*16+80+32 # Life item
14 Sprite: 6 16*16+96+32 # Star item
15
16 Sprite: 7 16*16+112+32 # HARDOCDED: Power item indicator
17 Sprite: 8 16*16+128+32 # HARDOCDED: Point item indicator
18 Sprite: 9 16*16+144+32 # HARDOCDED: Big power item indicator
19 Sprite: 10 16*16+160+32 # HARDOCDED: Bomb item indicator
20 Sprite: 11 16*16+176+32 # HARDOCDED: Full power indicator
21 Sprite: 12 16*16+192+32 # HARDOCDED: Life item indicator
22 Sprite: 13 16*16+208+32 # HARDOCDED: Star item indicator
23
24 # Bullets
25 Sprite: 14 16*16+0+0
26 Sprite: 15 16*16+16+0
27 Sprite: 16 16*16+32+0
28 Sprite: 17 16*16+48+0
29 Sprite: 18 16*16+64+0
30 Sprite: 29 16*16+80+0
31 Sprite: 20 16*16+96+0
32
33 Sprite: 21 16*16+4+16
34 Sprite: 22 16*16+20+16
35 Sprite: 23 16*16+36+16
36 Sprite: 24 16*16+52+16
37 Sprite: 25 16*16+68+16
38 Sprite: 26 16*16+84+16
39 Sprite: 27 16*16+100+16
40
41 # Scripts: some are hardcoded in the game
42
43 Script: 1 # Energy balls
44 Instruction: 0 0 1 14
45 Instruction: 0 0 15
46
47
48 Script: 2 # Focused things
49 Instruction: 0 0 1 21
50 Instruction: 0 0 26 1
51 Instruction: 0 0 15
52
53
54 # Hardcoded scripts
55
56 Script: 0
57 Instruction: 0 0 1 0
58 Instruction: 0 0 15
59
60 Script: 3
61 Instruction: 0 0 1 0
62 Instruction: 0 0 15
63
64 Script: 4
65 Instruction: 0 0 1 0
66 Instruction: 0 0 15
67
68 Script: 5
69 Instruction: 0 0 1 0
70 Instruction: 0 0 15
71
72 Script: 6
73 Instruction: 0 0 1 0
74 Instruction: 0 0 15
75
76 Script: 7
77 Instruction: 0 0 1 0
78 Instruction: 0 0 15
79
80 Script: 8
81 Instruction: 0 0 1 0
82 Instruction: 0 0 15
83
84
85 Script: 9
86 Instruction: 0 0 1 0
87 Instruction: 0 0 15
88
89 Script: 10
90 Instruction: 0 0 1 0
91 Instruction: 0 0 15
92
93 Script: 11
94 Instruction: 0 0 1 0
95 Instruction: 0 0 15
96
97 Script: 12
98 Instruction: 0 0 1 0
99 Instruction: 0 0 15
100
101 Script: 13
102 Instruction: 0 0 1 0
103 Instruction: 0 0 15
104
105 Script: 14
106 Instruction: 0 0 1 0
107 Instruction: 0 0 15
108
109 Script: 15
110 Instruction: 0 0 1 0
111 Instruction: 0 0 15
112
113 Script: 16
114 Instruction: 0 0 1 0
115 Instruction: 0 0 15
116
117 Script: 17
118 Instruction: 0 0 1 0
119 Instruction: 0 0 15
120
121 Script: 18
122 Instruction: 0 0 1 0
123 Instruction: 0 0 15
124
125 Script: 19
126 Instruction: 0 0 1 0
127 Instruction: 0 0 15
128
129 Script: 20
130 Instruction: 0 0 1 0
131 Instruction: 0 0 15
132
133 # HARDCODED: Power item
134 Script: 21
135 Instruction: 0 0 1 0
136 Instruction: 0 0 15
137
138 # HARDCODED: Point item
139 Script: 22
140 Instruction: 0 0 1 1
141 Instruction: 0 0 15
142
143 # HARDCODED: Big power item
144 Script: 23
145 Instruction: 0 0 1 2
146 Instruction: 0 0 15
147
148 # HARDCODED: Bomb item
149 Script: 24
150 Instruction: 0 0 1 3
151 Instruction: 0 0 15
152
153 # HARDCODED: Full power item
154 Script: 25
155 Instruction: 0 0 1 4
156 Instruction: 0 0 15
157
158 # HARDCODED: Life item
159 Script: 26
160 Instruction: 0 0 1 5
161 Instruction: 0 0 15
162
163 # HARDCODED: Star item
164 Script: 27
165 Instruction: 0 0 1 6
166 Instruction: 0 0 15
167