Galactica/content/system.toml

29 lines
429 B
TOML

# content type: system
[system]
name = "12 Autumn above"
[object.star]
sprite = "star::star"
position = [0.0, 0.0]
size = 1000
parallax = 20.0
[object.earth]
sprite = "planet::earth"
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