mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
RC2
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.5 KiB |
@@ -9,7 +9,6 @@ void namechanger_scene_change_success_on_enter(void* context) {
|
|||||||
NameChanger* namechanger = context;
|
NameChanger* namechanger = context;
|
||||||
Popup* popup = namechanger->popup;
|
Popup* popup = namechanger->popup;
|
||||||
|
|
||||||
popup_set_icon(popup, 32, 5, &I_DolphinNice_96x59);
|
|
||||||
popup_set_header(popup, "Saved!", 5, 5, AlignLeft, AlignTop);
|
popup_set_header(popup, "Saved!", 5, 5, AlignLeft, AlignTop);
|
||||||
popup_set_text(popup, "Rebooting...", 5, 17, AlignLeft, AlignTop);
|
popup_set_text(popup, "Rebooting...", 5, 17, AlignLeft, AlignTop);
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ void namechanger_scene_revert_on_enter(void* context) {
|
|||||||
Widget* widget = namechanger->widget;
|
Widget* widget = namechanger->widget;
|
||||||
widget_add_text_box_element(
|
widget_add_text_box_element(
|
||||||
widget, 0, 0, 128, 25, AlignCenter, AlignCenter, "\e#Revert Name?\e#", false);
|
widget, 0, 0, 128, 25, AlignCenter, AlignCenter, "\e#Revert Name?\e#", false);
|
||||||
widget_add_icon_element(widget, 48, 20, &I_MarioBlock);
|
|
||||||
widget_add_button_element(
|
widget_add_button_element(
|
||||||
widget, GuiButtonTypeLeft, "Cancel", namechanger_scene_revert_widget_callback, namechanger);
|
widget, GuiButtonTypeLeft, "Cancel", namechanger_scene_revert_widget_callback, namechanger);
|
||||||
widget_add_button_element(
|
widget_add_button_element(
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ void namechanger_scene_revert_success_on_enter(void* context) {
|
|||||||
NameChanger* namechanger = context;
|
NameChanger* namechanger = context;
|
||||||
Popup* popup = namechanger->popup;
|
Popup* popup = namechanger->popup;
|
||||||
|
|
||||||
popup_set_icon(popup, 0, 2, &I_DolphinMafia_115x62);
|
|
||||||
popup_set_header(popup, "Reverted!", 70, 5, AlignLeft, AlignTop);
|
popup_set_header(popup, "Reverted!", 70, 5, AlignLeft, AlignTop);
|
||||||
popup_set_text(popup, "Rebooting...", 70, 16, AlignLeft, AlignTop);
|
popup_set_text(popup, "Rebooting...", 70, 16, AlignLeft, AlignTop);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user