diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-10-09 10:57:25 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-08 20:57:25 -0300 |
| commit | ae4a8fbe00e429a289bef24059301c693cb4e11b (patch) | |
| tree | 8854135b2c9025c1ad623cb3bab8da724775fcb1 /assets/xml/interface | |
| parent | da0c9072f5332edbde00d405b2f1c94e92ece434 (diff) | |
Object Name Cleanup (#1427)
Diffstat (limited to 'assets/xml/interface')
| -rw-r--r-- | assets/xml/interface/week_static.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/xml/interface/week_static.xml b/assets/xml/interface/week_static.xml index 12cc885fa..e2b098410 100644 --- a/assets/xml/interface/week_static.xml +++ b/assets/xml/interface/week_static.xml @@ -1,7 +1,7 @@ <Root> <File Name="week_static" Segment="9"> - <Texture Name="gClockDay1stTex" OutName="clock_day_1st_tex" Format="i8" Width="48" Height="27" Offset="0x0"/> - <Texture Name="gClockDay2ndTex" OutName="clock_day_2nd_tex" Format="i8" Width="48" Height="27" Offset="0x510"/> - <Texture Name="gClockDayFinalTex" OutName="clock_day_final_tex" Format="i8" Width="48" Height="27" Offset="0xA20"/> + <Texture Name="gClockDay1stTex" OutName="clock_day_1st" Format="i8" Width="48" Height="27" Offset="0x0"/> + <Texture Name="gClockDay2ndTex" OutName="clock_day_2nd" Format="i8" Width="48" Height="27" Offset="0x510"/> + <Texture Name="gClockDayFinalTex" OutName="clock_day_final" Format="i8" Width="48" Height="27" Offset="0xA20"/> </File> </Root> |
