2024-01-05 12:09:59 -08:00
|
|
|
# TODO:
|
|
|
|
# random start frame
|
|
|
|
# repeat once: stay on last frame
|
|
|
|
# blending mode: alpha / half-alpha / additive
|
|
|
|
|
|
|
|
|
2024-01-04 17:17:55 -08:00
|
|
|
[sprite."starfield"]
|
2024-01-03 07:46:27 -08:00
|
|
|
file = "starfield.png"
|
2023-12-30 10:58:17 -08:00
|
|
|
|
2024-01-04 17:17:55 -08:00
|
|
|
[sprite."star::star"]
|
2024-01-03 07:46:27 -08:00
|
|
|
file = "star/B-09.png"
|
2023-12-30 10:58:17 -08:00
|
|
|
|
2024-01-04 17:17:55 -08:00
|
|
|
[sprite."flare::ion"]
|
2024-01-03 07:46:27 -08:00
|
|
|
file = "flare/1.png"
|
2023-12-30 10:58:17 -08:00
|
|
|
|
2024-01-04 17:17:55 -08:00
|
|
|
[sprite."planet::earth"]
|
2024-01-03 07:46:27 -08:00
|
|
|
file = "planet/earth.png"
|
2023-12-30 10:58:17 -08:00
|
|
|
|
2024-01-04 17:17:55 -08:00
|
|
|
[sprite."planet::luna"]
|
2024-01-03 07:46:27 -08:00
|
|
|
file = "planet/luna.png"
|
2023-12-30 10:58:17 -08:00
|
|
|
|
2024-01-04 17:17:55 -08:00
|
|
|
[sprite."projectile::blaster"]
|
2024-01-03 07:46:27 -08:00
|
|
|
file = "projectile/blaster.png"
|
2023-12-30 10:58:17 -08:00
|
|
|
|
2024-01-04 17:17:55 -08:00
|
|
|
[sprite."ship::gypsum"]
|
2024-01-03 13:19:10 -08:00
|
|
|
file = "ship/gypsum.png"
|
2023-12-31 17:56:43 -08:00
|
|
|
|
2024-01-04 19:34:18 -08:00
|
|
|
[sprite."ship::peregrine"]
|
2024-01-06 14:00:56 -08:00
|
|
|
timing.duration = 2
|
2024-01-04 21:41:15 -08:00
|
|
|
repeat = "reverse"
|
2024-01-05 12:09:59 -08:00
|
|
|
random_start_frame = true
|
2024-01-04 19:34:18 -08:00
|
|
|
frames = [
|
|
|
|
"ship/peregrine/01.png",
|
|
|
|
"ship/peregrine/02.png",
|
|
|
|
"ship/peregrine/03.png",
|
|
|
|
"ship/peregrine/04.png",
|
|
|
|
"ship/peregrine/05.png",
|
|
|
|
"ship/peregrine/06.png",
|
|
|
|
"ship/peregrine/07.png",
|
|
|
|
"ship/peregrine/08.png",
|
|
|
|
"ship/peregrine/09.png",
|
|
|
|
"ship/peregrine/10.png",
|
|
|
|
"ship/peregrine/11.png",
|
|
|
|
]
|
|
|
|
|
2024-01-04 17:17:55 -08:00
|
|
|
[sprite."ui::radar"]
|
2024-01-03 07:46:27 -08:00
|
|
|
file = "ui/radar.png"
|
2023-12-31 17:56:43 -08:00
|
|
|
|
2024-01-04 17:17:55 -08:00
|
|
|
[sprite."ui::shipblip"]
|
2024-01-03 07:46:27 -08:00
|
|
|
file = "ui/ship-blip.png"
|
2024-01-02 15:59:50 -08:00
|
|
|
|
2024-01-04 17:17:55 -08:00
|
|
|
[sprite."ui::planetblip"]
|
2024-01-03 07:46:27 -08:00
|
|
|
file = "ui/planet-blip.png"
|
2024-01-01 22:25:16 -08:00
|
|
|
|
2024-01-04 17:17:55 -08:00
|
|
|
[sprite."ui::radarframe"]
|
2024-01-03 07:46:27 -08:00
|
|
|
file = "ui/radarframe.png"
|
2024-01-02 15:59:50 -08:00
|
|
|
|
2024-01-04 17:17:55 -08:00
|
|
|
[sprite."ui::centerarrow"]
|
2024-01-03 07:46:27 -08:00
|
|
|
file = "ui/center-arrow.png"
|
2024-01-02 18:54:34 -08:00
|
|
|
|
2024-01-04 17:17:55 -08:00
|
|
|
[sprite."particle::blaster"]
|
2024-01-05 12:09:59 -08:00
|
|
|
timing.duration = 0.15
|
2024-01-03 07:46:27 -08:00
|
|
|
repeat = "once"
|
|
|
|
frames = [
|
2024-01-03 19:49:37 -08:00
|
|
|
"particle/blaster/01.png",
|
|
|
|
"particle/blaster/02.png",
|
|
|
|
"particle/blaster/03.png",
|
|
|
|
"particle/blaster/04.png",
|
|
|
|
]
|
|
|
|
|
|
|
|
|
2024-01-05 12:09:59 -08:00
|
|
|
[sprite."particle::explosion::tiny"]
|
|
|
|
timing.fps = 15
|
|
|
|
repeat = "once"
|
|
|
|
frames = [
|
|
|
|
"particle/explosion-tiny/01.png",
|
|
|
|
"particle/explosion-tiny/02.png",
|
|
|
|
"particle/explosion-tiny/03.png",
|
|
|
|
"particle/explosion-tiny/04.png",
|
|
|
|
"particle/explosion-tiny/05.png",
|
|
|
|
"particle/explosion-tiny/06.png",
|
|
|
|
]
|
|
|
|
|
|
|
|
[sprite."particle::explosion::small"]
|
|
|
|
timing.fps = 15
|
|
|
|
repeat = "once"
|
|
|
|
frames = [
|
|
|
|
"particle/explosion-small/01.png",
|
|
|
|
"particle/explosion-small/02.png",
|
|
|
|
"particle/explosion-small/03.png",
|
|
|
|
"particle/explosion-small/04.png",
|
|
|
|
"particle/explosion-small/05.png",
|
|
|
|
"particle/explosion-small/06.png",
|
|
|
|
"particle/explosion-small/07.png",
|
|
|
|
]
|
|
|
|
|
|
|
|
[sprite."particle::explosion::medium"]
|
|
|
|
timing.fps = 15
|
|
|
|
repeat = "once"
|
|
|
|
frames = [
|
|
|
|
"particle/explosion-medium/01.png",
|
|
|
|
"particle/explosion-medium/02.png",
|
|
|
|
"particle/explosion-medium/03.png",
|
|
|
|
"particle/explosion-medium/04.png",
|
|
|
|
"particle/explosion-medium/05.png",
|
|
|
|
"particle/explosion-medium/06.png",
|
|
|
|
"particle/explosion-medium/07.png",
|
|
|
|
"particle/explosion-medium/08.png",
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[sprite."particle::explosion::large"]
|
|
|
|
timing.fps = 15
|
2024-01-03 19:49:37 -08:00
|
|
|
repeat = "once"
|
|
|
|
frames = [
|
|
|
|
"particle/explosion-large/01.png",
|
|
|
|
"particle/explosion-large/02.png",
|
|
|
|
"particle/explosion-large/03.png",
|
|
|
|
"particle/explosion-large/04.png",
|
|
|
|
"particle/explosion-large/05.png",
|
|
|
|
"particle/explosion-large/06.png",
|
|
|
|
"particle/explosion-large/07.png",
|
|
|
|
"particle/explosion-large/08.png",
|
|
|
|
"particle/explosion-large/09.png",
|
2024-01-03 07:46:27 -08:00
|
|
|
]
|
2024-01-05 12:09:59 -08:00
|
|
|
|
|
|
|
[sprite."particle::explosion::huge"]
|
|
|
|
timing.fps = 15
|
|
|
|
repeat = "once"
|
|
|
|
frames = [
|
|
|
|
"particle/explosion-huge/01.png",
|
|
|
|
"particle/explosion-huge/02.png",
|
|
|
|
"particle/explosion-huge/03.png",
|
|
|
|
"particle/explosion-huge/04.png",
|
|
|
|
"particle/explosion-huge/05.png",
|
|
|
|
"particle/explosion-huge/06.png",
|
|
|
|
"particle/explosion-huge/07.png",
|
|
|
|
"particle/explosion-huge/08.png",
|
|
|
|
"particle/explosion-huge/09.png",
|
|
|
|
"particle/explosion-huge/10.png",
|
|
|
|
]
|