fix: fixing respawning

This commit is contained in:
DottsGit
2026-06-06 14:18:45 -04:00
parent 9adbff3968
commit 2a3e6a2c78
2 changed files with 18 additions and 6 deletions
+1
View File
@@ -71,6 +71,7 @@ func _create_ui() -> void:
_ui_overlay = ColorRect.new()
_ui_overlay.set_anchors_preset(Control.PRESET_FULL_RECT)
_ui_overlay.color = Color(1.0, 0.0, 0.0, 0.0)
_ui_overlay.mouse_filter = Control.MOUSE_FILTER_IGNORE
_ui_layer.add_child(_ui_overlay)
_ui_label = Label.new()