summaryrefslogtreecommitdiff
path: root/assets/xml/interface
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2021-12-18 13:37:37 -0300
committerGitHub <noreply@github.com>2021-12-18 16:37:37 +0000
commitd4dc34ee716b372d81ff8c4d166e70ecdd11e7ef (patch)
tree859709365b7d77fecf33140adad2061de7e9fd50 /assets/xml/interface
parentd5b71bd0f531986d2a6a63f0a90d8e1233e01a7f (diff)
Update progress script with new assets categories and update csv output format (#510)
* Reorganize csvs and progress.py * Put stuff in the correct folders * Reduce lots of repeated code * Change csv output format * Filter out automaticaly named variables in "Matching" progress calculation for assets * Address Elliptic's review * Don't count handwritten files in progress and add a way to fix files detected in the wrong section * Add missing "total" * More fixing * Add two missing columns * Update paths in Jenkinsfile * Update progress shield in readme * Update progress link
Diffstat (limited to 'assets/xml/interface')
-rw-r--r--assets/xml/interface/icon_item_gameover_static.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/xml/interface/icon_item_gameover_static.xml b/assets/xml/interface/icon_item_gameover_static.xml
new file mode 100644
index 000000000..405167b86
--- /dev/null
+++ b/assets/xml/interface/icon_item_gameover_static.xml
@@ -0,0 +1,10 @@
+<Root>
+ <File Name="icon_item_gameover_static" Segment="12">
+ <Texture Name="gGameOverP1Tex" OutName="game_over_p1" Format="ia8" Width="64" Height="32" Offset="0x0"/>
+ <Texture Name="gGameOverP2Tex" OutName="game_over_p2" Format="ia8" Width="64" Height="32" Offset="0x800"/>
+ <Texture Name="gGameOverP3Tex" OutName="game_over_p3" Format="ia8" Width="64" Height="32" Offset="0x1000"/>
+ <Texture Name="gGameOverMaskTex" OutName="game_over_mask" Format="ia8" Width="64" Height="32" Offset="0x1800"/>
+ <Texture Name="gContinuePlayingJAPTex" OutName="continue_playing_jap" Format="ia8" Width="152" Height="16" Offset="0x2000"/>
+ <Texture Name="gContinuePlayingNESTex" OutName="continue_playing_nes" Format="ia8" Width="152" Height="16" Offset="0x2980"/>
+ </File>
+</Root>