mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Add warning dolphin icon to asset packs
This commit is contained in:
@@ -94,6 +94,7 @@ void swap(XtremeAssets* x, FuriString* p, File* f) {
|
||||
icon(&x->I_iButtonDolphinVerySuccess_108x52, "iButton/iButtonDolphinVerySuccess_108x52", p, f);
|
||||
icon(&x->I_DolphinReadingSuccess_59x63, "Infrared/DolphinReadingSuccess_59x63", p, f);
|
||||
icon(&x->I_Lockscreen, "Interface/Lockscreen", p, f);
|
||||
icon(&x->I_WarningDolphin_45x42, "Interface/WarningDolphin_45x42", p, f);
|
||||
icon(&x->I_NFC_dolphin_emulation_47x61, "NFC/NFC_dolphin_emulation_47x61", p, f);
|
||||
icon(&x->I_passport_bad_46x49, "Passport/passport_bad_46x49", p, f);
|
||||
icon(&x->I_passport_DB, "Passport/passport_DB", p, f);
|
||||
@@ -125,6 +126,7 @@ void XTREME_ASSETS_LOAD() {
|
||||
xtreme_assets->I_iButtonDolphinVerySuccess_108x52 = &I_iButtonDolphinVerySuccess_108x52;
|
||||
xtreme_assets->I_DolphinReadingSuccess_59x63 = &I_DolphinReadingSuccess_59x63;
|
||||
xtreme_assets->I_Lockscreen = &I_Lockscreen;
|
||||
xtreme_assets->I_WarningDolphin_45x42 = &I_WarningDolphin_45x42;
|
||||
xtreme_assets->I_NFC_dolphin_emulation_47x61 = &I_NFC_dolphin_emulation_47x61;
|
||||
xtreme_assets->I_passport_bad_46x49 = &I_passport_bad_46x49;
|
||||
xtreme_assets->I_passport_DB = &I_passport_DB;
|
||||
|
||||
@@ -21,6 +21,7 @@ typedef struct {
|
||||
const Icon* I_iButtonDolphinVerySuccess_108x52;
|
||||
const Icon* I_DolphinReadingSuccess_59x63;
|
||||
const Icon* I_Lockscreen;
|
||||
const Icon* I_WarningDolphin_45x42;
|
||||
const Icon* I_NFC_dolphin_emulation_47x61;
|
||||
const Icon* I_passport_bad_46x49;
|
||||
const Icon* I_passport_DB;
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1012 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1012 B After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user