Revert asset packs to OFW copium naming scheme

This commit is contained in:
Willy-JL
2023-01-24 11:44:42 +00:00
parent 211388733f
commit 45a0a1104d
47 changed files with 146 additions and 154 deletions

View File

@@ -10,7 +10,7 @@ void ibutton_scene_save_success_on_enter(void* context) {
iButton* ibutton = context;
Popup* popup = ibutton->popup;
popup_set_icon(popup, 32, 5, XTREME_ASSETS()->dolphin_nice);
popup_set_icon(popup, 32, 5, XTREME_ASSETS()->I_DolphinNice_96x59);
popup_set_header(popup, "Saved!", 5, 7, AlignLeft, AlignTop);
popup_set_callback(popup, ibutton_scene_save_success_popup_callback);