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
+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;