From 8e98e75ba2bf8c83a2488da15f226d918a89a854 Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 4 Feb 2018 00:08:33 -0600 Subject: made the globe be a blue circle --- map2globe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3