Improved testing area

This commit is contained in:
2025-03-26 15:47:57 +00:00
parent 30bfed4fea
commit 12ed9fd42f
3 changed files with 5138 additions and 105 deletions

View File

@@ -34,10 +34,10 @@ public class PlayerMovement : MonoBehaviour
[Header("Debug Settings")]
[SerializeField] Text m_SpeedDisplay;
//
// Current direction the user has inputted
Vector2 m_Input;
//
// The direction to move the player
Vector3 m_MoveDir;
// Player state tracker