Просмотр исходного кода

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

Willy-JL 2 лет назад
Родитель
Сommit
99adb04d4b
5 измененных файлов с 5 добавлено и 4 удалено
  1. 4 0
      rootoflife/application.fam
  2. BIN
      rootoflife/img/1.png
  3. BIN
      rootoflife/img/2.png
  4. BIN
      rootoflife/img/3.png
  5. 1 4
      rootoflife/roots_of_life_game.c

+ 4 - 0
rootoflife/application.fam

@@ -11,4 +11,8 @@ App(
     fap_category="Games",
     fap_category="Games",
     fap_icon_assets="images",
     fap_icon_assets="images",
     fap_icon_assets_symbol="roots_of_life_game",
     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);
         furi_mutex_release(state->mutex);
+        view_port_update(view_port);
     }
     }
 
 
     furi_timer_free(timer);
     furi_timer_free(timer);