We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aefaf67 + 7e1cb7c commit ae68560Copy full SHA for ae68560
application.fam
@@ -1,5 +1,3 @@
1
-# For details & more options, see documentation/AppManifests.md in firmware repo
2
-
3
App(
4
appid="bomberfox", # Must be unique
5
name="Bomber Fox", # Displayed in menus
@@ -8,9 +6,9 @@ App(
8
6
stack_size=2 * 1024,
9
7
fap_category="Games",
10
fap_version="0.1",
11
- fap_icon="fops.png", # 10x10 1-bit PNG
12
- fap_description="Simple bomber game",
+ fap_icon="fops.png",
+ fap_description="Two Player Bomber game over Sub-Ghz Radio",
13
fap_author="Electric Fox",
14
fap_weburl="https://github.com/ashleyhuxley/bomber",
15
- fap_icon_assets="images", # Image assets to compile for this application
+ fap_icon_assets="images",
16
)
0 commit comments