|
@@ -17,6 +17,7 @@ void metroflip_scene_credits_on_enter(void* context) {
|
|
|
furi_string_cat_printf(str, "Created by luu176\n");
|
|
furi_string_cat_printf(str, "Created by luu176\n");
|
|
|
furi_string_cat_printf(str, "Inspired by Metrodroid\n\n");
|
|
furi_string_cat_printf(str, "Inspired by Metrodroid\n\n");
|
|
|
furi_string_cat_printf(str, "Special Thanks:\n willyjl\n");
|
|
furi_string_cat_printf(str, "Special Thanks:\n willyjl\n");
|
|
|
|
|
+ furi_string_cat_printf(str, "Info Slaves:\n Equip, TheDingo8MyBaby\n\n");
|
|
|
furi_string_cat_printf(str, "\e#Parser Credits:\n\n");
|
|
furi_string_cat_printf(str, "\e#Parser Credits:\n\n");
|
|
|
furi_string_cat_printf(str, "Bip! Parser:\n rbasoalto, gornekich\n\n");
|
|
furi_string_cat_printf(str, "Bip! Parser:\n rbasoalto, gornekich\n\n");
|
|
|
furi_string_cat_printf(str, "CharlieCard Parser:\n zacharyweiss\n\n");
|
|
furi_string_cat_printf(str, "CharlieCard Parser:\n zacharyweiss\n\n");
|
|
@@ -29,7 +30,6 @@ void metroflip_scene_credits_on_enter(void* context) {
|
|
|
furi_string_cat_printf(str, "Opus Parser: DocSystem\n\n");
|
|
furi_string_cat_printf(str, "Opus Parser: DocSystem\n\n");
|
|
|
furi_string_cat_printf(str, "Rav-Kav Parser: luu176\n\n");
|
|
furi_string_cat_printf(str, "Rav-Kav Parser: luu176\n\n");
|
|
|
furi_string_cat_printf(str, "Troika Parser:\n gornekich\n\n");
|
|
furi_string_cat_printf(str, "Troika Parser:\n gornekich\n\n");
|
|
|
- furi_string_cat_printf(str, "Info Slaves:\n Equip, TheDingo8MyBaby\n\n");
|
|
|
|
|
|
|
|
|
|
widget_add_text_scroll_element(widget, 0, 0, 128, 64, furi_string_get_cstr(str));
|
|
widget_add_text_scroll_element(widget, 0, 0, 128, 64, furi_string_get_cstr(str));
|
|
|
|
|
|