more marathon mode phixes
This commit is contained in:
parent
db0a61e162
commit
95cb99ff49
6 changed files with 8 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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 )]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue