From 37b25f1d192013954704362444fb1d53a76f5709 Mon Sep 17 00:00:00 2001 From: Thomas Lavocat Date: Sun, 15 Oct 2023 16:51:13 +0200 Subject: [PATCH] =?UTF-8?q?lol:=20j'ai=20oubli=C3=A9=20cet=20appel=20?= =?UTF-8?q?=C3=A0=20hud.reset()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Il fallait l'enlever aussi, sinon ça crash d'où le lol! --- game.gd | 1 - 1 file changed, 1 deletion(-) 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)