mirror of
https://github.com/n64decomp/mk64
synced 2026-09-03 17:53:40 -04:00
rename some texture (#530)
* rename some texture * format common_texture
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"gTLUTDebugFont": {"output_dir": "debug_font", "rom_offset": "0x132B50", "block_offset": "0x6ED8", "width": 4, "height": 4, "type": "rgba16"},
|
||||
"gTextureDebugFont": {"output_dir": "debug_font", "rom_offset": "0x132B50", "block_offset": "0x6EF8", "width": 128, "height": 32, "type": "ci4", "tlut": "gTLUTDebugFont"}
|
||||
"common_tlut_debug_font": {"output_dir": "debug_font", "rom_offset": "0x132B50", "block_offset": "0x6ED8", "width": 4, "height": 4, "type": "rgba16"},
|
||||
"common_texture_debug_font": {"output_dir": "debug_font", "rom_offset": "0x132B50", "block_offset": "0x6EF8", "width": 128, "height": 32, "type": "ci4", "tlut": "common_tlut_debug_font"}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user