Remove OutName from xmls (both on File and Texture) (#2596)

This commit is contained in:
Dragorn421
2025-06-06 22:07:53 +02:00
committed by GitHub
parent e1fb3a974f
commit 7a816391bb
377 changed files with 12625 additions and 12625 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
<Root>
<File Name="code" OutName="z_fbdemo_circle">
<Texture Name="sTransCircleNormalTex" OutName="trans_circle_normal" Format="i8" Width="16" Height="64" Offset="0x0"/>
<Texture Name="sTransCircleWaveTex" OutName="trans_circle_wave" Format="i8" Width="16" Height="64" Offset="0x400"/>
<Texture Name="sTransCircleRippleTex" OutName="trans_circle_ripple" Format="i8" Width="16" Height="64" Offset="0x800"/>
<Texture Name="sTransCircleStarburstTex" OutName="trans_circle_starburst" Format="i8" Width="16" Height="64" Offset="0xC00"/>
<File Name="code">
<Texture Name="sTransCircleNormalTex" Format="i8" Width="16" Height="64" Offset="0x0"/>
<Texture Name="sTransCircleWaveTex" Format="i8" Width="16" Height="64" Offset="0x400"/>
<Texture Name="sTransCircleRippleTex" Format="i8" Width="16" Height="64" Offset="0x800"/>
<Texture Name="sTransCircleStarburstTex" Format="i8" Width="16" Height="64" Offset="0xC00"/>
<Array Name="sTransCircleVtx" Count="34" Offset="0x1000">
<Vtx/>
</Array>
+1 -1
View File
@@ -1,5 +1,5 @@
<Root>
<File Name="code" OutName="z_fbdemo_triforce">
<File Name="code">
<DList Name="sTransTriforceDL" Offset="0x0"/>
<Array Name="sTransTriforceVtx" Count="10" Offset="0x30">
<Vtx/>
+2 -2
View File
@@ -1,9 +1,9 @@
<Root>
<File Name="code" OutName="z_fbdemo_wipe1">
<File Name="code">
<Array Name="sTransWipeVtx" Count="25" Offset="0x0">
<Vtx/>
</Array>
<Texture Name="sTransWipeTex" OutName="trans_wipe" Format="i4" Width="64" Height="64" Offset="0x190"/>
<Texture Name="sTransWipeTex" Format="i4" Width="64" Height="64" Offset="0x190"/>
<DList Name="sTransWipeDL" Offset="0x990"/>
</File>
</Root>