Browse Source

Merge rootoflife from https://github.com/xMasterX/all-the-plugins

Willy-JL 2 years ago
parent
commit
99adb04d4b

+ 4 - 0
rootoflife/application.fam

@@ -11,4 +11,8 @@ App(
     fap_category="Games",
     fap_icon_assets="images",
     fap_icon_assets_symbol="roots_of_life_game",
+    fap_author="@Xorboo",
+    fap_weburl="https://github.com/Xorboo/root-of-life",
+    fap_version="1.1",
+    fap_description="A zen-puzzle game for FlipperZero, puzzle made on GlobalGameJam23 (theme: Roots)",
 )

BIN
rootoflife/img/1.png


BIN
rootoflife/img/2.png


BIN
rootoflife/img/3.png


+ 1 - 4
rootoflife/roots_of_life_game.c

@@ -728,13 +728,10 @@ int32_t roots_of_life_game_app(void* p) {
                     }
                 }
             }
-            // } else {
-            //     // Event timeout
-            //     FURI_LOG_D(TAG, "furi_message_queue: Event timeout");
         }
 
-        view_port_update(view_port);
         furi_mutex_release(state->mutex);
+        view_port_update(view_port);
     }
 
     furi_timer_free(timer);