mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
17 lines
503 B
Plaintext
17 lines
503 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",
|
|
fap_author="@Rrycbarm",
|
|
fap_weburl="https://github.com/Rrycbarm/t-rex-runner",
|
|
fap_version="1.2",
|
|
fap_description="Play the port of the Chrome browser T-Rex game on your Flipper Zero.",
|
|
)
|