summaryrefslogtreecommitdiff
path: root/globals.py
diff options
context:
space:
mode:
authorSimponic <loganthebean222@gmail.com>2020-12-10 18:10:51 -0700
committerSimponic <loganthebean222@gmail.com>2020-12-10 18:10:51 -0700
commit0ea46a3d721bdefab70f24c4c5573ff568a56cab (patch)
treeb2d1ef05fefc1ab5a7464929127a37064a58eccd /globals.py
parent7868c17358f3014e6d9203250083f407419f5c46 (diff)
downloadgraph-explorer-0ea46a3d721bdefab70f24c4c5573ff568a56cab.tar.gz
graph-explorer-0ea46a3d721bdefab70f24c4c5573ff568a56cab.zip
Added files
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
-