From 43fbf8b6442233f06bfd80ce8ba5da1ad1479feb Mon Sep 17 00:00:00 2001 From: mitchellhansen Date: Sat, 22 Aug 2020 18:45:10 -0700 Subject: [PATCH] sync --- .idea/Trac3r.iml | 2 +- .idea/inspectionProfiles/Project_Default.xml | 16 ---------------- main.py | 4 ++-- 3 files changed, 3 insertions(+), 19 deletions(-) delete mode 100644 .idea/inspectionProfiles/Project_Default.xml 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