diff options
author | Simponic <loganthebean222@gmail.com> | 2020-12-10 18:10:51 -0700 |
---|---|---|
committer | Simponic <loganthebean222@gmail.com> | 2020-12-10 18:10:51 -0700 |
commit | 0ea46a3d721bdefab70f24c4c5573ff568a56cab (patch) | |
tree | b2d1ef05fefc1ab5a7464929127a37064a58eccd /globals.py | |
parent | 7868c17358f3014e6d9203250083f407419f5c46 (diff) | |
download | graph-explorer-0ea46a3d721bdefab70f24c4c5573ff568a56cab.tar.gz graph-explorer-0ea46a3d721bdefab70f24c4c5573ff568a56cab.zip |
Added files
Diffstat (limited to 'globals.py')
-rw-r--r-- | globals.py | 15 |
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 - |