mirror of
https://github.com/quantum5/punyverse.git
synced 2025-04-24 13:11:57 -04:00
Added the sun.
Note that its texture is at minimum size.
This commit is contained in:
parent
2c1344d799
commit
614ac617cf
BIN
punyverse/assets/textures/sun.jpg
Normal file
BIN
punyverse/assets/textures/sun.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue