fix: camera movement makes character blurry
This commit is contained in:
@@ -27,7 +27,7 @@ func _unhandled_input(event: InputEvent) -> void:
|
||||
Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE)
|
||||
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
func _physics_process(delta: float) -> void:
|
||||
if target == null:
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user