inventory #3

Merged
kziolkowski merged 39 commits from inventory into main 2025-04-24 21:18:16 +02:00
Showing only changes of commit 6016f1cf38 - Show all commits
@@ -68,7 +68,6 @@ public partial class Player3D : CharacterBody3D
float Y = inputDir.Y;
_lastDirection = new Vector2(X, Y);
Debug.Print(_lastDirection.ToString());
if (X != 0)
{