mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
Revert asset packs to OFW copium naming scheme
This commit is contained in:
@@ -11,7 +11,7 @@ void nfc_scene_save_success_on_enter(void* context) {
|
||||
|
||||
// Setup view
|
||||
Popup* popup = nfc->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!", 13, 22, AlignLeft, AlignBottom);
|
||||
popup_set_timeout(popup, 1500);
|
||||
popup_set_context(popup, nfc);
|
||||
|
||||
Reference in New Issue
Block a user