Merge branch 'main' of https://git.steelants.cz/GJP/GGJ2022
This commit is contained in:
commit
3c91ac4d45
@ -1391,7 +1391,7 @@ Transform:
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 3244356566819001084}
|
||||
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
||||
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||
m_LocalPosition: {x: 0, y: 0, z: 3.67}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children:
|
||||
@ -1481,7 +1481,7 @@ MonoBehaviour:
|
||||
runningSpeed: 7.5
|
||||
jumpSpeed: 3
|
||||
lookSpeed: 7.5
|
||||
lookXLimit: 7.5
|
||||
lookXLimit: 8.75
|
||||
playerCamera: {fileID: 3244356567913423211}
|
||||
runningParticles: {fileID: 1608137079}
|
||||
rotationX: 0
|
||||
|
@ -8,7 +8,7 @@ public class PlayerController : MonoBehaviour
|
||||
public float runningSpeed = 7.5f;
|
||||
public float jumpSpeed = 7.5f;
|
||||
public float lookSpeed = 7.5f;
|
||||
public float lookXLimit = 7.5f;
|
||||
public float lookXLimit = 40.0f;
|
||||
public Camera playerCamera;
|
||||
public ParticleSystem runningParticles;
|
||||
Vector3 moveDirection = Vector3.zero;
|
||||
|
Loading…
Reference in New Issue
Block a user