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

File diff suppressed because it is too large Load Diff

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

View File

@@ -52,6 +52,10 @@ Material:
m_Texture: {fileID: 2800000, guid: 9397418d1d7b12543bf27fb61b93bbea, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 2800000, guid: 9397418d1d7b12543bf27fb61b93bbea, type: 3}
m_Scale: {x: 1, y: 1}