fix: fixing respawning
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user