mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
17 lines
459 B
Plaintext
17 lines
459 B
Plaintext
App(
|
|
appid="asteroids",
|
|
name="Asteroids",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="asteroids_app_entry",
|
|
cdefines=["APP_ASTEROIDS"],
|
|
requires=["gui"],
|
|
stack_size=8 * 1024,
|
|
fap_icon="appicon.png",
|
|
fap_icon_assets="assets",
|
|
fap_category="Games",
|
|
fap_author="@antirez & @SimplyMinimal",
|
|
fap_weburl="https://github.com/antirez/flipper-asteroids",
|
|
fap_version="1.0",
|
|
fap_description="Asteroids game",
|
|
)
|