Fish witch and test level implemented

This commit is contained in:
2023-09-02 02:28:37 -07:00
parent 8d5ca74330
commit 829db1adb9
18 changed files with 2115 additions and 36 deletions

View File

@@ -29,7 +29,7 @@ public partial class TestCharacter : CharacterBody3D
{
velocity.X = direction.X * _speed;
velocity.Z = direction.Z * _speed;
GetNode<Node3D>("Pivot").LookAt(Position + -direction, Vector3.Up);
GetNode<Node3D>("Pivot").LookAt(Position + direction, Vector3.Up);
}
else
{