小
更正错误
小 (星云nebulas移动页面逆向:AT1/Gmd至逆向:程序研究/AT1/Gmd,不留重定向:文字替换 -“AT1/”替换为“程序研究/AT1/”) |
小 (更正错误) |
||
第4行: | 第4行: | ||
== 格式 == | == 格式 == | ||
<pre> | <pre> | ||
< | <struct name="Collision"> | ||
<field name="type" type="uint8" /> <!-- 碰撞箱类型? --> | |||
<field name="para1" type="uint8" /> | |||
<field name="para2" type="uint8" /> | |||
</ | <field name="height" type="uint8" /> <!-- 基础高度 --> | ||
</struct> | |||
<!-- 0,0为空气□,0,2,0,0 为一根柱子■,[{11,0,0, 0}, {12,2,0, 0}]为◣,[{12,0,0,0}{11,2,0, 0}]为◥,待分析 --> | |||
<struct name="Cell"> | |||
<field name="length" type="uint8"> | |||
<cache>length</cache> | |||
</field> | |||
<field name="data" type="Collision[length]" /> | |||
</struct> | |||
<Gmd> | <struct name="Row"> | ||
<field name="Cols" type="Cell[x]" /> | |||
</struct> | |||
</ | <struct name="Gmd"> | ||
<field name="x" type="uint8"> | |||
<cache>x</cache> | |||
</field> | |||
<field name="y" type="uint8"> | |||
<cache>y</cache> | |||
</field> | |||
<field name="Rows" type="Row[y]" /> | |||
</struct> | |||
</pre> | </pre> | ||