fix: some small bug fixes and update help text
This commit is contained in:
@@ -63,7 +63,6 @@ public class PlayerController : MonoBehaviour
|
|||||||
{
|
{
|
||||||
_rb.AddForce(Vector2.up * jumpForce, ForceMode2D.Force);
|
_rb.AddForce(Vector2.up * jumpForce, ForceMode2D.Force);
|
||||||
_isJumping = true;
|
_isJumping = true;
|
||||||
_jumpTimer = 0f;
|
|
||||||
_lastGroundedHorizontalInput = _moveHorizontal;
|
_lastGroundedHorizontalInput = _moveHorizontal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 8defaa89b105b29ba8961a4dbc66e4bd
|
guid: 805dbe47bf96c3b2d904e4708db629fb
|
||||||
TextScriptImporter:
|
TextScriptImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 44f1dd41c4e3597fd84f7a82ce7b7708
|
guid: 7baabf5924a704d5f979b782325fb940
|
||||||
TextScriptImporter:
|
TextScriptImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
|
|||||||
@@ -1301,7 +1301,7 @@ PrefabInstance:
|
|||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: 'helpText.Array.data[0]'
|
propertyPath: 'helpText.Array.data[0]'
|
||||||
value: To pick up a cube, use E
|
value: To pick up the cube, use E
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 3920147214174625090, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 3920147214174625090, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: m_LocalScale.x
|
propertyPath: m_LocalScale.x
|
||||||
@@ -1787,7 +1787,7 @@ PrefabInstance:
|
|||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: 'helpText.Array.data[0]'
|
propertyPath: 'helpText.Array.data[0]'
|
||||||
value: Get the cube onto the sensor to proceed!
|
value: Get the cube on the sensor to proceed
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 3920147214174625090, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 3920147214174625090, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: m_LocalScale.x
|
propertyPath: m_LocalScale.x
|
||||||
|
|||||||
@@ -969,7 +969,7 @@ PrefabInstance:
|
|||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: 'helpText.Array.data[0]'
|
propertyPath: 'helpText.Array.data[0]'
|
||||||
value: Bounce on the ground to jump higher!
|
value: Bounce on the ground to jump higher
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: 'helpText.Array.data[1]'
|
propertyPath: 'helpText.Array.data[1]'
|
||||||
@@ -1233,15 +1233,16 @@ PrefabInstance:
|
|||||||
m_Modifications:
|
m_Modifications:
|
||||||
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: helpText.Array.size
|
propertyPath: helpText.Array.size
|
||||||
value: 1
|
value: 2
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: 'helpText.Array.data[0]'
|
propertyPath: 'helpText.Array.data[0]'
|
||||||
value: Press J to switch between different parallel maps
|
value: Can't get out?
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: 'helpText.Array.data[1]'
|
propertyPath: 'helpText.Array.data[1]'
|
||||||
value: Veloci
|
value: These walls are no problem, press J to switch between different parallel
|
||||||
|
maps
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 3920147214174625090, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 3920147214174625090, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: m_LocalPosition.x
|
propertyPath: m_LocalPosition.x
|
||||||
|
|||||||
@@ -857,7 +857,7 @@ PrefabInstance:
|
|||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: 'helpText.Array.data[0]'
|
propertyPath: 'helpText.Array.data[0]'
|
||||||
value: Think you've got the controls down? Let's find out!
|
value: Think you've got the controls down? Let's find out
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: 'helpText.Array.data[1]'
|
propertyPath: 'helpText.Array.data[1]'
|
||||||
|
|||||||
@@ -5775,15 +5775,15 @@ PrefabInstance:
|
|||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: 'helpText.Array.data[0]'
|
propertyPath: 'helpText.Array.data[0]'
|
||||||
value: Let's see how well you can handle multiple cubes
|
value: Its time to introduce more cubes
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: 'helpText.Array.data[1]'
|
propertyPath: 'helpText.Array.data[1]'
|
||||||
value: Heads up, moving the current map's cube will reset all other cubes
|
value: Please note, moving the current map's cube will reset all other cubes
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: 'helpText.Array.data[2]'
|
propertyPath: 'helpText.Array.data[2]'
|
||||||
value: Not clear? Don't worry, you'll find out soon enough!
|
value: Not clear? Don't worry, you'll find out soon enough
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 3920147214174625090, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 3920147214174625090, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: m_LocalScale.x
|
propertyPath: m_LocalScale.x
|
||||||
|
|||||||
@@ -4220,7 +4220,7 @@ PrefabInstance:
|
|||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: 'helpText.Array.data[0]'
|
propertyPath: 'helpText.Array.data[0]'
|
||||||
value: Walls are no problem, just grab the cube through the wall!
|
value: Walls? What walls? Go ahead and grab the cube right through them
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: 'helpText.Array.data[1]'
|
propertyPath: 'helpText.Array.data[1]'
|
||||||
|
|||||||
@@ -1764,6 +1764,11 @@ Transform:
|
|||||||
m_CorrespondingSourceObject: {fileID: 9057974218491428438, guid: 61f508bd5ba7a086a8f1d72165ae2236, type: 3}
|
m_CorrespondingSourceObject: {fileID: 9057974218491428438, guid: 61f508bd5ba7a086a8f1d72165ae2236, type: 3}
|
||||||
m_PrefabInstance: {fileID: 2036549033}
|
m_PrefabInstance: {fileID: 2036549033}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
--- !u!4 &294048005 stripped
|
||||||
|
Transform:
|
||||||
|
m_CorrespondingSourceObject: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
|
m_PrefabInstance: {fileID: 1129546566}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
--- !u!1001 &314535126
|
--- !u!1001 &314535126
|
||||||
PrefabInstance:
|
PrefabInstance:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@@ -3835,7 +3840,7 @@ PrefabInstance:
|
|||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
propertyPath: m_LocalScale.x
|
propertyPath: m_LocalScale.x
|
||||||
value: 0.41772056
|
value: 0.690275
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
propertyPath: m_LocalPosition.x
|
propertyPath: m_LocalPosition.x
|
||||||
@@ -3843,7 +3848,7 @@ PrefabInstance:
|
|||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
propertyPath: m_LocalPosition.y
|
propertyPath: m_LocalPosition.y
|
||||||
value: 6.46
|
value: 5.98
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
propertyPath: m_LocalPosition.z
|
propertyPath: m_LocalPosition.z
|
||||||
@@ -5127,6 +5132,7 @@ Transform:
|
|||||||
- {fileID: 912479390}
|
- {fileID: 912479390}
|
||||||
- {fileID: 630919897}
|
- {fileID: 630919897}
|
||||||
- {fileID: 453354740}
|
- {fileID: 453354740}
|
||||||
|
- {fileID: 294048005}
|
||||||
- {fileID: 1232594601}
|
- {fileID: 1232594601}
|
||||||
- {fileID: 243017332}
|
- {fileID: 243017332}
|
||||||
- {fileID: 329777082}
|
- {fileID: 329777082}
|
||||||
@@ -5215,6 +5221,67 @@ Transform:
|
|||||||
m_CorrespondingSourceObject: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
m_CorrespondingSourceObject: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
m_PrefabInstance: {fileID: 1109376180}
|
m_PrefabInstance: {fileID: 1109376180}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
--- !u!1001 &1129546566
|
||||||
|
PrefabInstance:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Modification:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TransformParent: {fileID: 1076843295}
|
||||||
|
m_Modifications:
|
||||||
|
- target: {fileID: 5448514636643914184, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
|
propertyPath: m_Name
|
||||||
|
value: Line M (35)
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
|
propertyPath: m_LocalScale.x
|
||||||
|
value: 0.08144303
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
|
propertyPath: m_LocalPosition.x
|
||||||
|
value: 1.98
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
|
propertyPath: m_LocalPosition.y
|
||||||
|
value: 4.92
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
|
propertyPath: m_LocalPosition.z
|
||||||
|
value: 0.1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
|
propertyPath: m_LocalRotation.w
|
||||||
|
value: 0.7071068
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
|
propertyPath: m_LocalRotation.x
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
|
propertyPath: m_LocalRotation.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
|
propertyPath: m_LocalRotation.z
|
||||||
|
value: 0.7071068
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
|
propertyPath: m_LocalEulerAnglesHint.x
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
|
propertyPath: m_LocalEulerAnglesHint.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
|
propertyPath: m_LocalEulerAnglesHint.z
|
||||||
|
value: 90
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
m_RemovedComponents: []
|
||||||
|
m_RemovedGameObjects: []
|
||||||
|
m_AddedGameObjects: []
|
||||||
|
m_AddedComponents: []
|
||||||
|
m_SourcePrefab: {fileID: 100100000, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
--- !u!1001 &1134490374
|
--- !u!1001 &1134490374
|
||||||
PrefabInstance:
|
PrefabInstance:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@@ -6784,7 +6851,7 @@ PrefabInstance:
|
|||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 2571339315337250241, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: 'helpText.Array.data[2]'
|
propertyPath: 'helpText.Array.data[2]'
|
||||||
value: This is where it gets interesting
|
value: The real challenge starts now
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 3920147214174625090, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
- target: {fileID: 3920147214174625090, guid: 0d4cd3ff21e96985993e891929cc2b79, type: 3}
|
||||||
propertyPath: m_LocalScale.x
|
propertyPath: m_LocalScale.x
|
||||||
@@ -7813,15 +7880,15 @@ PrefabInstance:
|
|||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
propertyPath: m_LocalScale.x
|
propertyPath: m_LocalScale.x
|
||||||
value: 0.41772056
|
value: 0.37134767
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
propertyPath: m_LocalPosition.x
|
propertyPath: m_LocalPosition.x
|
||||||
value: 2.02
|
value: 2.03
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
propertyPath: m_LocalPosition.y
|
propertyPath: m_LocalPosition.y
|
||||||
value: 6.46
|
value: 6.52
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
- target: {fileID: 8589943077601745085, guid: 732499c64d47344c7be47ac65c6fa504, type: 3}
|
||||||
propertyPath: m_LocalPosition.z
|
propertyPath: m_LocalPosition.z
|
||||||
|
|||||||
Reference in New Issue
Block a user