Transition

This commit is contained in:
2025-07-01 11:45:48 -05:00
parent c7bed57b82
commit 977f17f73b
12 changed files with 237 additions and 23 deletions

View File

@@ -5,9 +5,6 @@ const SPEED = 8.0
@export var player:CharacterBody3D
func _ready() -> void:
player = get_parent().get_parent()
func canMove() -> bool:
if PAUSE.isMovementPaused():
return false