diff --git a/punyverse/assets/textures/sun.jpg b/punyverse/assets/textures/sun.jpg new file mode 100644 index 0000000..2f3e9b3 Binary files /dev/null and b/punyverse/assets/textures/sun.jpg differ diff --git a/punyverse/world.json b/punyverse/world.json index d03f033..0140cba 100644 --- a/punyverse/world.json +++ b/punyverse/world.json @@ -14,6 +14,14 @@ "tick": 180, "length": 63.7, "bodies": { + "sun": { + "texture": ["sun.jpg", [0.99, 0.97, 0.66]], + "radius": 80000, + "pitch": -90, + "yaw": 7.25, + "mass": 1.9891e+30, + "rotation": 2164320 + }, "earth": { "texture": ["earth.jpg", "earth_medium.jpg", "earth_small.jpg", [0, 0.28, 1, 1]], "radius": 6378.1,