mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-24 16:01:26 +00:00
handle dependencies between xmls
This commit is contained in:
parent
3dc74cde04
commit
6b857c6c71
108 changed files with 215 additions and 54 deletions
|
@ -1,4 +1,5 @@
|
|||
<Root>
|
||||
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
|
||||
<File Name="ovl_Boss_Ganon">
|
||||
<Texture Name="gGanondorfLightning1Tex" OutName="lightning_1" Format="i8" Width="32" Height="96" Offset="0x2F48" Static="Off"/>
|
||||
<Texture Name="gGanondorfLightning2Tex" OutName="lightning_2" Format="i8" Width="32" Height="96" Offset="0x3B48" Static="Off"/>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<Root>
|
||||
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
|
||||
<File Name="ovl_Boss_Ganon2">
|
||||
<Texture Name="gGanonLightOrbTex" OutName="ganon_light_orb" Format="i8" Width="64" Height="64" Offset="0x0" Static="Off"/>
|
||||
<DList Name="gGanonLightOrbMaterialDL" Offset="0x1040" Static="Off"/>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<Root>
|
||||
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
|
||||
<File Name="ovl_Magic_Dark">
|
||||
<Texture Name="sDiamondTex" OutName="diamond_texture" Format="i8" Width="32" Height="64" Offset="0x0"/>
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<Root>
|
||||
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
|
||||
<File Name="ovl_Oceff_Storm">
|
||||
<Texture Name="sTex" OutName="song_of_storms_effect" Format="i8" Width="64" Height="64" Offset="0x0"/>
|
||||
<DList Name="sMaterialDL" Offset="0x1000"/>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<Root>
|
||||
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
|
||||
<File Name="ovl_Oceff_Wipe4">
|
||||
<Texture Name="sTex" OutName="scarecrow_song_effect" Format="i8" Width="32" Height="64" Offset="0x0"/>
|
||||
<Array Name="sFrustumVtx" Count="22" Offset="0x800">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue