Improved outline shader

This commit is contained in:
2024-01-17 21:48:35 +01:00
parent 6934f2936b
commit 7eba25c83b
8 changed files with 200 additions and 54 deletions

View File

@ -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