@@ -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
@@ -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",
@@ -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