diff --git a/.idea/Trac3r.iml b/.idea/Trac3r.iml index d56a836..6711606 100644 --- a/.idea/Trac3r.iml +++ b/.idea/Trac3r.iml @@ -2,7 +2,7 @@ - + diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index e4b0da7..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - \ No newline at end of file diff --git a/main.py b/main.py index 4901fde..f5e9e6a 100644 --- a/main.py +++ b/main.py @@ -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