Scene change

This commit is contained in:
2023-06-27 22:16:09 +03:00
parent 6db5d6db32
commit 267000bb9d
6 changed files with 223 additions and 218 deletions
+7 -7
View File
@@ -93,8 +93,8 @@ SpriteRenderer:
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 769195415
m_SortingLayer: 3
m_SortingLayerID: -1388626623
m_SortingLayer: 1
m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: 67171a49f5e84c443bd3b9873791fefe, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
@@ -132,9 +132,9 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6936005445610605957}
m_LocalRotation: {x: -0, y: -0, z: -0.0062603806, w: 0.9999804}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalPosition: {x: 0, y: 0, z: -0.01}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_ConstrainProportionsScale: 1
m_Children: []
m_Father: {fileID: 8121927806228425505}
m_RootOrder: -1
@@ -154,7 +154,7 @@ MonoBehaviour:
m_ComponentVersion: 1
m_LightType: 3
m_BlendStyleIndex: 0
m_FalloffIntensity: 0.5
m_FalloffIntensity: 0.154
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_Intensity: 1
m_LightVolumeIntensity: 1
@@ -175,8 +175,8 @@ MonoBehaviour:
m_LocalBounds:
m_Center: {x: 0, y: -0.00000011920929, z: 0}
m_Extent: {x: 0.9985302, y: 0.99853027, z: 0}
m_PointLightInnerAngle: 329.47
m_PointLightOuterAngle: 329.47
m_PointLightInnerAngle: 315.74265
m_PointLightOuterAngle: 345.48526
m_PointLightInnerRadius: 0
m_PointLightOuterRadius: 1.6876591
m_ShapeLightParametricSides: 5
File diff suppressed because it is too large Load Diff
+1
View File
@@ -70,6 +70,7 @@ public class Character : MonoBehaviour
_isOnLadder = mapElement == MapElementType.Ladder || GetMapElement(Vector2.up) == MapElementType.Ladder;
if (_isOnLadder)
{
isAllowVertical = true;
_isOnLadder = true;
v_movement = inputVertical;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 80 KiB

+1 -1
View File
@@ -33,4 +33,4 @@ MonoBehaviour:
e33: 1
m_InstancedGameObject: {fileID: 0}
m_Flags: 1
m_ColliderType: 1
m_ColliderType: 2
+1 -1
View File
@@ -33,4 +33,4 @@ MonoBehaviour:
e33: 1
m_InstancedGameObject: {fileID: 0}
m_Flags: 1
m_ColliderType: 1
m_ColliderType: 2