Skip to content

Commit ae68560

Browse files
authored
Merge pull request #32 from ashleyhuxley/ashleyhuxley-patch-1
chore: Update application.fam
2 parents aefaf67 + 7e1cb7c commit ae68560

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

application.fam

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# For details & more options, see documentation/AppManifests.md in firmware repo
2-
31
App(
42
appid="bomberfox", # Must be unique
53
name="Bomber Fox", # Displayed in menus
@@ -8,9 +6,9 @@ App(
86
stack_size=2 * 1024,
97
fap_category="Games",
108
fap_version="0.1",
11-
fap_icon="fops.png", # 10x10 1-bit PNG
12-
fap_description="Simple bomber game",
9+
fap_icon="fops.png",
10+
fap_description="Two Player Bomber game over Sub-Ghz Radio",
1311
fap_author="Electric Fox",
1412
fap_weburl="https://github.com/ashleyhuxley/bomber",
15-
fap_icon_assets="images", # Image assets to compile for this application
13+
fap_icon_assets="images",
1614
)

0 commit comments

Comments
 (0)