mirror of
https://github.com/PashaBibko/The-Mobius-Line.git
synced 2026-04-04 09:59:04 +00:00
Improved testing area
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -34,10 +34,10 @@ public class PlayerMovement : MonoBehaviour
|
|||||||
[Header("Debug Settings")]
|
[Header("Debug Settings")]
|
||||||
[SerializeField] Text m_SpeedDisplay;
|
[SerializeField] Text m_SpeedDisplay;
|
||||||
|
|
||||||
//
|
// Current direction the user has inputted
|
||||||
Vector2 m_Input;
|
Vector2 m_Input;
|
||||||
|
|
||||||
//
|
// The direction to move the player
|
||||||
Vector3 m_MoveDir;
|
Vector3 m_MoveDir;
|
||||||
|
|
||||||
// Player state tracker
|
// Player state tracker
|
||||||
|
|||||||
@@ -52,6 +52,10 @@ Material:
|
|||||||
m_Texture: {fileID: 2800000, guid: 9397418d1d7b12543bf27fb61b93bbea, type: 3}
|
m_Texture: {fileID: 2800000, guid: 9397418d1d7b12543bf27fb61b93bbea, type: 3}
|
||||||
m_Scale: {x: 1, y: 1}
|
m_Scale: {x: 1, y: 1}
|
||||||
m_Offset: {x: 0, y: 0}
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _EmissionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
- _MainTex:
|
- _MainTex:
|
||||||
m_Texture: {fileID: 2800000, guid: 9397418d1d7b12543bf27fb61b93bbea, type: 3}
|
m_Texture: {fileID: 2800000, guid: 9397418d1d7b12543bf27fb61b93bbea, type: 3}
|
||||||
m_Scale: {x: 1, y: 1}
|
m_Scale: {x: 1, y: 1}
|
||||||
|
|||||||
Reference in New Issue
Block a user