diff --git a/game.gd b/game.gd index 7b34590..c57571d 100644 --- a/game.gd +++ b/game.gd @@ -30,7 +30,6 @@ func _ready() -> void: func reload_current_scene() -> void: go_to(scene_name, last_spawn_point) - hud.reset() func enter_door(destination : String, other_side_position : Vector2): call_deferred("go_to", destination, other_side_position)