mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
object_bg and object_mir_ray OK (#714)
* object_bg and object_mir_ray * remove externs in mir_ray * newline at end of xml * fix a couple of warnings in Obj_Tsubo
This commit is contained in:
parent
e48e565ffe
commit
77ec4d4916
7 changed files with 112 additions and 40 deletions
13
assets/xml/objects/object_mir_ray.xml
Normal file
13
assets/xml/objects/object_mir_ray.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<Root>
|
||||
<File Name="object_mir_ray" Segment="6">
|
||||
|
||||
<!-- Shield beam displaylists -->
|
||||
<DList Name="gShieldBeamImageDL" Offset="0xB0"/>
|
||||
<DList Name="gShieldBeamGlowDL" Offset="0xC50"/>
|
||||
|
||||
<!-- Shield beam textures -->
|
||||
<Texture Name="gShieldBeamImageCircleTex" OutName="shield_beam_image_circle" Format="ia16" Width="16" Height="16" Offset="0x188"/>
|
||||
<Texture Name="gShieldBeamImageGerudoSymbolNewTex" OutName="shield_beam_image_gerudo_symbol_new" Format="ia16" Width="32" Height="32" Offset="0x388"/>
|
||||
<Texture Name="gShieldBeamGlowRayTex" OutName="shield_beam_glow_ray" Format="ia16" Width="8" Height="256" Offset="0xCF8"/>
|
||||
</File>
|
||||
</Root>
|
Loading…
Add table
Add a link
Reference in a new issue