diff options
author | epoch <epoch@hacking.allowed.org> | 2018-02-04 00:08:33 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2018-02-04 00:08:33 -0600 |
commit | 8e98e75ba2bf8c83a2488da15f226d918a89a854 (patch) | |
tree | d4b7c298a474ddfa1fd22430dd1be494b231dd9c /map2globe.py | |
parent | 6ee67e9fb498e05c5d439ba732a07692f66a1f8d (diff) | |
download | hackvr-8e98e75ba2bf8c83a2488da15f226d918a89a854.tar.gz hackvr-8e98e75ba2bf8c83a2488da15f226d918a89a854.zip |
made the globe be a blue circle
Diffstat (limited to 'map2globe.py')
-rwxr-xr-x | map2globe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/map2globe.py b/map2globe.py index fe47fad..9ba0b42 100755 --- a/map2globe.py +++ b/map2globe.py @@ -16,7 +16,7 @@ z="0" # / 90 * math.pi #they need to be in the range 0 to 2pi? -print("globe addshape 0 1 0 0 0 0 1 0") +print("globe addshape 4 1 0 0 0 1 0 0") rotation=0 while(1): |