]> Untitled Git - axy/ft/a-maze-ing.git/commitdiff
Small redraw fix
authorAxy <gilliardmarthey.axel@gmail.com>
Fri, 27 Mar 2026 15:43:24 +0000 (16:43 +0100)
committerAxy <gilliardmarthey.axel@gmail.com>
Fri, 27 Mar 2026 15:43:24 +0000 (16:43 +0100)
example.conf
mazegen/display/observer.py

index d752314c938ea6e3c94751dac075ca7f1d3018a7..20c2c7d0fbb9a435ab96d27a6a2bc8c5e8a6dc95 100644 (file)
@@ -1,7 +1,7 @@
-WIDTH=100
-HEIGHT=100
-ENTRY=0,0
-EXIT=24,24
+WIDTH=16
+HEIGHT=16
+ENTRY=1,1
+#EXIT=24,24
 OUTPUT_FILE=test
 PERFECT=True
 VISUAL=True
index 522e0cdfe08ea347e1134d24dc9bbf0a175aee4a..d271108376fa46d56eacabe37dea47922ac97d4f 100644 (file)
@@ -111,7 +111,7 @@ class TTYTracker:
                 finally:
                     self.__paused = False
             if event.sym == "r":
-                self.redraw_path(self.__filler_style.curr_style())
+                self.redraw_path(self.__empty_style.curr_style())
                 self.__path = None
                 raise MazeRegenerate
             else: