This commit is contained in:
2020-08-22 18:45:10 -07:00
parent dc85e7a58c
commit 43fbf8b644
3 changed files with 3 additions and 19 deletions

View File

@@ -18,8 +18,8 @@ class Settings:
# ============ HARDCODED VALUES ===========
# Canvas size
self.canvas_x = 1000
self.canvas_y = 1000
self.canvas_x = 200
self.canvas_y = 200
# The position of the pulley centers in relation to the top left and right of the canvas
self.left_pulley_x_offset = -40