Temporarily backport app updates from apps repo

This commit is contained in:
Willy-JL
2023-11-12 11:06:02 +00:00
parent 79e7f491fe
commit e309fa8a88
1498 changed files with 1325977 additions and 20227 deletions

View File

@@ -9,8 +9,9 @@ App(
fap_category="Games",
fap_icon="trexrunner_icon.png",
fap_icon_assets="assets",
order=36,
fap_author="@Rrycbarm",
fap_weburl="https://github.com/Rrycbarm/t-rex-runner",
fap_version="1.2",
fap_version="1.3",
fap_description="Play the port of the Chrome browser T-Rex game on your Flipper Zero.",
)

View File

@@ -9,7 +9,6 @@
#include <stdio.h>
#include "t_rex_runner_icons.h"
#include <assets_icons.h>
#define DINO_START_X 10
#define DINO_START_Y 34 // 64 - 22 - BACKGROUND_H / 2 - 2
@@ -272,8 +271,9 @@ int32_t trexrunner_app() {
}
}
}
view_port_update(view_port);
furi_mutex_release(game_state->mutex);
view_port_update(view_port);
}
view_port_enabled_set(view_port, false);