Galactica/content/textures.toml

36 lines
623 B
TOML
Raw Normal View History

[texture."starfield"]
path = "starfield.png"
[texture."star::star"]
path = "star/B-09.png"
[texture."flare::ion"]
path = "flare/1.png"
[texture."planet::earth"]
path = "planet/earth.png"
[texture."planet::luna"]
path = "planet/luna.png"
[texture."projectile::blaster"]
path = "projectile/blaster.png"
[texture."ship::gypsum"]
path = "ship/gypsum.png"
2023-12-31 17:56:43 -08:00
[texture."ui::radar"]
path = "ui/radar.png"
2024-01-02 15:59:50 -08:00
[texture."ui::shipblip"]
path = "ui/ship-blip.png"
[texture."ui::planetblip"]
path = "ui/planet-blip.png"
2024-01-01 22:25:16 -08:00
[texture."ui::radarframe"]
path = "ui/radarframe.png"
2024-01-02 15:59:50 -08:00
[texture."ui::centerarrow"]
path = "ui/center-arrow.png"