diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2025-06-06 22:07:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-06 22:07:53 +0200 |
| commit | 7a816391bbb9584a5047a927dfd069414061927f (patch) | |
| tree | 876463b7f451abd0f6aca9213b2f7b493ca1b640 /assets/xml/objects/object_spot15_obj.xml | |
| parent | e1fb3a974fc49ca9e20a629004dc5a3f09e5728c (diff) | |
Remove OutName from xmls (both on File and Texture) (#2596)
Diffstat (limited to 'assets/xml/objects/object_spot15_obj.xml')
| -rw-r--r-- | assets/xml/objects/object_spot15_obj.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/xml/objects/object_spot15_obj.xml b/assets/xml/objects/object_spot15_obj.xml index bd59b8cd1..e1544bebd 100644 --- a/assets/xml/objects/object_spot15_obj.xml +++ b/assets/xml/objects/object_spot15_obj.xml @@ -2,12 +2,12 @@ <File Name="object_spot15_obj" Segment="6"> <!-- Lon Lon Milk Crate --> <DList Name="gLonLonMilkCrateDL" Offset="0x180"/> - <Texture Name="gLonLonMilkCrateTex" OutName="milk_crate" Format="rgba16" Width="32" Height="64" Offset="0xD00"/> + <Texture Name="gLonLonMilkCrateTex" Format="rgba16" Width="32" Height="64" Offset="0xD00"/> <Collision Name="gLonLonMilkCrateCol" Offset="0x348"/> <!-- Lon Lon Corral Fence --> <DList Name="gLonLonCorralFenceDL" Offset="0x3C0"/> - <Texture Name="gLonLonCorralFenceTex" OutName="corral_fence" Format="i4" Width="32" Height="128" Offset="0x500"/> + <Texture Name="gLonLonCorralFenceTex" Format="i4" Width="32" Height="128" Offset="0x500"/> <Collision Name="gLonLonCorralFenceCol" Offset="0x4D0"/> </File> </Root> |
