more marathon mode phixes

This commit is contained in:
Haze Weathers 2023-12-30 21:12:06 -05:00
parent db0a61e162
commit 95cb99ff49
6 changed files with 8 additions and 2 deletions

View file

@ -17,6 +17,7 @@ func _on_Boss1_entered_phase(phase):
$DelayedArrow3.start()
4:
$ExitTimer.start()
Game.marathon_shards += 1
if not Debug.prey_slaughtered:
var text_3d = Text3D.instance()
text_3d.anim = "victory"

View file

@ -23,6 +23,7 @@ pause_mode = 1
script = ExtResource( 7 )
music = ExtResource( 11 )
lore_entries = [ ExtResource( 16 ) ]
level_id = 3
next_level = ExtResource( 17 )
[node name="HUD" parent="." instance=ExtResource( 6 )]