mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
13 lines
279 B
Plaintext
13 lines
279 B
Plaintext
App(
|
|
appid="asteroids",
|
|
name="Asteroids",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="asteroids_app_entry",
|
|
cdefines=["APP_ASTEROIDS"],
|
|
requires=["gui"],
|
|
stack_size=8*1024,
|
|
order=50,
|
|
fap_icon="appicon.png",
|
|
fap_category="Games_Extra",
|
|
)
|