Files
mm/assets/xml/objects/object_moonston.xml
T
Tom Overton 0e6662aafd Document objects used with En_Fall (fall, fall2, lodmoon, moonston) (#558)
* Document lodmoon

* Document moonston

* Document the open-mouth moon part of fall2

* Document object_fall

* Move flags to .c

* palette -> tlut

* File header comment

* OPEN_DISPS/CLOSE_DISPS spacing

* Lots more spacing

* Add spaces after breaks

* Better describe the subtypes

* More fixes

* Be a little more specific in fireball comments

* Respond to Elliptic's second review

* I need to stop forgetting to run ./format.sh

* Single line comment styling

* Preserve ordering
2022-01-30 17:19:41 -03:00

14 lines
672 B
XML

<Root>
<!--
The Moon's Tear that can be seen falling from the telescope,
along with its associated fire trail.
-->
<File Name="object_moonston" Segment="6">
<DList Name="gFallingMoonsTearDL" Offset="0x400" />
<DList Name="gFallingMoonsTearFireDL" Offset="0x4C8" />
<Texture Name="gFallingMoonsTearTex" OutName="falling_moons_tear" Format="i8" Width="32" Height="32" Offset="0x608" />
<Texture Name="gFallingMoonsTearFireTex" OutName="falling_moons_tear_fire" Format="i8" Width="32" Height="64" Offset="0xA08" />
<TextureAnimation Name="gFallingMoonsTearTexAnim" Offset="0x1220" />
</File>
</Root>