Galactica/content/system.toml

18 lines
246 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-24 23:03:00 -08:00
center = [0.0, 0.0]
2023-12-25 09:01:12 -08:00
size = 50
parallax = 1.0
2023-12-24 23:03:00 -08:00
[object.earth]
sprite = "planet::earth"
center = "star"
2023-12-25 09:01:12 -08:00
radius = 1000
angle = 0
size = 100
parallax = 1.0