Improved outline shader
This commit is contained in:
@ -18,7 +18,6 @@ func _physics_process(delta):
|
||||
|
||||
func movement():
|
||||
var direction = (Global.camera.transform.basis * Vector3(move.x, 0, move.y)).normalized()
|
||||
# var direction = Vector3(move.x, 0, move.y).normalized()
|
||||
|
||||
if direction:
|
||||
velocity.x = direction.x * MOVE_SPEED
|
||||
|
Reference in New Issue
Block a user