diff --git a/Pack/MKWFaraphel/essentials/_PATCH/files/Scene/UI/CommonMenu.d/button/timg/ct_icons.tpl.png.json b/Pack/MKWFaraphel/essentials/_PATCH/files/Scene/UI/CommonMenu.d/button/timg/ct_icons.tpl.png.json index a9ee035..df02cc7 100644 --- a/Pack/MKWFaraphel/essentials/_PATCH/files/Scene/UI/CommonMenu.d/button/timg/ct_icons.tpl.png.json +++ b/Pack/MKWFaraphel/essentials/_PATCH/files/Scene/UI/CommonMenu.d/button/timg/ct_icons.tpl.png.json @@ -1,6 +1,6 @@ { "operation": { - "special": {"name": "ct_icon"}, + "special": {"name": "ct_icons"}, "img-encode": {"encoding": "TPL.CMPR"} } } \ No newline at end of file diff --git a/Pack/MKWFaraphel/essentials/_PATCH/files/Scene/UI/CommonMenu.d/control/timg/ct_icons.tpl.png.json b/Pack/MKWFaraphel/essentials/_PATCH/files/Scene/UI/CommonMenu.d/control/timg/ct_icons.tpl.png.json index a9ee035..df02cc7 100644 --- a/Pack/MKWFaraphel/essentials/_PATCH/files/Scene/UI/CommonMenu.d/control/timg/ct_icons.tpl.png.json +++ b/Pack/MKWFaraphel/essentials/_PATCH/files/Scene/UI/CommonMenu.d/control/timg/ct_icons.tpl.png.json @@ -1,6 +1,6 @@ { "operation": { - "special": {"name": "ct_icon"}, + "special": {"name": "ct_icons"}, "img-encode": {"encoding": "TPL.CMPR"} } } \ No newline at end of file diff --git a/source/mkw/ExtractedGame.py b/source/mkw/ExtractedGame.py index 0aadc16..09a9926 100644 --- a/source/mkw/ExtractedGame.py +++ b/source/mkw/ExtractedGame.py @@ -86,7 +86,7 @@ class ExtractedGame: ct_icons = BytesIO() mod_config.get_full_cticon().save(ct_icons, format="PNG") ct_icons.seek(0) - self._special_file["ct_icon"] = ct_icons + self._special_file["ct_icons"] = ct_icons def prepare_dol(self) -> Generator[dict, None, None]: """