Nikolay Minaylov 1 год назад
Родитель
Сommit
7abc2e4bbb
4 измененных файлов с 9 добавлено и 4 удалено
  1. 4 0
      .catalog/CHANGELOG.md
  2. 3 1
      .catalog/README.md
  3. 0 3
      .catalog/changelog.md
  4. 2 0
      application.fam

+ 4 - 0
.catalog/CHANGELOG.md

@@ -0,0 +1,4 @@
+## 1.1
+ - Description update
+## 1.0
+ - Initial release

+ 3 - 1
.catalog/README.md

@@ -1,3 +1,5 @@
 # Air Arkanoid
 
-This is a simple arkanoid game that shows how use [Flipper Zero Game Engine](https://github.com/flipperdevices/flipperzero-game-engine) to integrate IMU (that is present on Video Game Module, for example) with your game.
+This is our simple version of the Arkanoid game that can use the motion-tracking sensor of the Video Game Module or Flipper Zero buttons to control the paddle. To play the game with buttons, disconnect the Video Game Module before running the game.
+
+The Air Arkanoid game also demonstrates how to integrate the motion-tracking sensor of the Video Game Module into your game using the [Flipper Zero Game Engine](https://github.com/flipperdevices/flipperzero-game-engine).

+ 0 - 3
.catalog/changelog.md

@@ -1,3 +0,0 @@
-## 1.0
- - Initial release
- 

+ 2 - 0
application.fam

@@ -7,6 +7,8 @@ App(
     fap_icon="icon.png",
     fap_category="Games",
     fap_file_assets="assets",
+    fap_description="Arkanoid game that supports the Video Game Module motion sensor",
+    fap_version="1.1",
     fap_extbuild=(
         ExtFile(
             path="${FAP_SRC_DIR}/assets",