瀏覽代碼

more manifestos, xbox controller and videopoker ufbt fixes

MX 2 年之前
父節點
當前提交
642b2bece1
共有 1 個文件被更改,包括 5 次插入1 次删除
  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",
 )