Przeglądaj źródła

more manifestos, xbox controller and videopoker ufbt fixes

MX 2 lat temu
rodzic
commit
642b2bece1
1 zmienionych plików z 5 dodań i 1 usunięć
  1. 5 1
      application.fam

+ 5 - 1
application.fam

@@ -5,9 +5,13 @@ App(
     entry_point="asteroids_app_entry",
     cdefines=["APP_ASTEROIDS"],
     requires=["gui"],
-    stack_size=8*1024,
+    stack_size=8 * 1024,
     order=50,
     fap_icon="appicon.png",
     fap_icon_assets="assets",
     fap_category="Games_Extra",
+    fap_author="@antirez & @SimplyMinimal",
+    fap_weburl="https://github.com/antirez/flipper-asteroids",
+    fap_version="1.0",
+    fap_description="Asteroids game",
 )