Galactica/content/system.toml

29 lines
429 B
TOML
Raw Normal View History

2023-12-24 23:03:00 -08:00
# content type: system
[system]
name = "12 Autumn above"
[object.star]
2023-12-25 09:01:12 -08:00
sprite = "star::star"
2023-12-25 10:30:27 -08:00
position = [0.0, 0.0]
size = 1000
parallax = 20.0
2023-12-24 23:03:00 -08:00
[object.earth]
sprite = "planet::earth"
2023-12-25 10:30:27 -08:00
position.center = "star"
position.radius = 4000
position.angle = 0
size = 1000
parallax = 10.0
[object.luna]
sprite = "planet::luna"
position.center = "earth"
position.radius = 1600
position.angle = 135
size = 500
angle = -45
parallax = 7.8