Galactica/content/system.toml

26 lines
646 B
TOML
Raw Normal View History

2024-01-12 14:34:22 -08:00
# TODO: big objects in one config
2023-12-27 19:51:58 -08:00
[system."12 Autumn Above"]
2023-12-24 23:03:00 -08:00
object.star.sprite = "star::star"
2023-12-27 19:51:58 -08:00
object.star.position = [0.0, 0.0, 30.0]
object.star.size = 2000
2023-12-25 10:30:27 -08:00
object.earth.sprite = "planet::earth"
2023-12-27 19:51:58 -08:00
object.earth.position.center = "star"
object.earth.position.radius = 4000
object.earth.position.angle = 0
object.earth.position.z = 10.0
object.earth.size = 1000
2023-12-24 23:03:00 -08:00
2024-01-13 18:56:50 -08:00
# TODO: satisfy conditions to land
object.earth.landable = true
object.luna.sprite = "planet::luna"
2023-12-27 19:51:58 -08:00
object.luna.position.center = "earth"
object.luna.position.radius = 1600
object.luna.position.angle = 135
object.luna.position.z = 7.8
object.luna.size = 500
object.luna.angle = -45