rdefeo пре 1 година
родитељ
комит
8adf28f61c
3 измењених фајлова са 7 додато и 2 уклоњено
  1. 5 0
      CHANGELOG.md
  2. 1 1
      application.fam
  3. 1 1
      pinball0.h

+ 5 - 0
CHANGELOG.md

@@ -1,3 +1,8 @@
+## 0.5.1
+
+- Stop scores when moving ball in debug mode
+- Reset dynamic objects during tilt
+
 ## 0.5.0
 
 - Turbo boosts

+ 1 - 1
application.fam

@@ -9,7 +9,7 @@ App(
     fap_category="Games",
     requires=["gui"],
     # Optional values
-    fap_version="0.5",
+    fap_version="0.5.1",
     fap_icon="pinball0.png",  # 10x10 1-bit PNG
     fap_description="Pinball game",
     fap_author="Roberto De Feo",

+ 1 - 1
pinball0.h

@@ -21,7 +21,7 @@
 // #define DRAW_NORMALS
 
 #define TAG     "Pinball0"
-#define VERSION "v0.5"
+#define VERSION "v0.5.1"
 
 // Vertical orientation
 #define LCD_WIDTH  64