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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user