sync
This commit is contained in:
2
.idea/Trac3r.iml
generated
2
.idea/Trac3r.iml
generated
@@ -2,7 +2,7 @@
|
|||||||
<module type="PYTHON_MODULE" version="4">
|
<module type="PYTHON_MODULE" version="4">
|
||||||
<component name="NewModuleRootManager">
|
<component name="NewModuleRootManager">
|
||||||
<content url="file://$MODULE_DIR$" />
|
<content url="file://$MODULE_DIR$" />
|
||||||
<orderEntry type="jdk" jdkName="Python 3.6 (Trac3r)" jdkType="Python SDK" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
</component>
|
</component>
|
||||||
<component name="TestRunnerService">
|
<component name="TestRunnerService">
|
||||||
|
|||||||
16
.idea/inspectionProfiles/Project_Default.xml
generated
16
.idea/inspectionProfiles/Project_Default.xml
generated
@@ -1,16 +0,0 @@
|
|||||||
<component name="InspectionProjectProfileManager">
|
|
||||||
<profile version="1.0">
|
|
||||||
<option name="myName" value="Project Default" />
|
|
||||||
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
||||||
<option name="ignoredPackages">
|
|
||||||
<value>
|
|
||||||
<list size="3">
|
|
||||||
<item index="0" class="java.lang.String" itemvalue="decorator" />
|
|
||||||
<item index="1" class="java.lang.String" itemvalue="six" />
|
|
||||||
<item index="2" class="java.lang.String" itemvalue="pkg-resources" />
|
|
||||||
</list>
|
|
||||||
</value>
|
|
||||||
</option>
|
|
||||||
</inspection_tool>
|
|
||||||
</profile>
|
|
||||||
</component>
|
|
||||||
4
main.py
4
main.py
@@ -18,8 +18,8 @@ class Settings:
|
|||||||
# ============ HARDCODED VALUES ===========
|
# ============ HARDCODED VALUES ===========
|
||||||
|
|
||||||
# Canvas size
|
# Canvas size
|
||||||
self.canvas_x = 1000
|
self.canvas_x = 200
|
||||||
self.canvas_y = 1000
|
self.canvas_y = 200
|
||||||
|
|
||||||
# The position of the pulley centers in relation to the top left and right of the canvas
|
# The position of the pulley centers in relation to the top left and right of the canvas
|
||||||
self.left_pulley_x_offset = -40
|
self.left_pulley_x_offset = -40
|
||||||
|
|||||||
Reference in New Issue
Block a user