comparison 06/anm.xml @ 12:79dfd9765a67

I *really* should commit more often.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 04 Oct 2011 11:45:04 +0200
parents d0e992b282a0
children 2925b0e246c6
comparison
equal deleted inserted replaced
11:9f0e37b7eeab 12:79dfd9765a67
56 <desc>Jump to the given instruction and reset the frame counter to the instruction's frame.</desc> 56 <desc>Jump to the given instruction and reset the frame counter to the instruction's frame.</desc>
57 </op> 57 </op>
58 58
59 <op> 59 <op>
60 <num>7</num> 60 <num>7</num>
61 <name>set_mirror</name> 61 <name>toggle_mirror</name>
62 <desc>Performs a scale of -1 on the x axis.</desc> 62 <desc>Performs a scale of -1 on the x axis.</desc>
63 </op> 63 </op>
64 64
65 <op> 65 <op>
66 <num>9</num> 66 <num>9</num>
193 </params> 193 </params>
194 </op> 194 </op>
195 195
196 <op> 196 <op>
197 <num>26</num> 197 <num>26</num>
198 <params> 198 <name>set_automatic_angle</name>
199 <param type="S"/> 199 <params>
200 </params> 200 <param type="S" name="x">Bitfield</param>
201 </params>
202 <desc>If <code>x &amp; 1</code>, rotate on z by <code>pi - angle</code>.</desc>
201 </op> 203 </op>
202 204
203 <op> 205 <op>
204 <num>27</num> 206 <num>27</num>
205 <name>shift_texture_x</name> 207 <name>shift_texture_x</name>