Galactica/content/textures.toml

46 lines
811 B
TOML

[texture."starfield"]
file = "starfield.png"
[texture."star::star"]
file = "star/B-09.png"
[texture."flare::ion"]
file = "flare/1.png"
[texture."planet::earth"]
file = "planet/earth.png"
[texture."planet::luna"]
file = "planet/luna.png"
[texture."projectile::blaster"]
file = "projectile/blaster.png"
[texture."ship::gypsum"]
file = "ship/gypsum.png"
[texture."ui::radar"]
file = "ui/radar.png"
[texture."ui::shipblip"]
file = "ui/ship-blip.png"
[texture."ui::planetblip"]
file = "ui/planet-blip.png"
[texture."ui::radarframe"]
file = "ui/radarframe.png"
[texture."ui::centerarrow"]
file = "ui/center-arrow.png"
[texture."particle::blaster"]
duration = 0.15
repeat = "once"
frames = [
"particle/blaster-01.png",
"particle/blaster-02.png",
"particle/blaster-03.png",
"particle/blaster-04.png",
]