summaryrefslogtreecommitdiff
path: root/globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'globals.py')
-rw-r--r--globals.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/globals.py b/globals.py
deleted file mode 100644
index d8406e5..0000000
--- a/globals.py
+++ /dev/null
@@ -1,15 +0,0 @@
-WIDTH =800
-HEIGHT=800
-
-WHITE=(255 , 255 , 255)
-BLACK=(0 , 0 , 0 )
-RED =(255 , 0 , 0 )
-GREEN=(0 , 255 , 0 )
-BLUE =(0 , 0 , 255)
-
-NODE_MIN_VEL = 1.0
-NODE_MAX_VEL = 2.0
-
-NODE_MIN_RADIUS = 8
-NODE_MAX_RADIUS = 30
-