2021-06-23 01:36:44 +02:00
|
|
|
stage3_src = files(
|
|
|
|
'background_anim.c',
|
|
|
|
'wriggle.c',
|
|
|
|
'scuttle.c',
|
|
|
|
'draw.c',
|
|
|
|
'nonspells/boss_nonspells.c',
|
|
|
|
'nonspells/midboss_nonspell_1.c',
|
|
|
|
'spells/firefly_storm.c',
|
|
|
|
'spells/light_singularity.c',
|
2023-05-29 05:06:45 +02:00
|
|
|
'spells/logic_bomb.c',
|
2021-06-23 01:36:44 +02:00
|
|
|
'spells/moonlight_rocket.c',
|
2023-08-09 05:33:38 +02:00
|
|
|
'spells/moths_to_a_flame.c',
|
2021-06-23 01:36:44 +02:00
|
|
|
'stage3.c',
|
|
|
|
'timeline.c',
|
|
|
|
)
|