Transition
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user