mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
14 lines
315 B
Plaintext
14 lines
315 B
Plaintext
App(
|
|
appid="t_rex_runner",
|
|
name="T-Rex runner",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="trexrunner_app",
|
|
cdefines=["APP_TREXRUNNER"],
|
|
requires=["gui"],
|
|
stack_size=8 * 1024,
|
|
fap_category="Games",
|
|
fap_icon="trexrunner_icon.png",
|
|
fap_icon_assets="assets",
|
|
order=36,
|
|
)
|