Progress towards stitching a map

- Add gridHeight and gridWidth properties
- Fix the ability of overriding keypress delays
- Fixed/edited debug messages
- Still not sure about map size estimation formula
- Added addToCanvas for created a stitched map
- Create the veritcal part of the loop for stitching together maps
This commit is contained in:
Doc
2026-01-14 00:59:32 -05:00
parent 2c95aa26bb
commit 71758c42cc
2 changed files with 132 additions and 8 deletions

View File

@@ -559,6 +559,7 @@ def test5():
if __name__ == "__main__":
setup_logging(level="DEBUG", enqueue=False, console_show_time=False, console_tracebacks=True)
# level 5 is TRACE
setup_logging(level=5, enqueue=False, console_show_time=False, console_tracebacks=True)
test5()