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

@@ -7,10 +7,11 @@ App(
"gui",
],
stack_size=1 * 1024,
fap_icon="bomb.png",
order=90,
fap_icon="bomb.png",
fap_category="Games",
fap_icon_assets="assets",
fap_author="@leo-need-more-coffee & @xMasterX",
fap_version="1.0",
fap_version="1.1",
fap_description="Bomberduck(Bomberman) Game",
)

View File

@@ -6,7 +6,6 @@
#include <notification/notification.h>
#include <notification/notification_messages.h>
#include "bomberduck_icons.h"
#include <assets_icons.h>
#include <dolphin/dolphin.h>
int max(int a, int b) {
@@ -626,8 +625,8 @@ int32_t bomberduck_app(void* p) {
}
}
view_port_update(view_port);
furi_mutex_release(bomber_state->mutex);
view_port_update(view_port);
}
// Return to normal backlight settings