fix: 점프 조작감이 어색한 부분의 수치 조정

This commit is contained in:
aube.lee
2025-03-09 23:56:56 +09:00
parent 9c6a419adf
commit 31ec617a46
2 changed files with 6 additions and 8 deletions

View File

@@ -184,8 +184,8 @@ Transform:
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} 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: 0}
m_LocalScale: {x: 5, y: 5, z: 0} m_LocalScale: {x: 5, y: 5, z: 5}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 1
m_Children: m_Children:
- {fileID: 3571909985532505043} - {fileID: 3571909985532505043}
- {fileID: 6308497305587874648} - {fileID: 6308497305587874648}
@@ -356,7 +356,6 @@ MonoBehaviour:
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
playerData: playerData:
id:
type: type:
name: name:
level: 0 level: 0
@@ -370,7 +369,7 @@ MonoBehaviour:
currentSP: 0 currentSP: 0
speed: 3 speed: 3
jumpForce: 8 jumpForce: 8
airControl: 0.8 airControl: 0.5
groundCheck: {fileID: 427864611187260801} groundCheck: {fileID: 427864611187260801}
groundCheckRadius: 0.1 groundCheckRadius: 0.1
groundLayer: groundLayer:

View File

@@ -153,8 +153,8 @@ Transform:
serializedVersion: 2 serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} 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: 0}
m_LocalScale: {x: 5, y: 5, z: 0} m_LocalScale: {x: 5, y: 5, z: 5}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 1
m_Children: m_Children:
- {fileID: 3204799031628172313} - {fileID: 3204799031628172313}
- {fileID: 548404723012153258} - {fileID: 548404723012153258}
@@ -325,7 +325,6 @@ MonoBehaviour:
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
playerData: playerData:
id:
type: type:
name: name:
level: 0 level: 0
@@ -339,7 +338,7 @@ MonoBehaviour:
currentSP: 0 currentSP: 0
speed: 3 speed: 3
jumpForce: 8 jumpForce: 8
airControl: 0.8 airControl: 0.5
groundCheck: {fileID: 777487253851638430} groundCheck: {fileID: 777487253851638430}
groundCheckRadius: 0.15 groundCheckRadius: 0.15
groundLayer: groundLayer: