This commit is contained in:
2026-04-04 21:15:07 -05:00
parent 9223c7c32e
commit f822ce219f
5 changed files with 7 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ enum Mode {
func _ready() -> void:
_updatePosition()
func _process(delta: float) -> void:
func _process(_delta: float) -> void:
if mode == Mode.INACTIVE:
self.visible = false
return