aboutsummaryrefslogtreecommitdiffstats
path: root/Assets/Prefabs
diff options
context:
space:
mode:
authorNeil Kollack <nkollack@gmail.com>2022-04-13 01:05:13 -0500
committerNeil Kollack <nkollack@gmail.com>2022-04-13 01:05:13 -0500
commit9a902e09f35760e5ce7af6070e1f673476ded06e (patch)
treefb3974c45e83512f2e640f0d9793bd4a74464b54 /Assets/Prefabs
parente1d53128f8d50d01235d7ba8013f485cd47a3e83 (diff)
fix: whip working same as prototype branch
Diffstat (limited to 'Assets/Prefabs')
-rw-r--r--Assets/Prefabs/Hook.prefab4
-rw-r--r--Assets/Prefabs/Player.prefab11
2 files changed, 8 insertions, 7 deletions
diff --git a/Assets/Prefabs/Hook.prefab b/Assets/Prefabs/Hook.prefab
index 0728e6b..027babc 100644
--- a/Assets/Prefabs/Hook.prefab
+++ b/Assets/Prefabs/Hook.prefab
@@ -137,13 +137,13 @@ MonoBehaviour:
m_GameObject: {fileID: 5459487145348792490}
m_Enabled: 1
m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: f828efbe27e65524c9d7e0d87b6a6f0f, type: 3}
+ m_Script: {fileID: 11500000, guid: fa96c9f0b931ab04cb7a7e72877a589e, type: 3}
m_Name:
m_EditorClassIdentifier:
constraintIterations: 15
gravityMultiplier: 1
lineWidth: 0.2
- ropeSegmentLength: 0.2
+ ropeSegmentLength: 0.1
segmentCount: 35
--- !u!120 &-1471091967506001749
LineRenderer:
diff --git a/Assets/Prefabs/Player.prefab b/Assets/Prefabs/Player.prefab
index 5521ff2..c6d1e32 100644
--- a/Assets/Prefabs/Player.prefab
+++ b/Assets/Prefabs/Player.prefab
@@ -91,7 +91,7 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2776418409999972310}
- 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_LocalScale: {x: 2, y: 2, z: 1}
m_ConstrainProportionsScale: 0
@@ -223,7 +223,7 @@ Rigidbody2D:
m_Interpolate: 0
m_SleepingMode: 1
m_CollisionDetection: 0
- m_Constraints: 0
+ m_Constraints: 4
--- !u!70 &2776418409999972324
CapsuleCollider2D:
m_ObjectHideFlags: 0
@@ -254,11 +254,12 @@ MonoBehaviour:
m_EditorClassIdentifier:
gravityScale: 1.5
baseStats:
- lives: 3
- speedMultiplier: 1
+ maxHealth: 3
+ speedMultiplier: 2
maxJumps: 1
- jumpForce: 500
+ jumpForce: 600
groundLayer:
serializedVersion: 2
m_Bits: 64
groundCheckPoint: {fileID: 2776418409611166769}
+ health: 0