Skip to content

Commit

Permalink
fix end screen
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cho committed Jun 1, 2024
1 parent 3487bee commit 44797df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions scenes/main/main.gd
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ func _ready():
func on_player_died():
var end_screen_instance = end_screen_scene.instantiate()
add_child(end_screen_instance)
end_screen_instance.set_defeat()
1 change: 0 additions & 1 deletion scenes/manager/arena_time_manager.gd
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ func get_time_elapsed():
func on_timer_timeout():
var end_screen_instance = end_screen_scene.instantiate()
add_child(end_screen_instance)
end_screen_instance.set_defeat()

0 comments on commit 44797df

Please sign in to comment.