made skywalk teleportation istructions flip according to the rotation of the entered player.

This commit is contained in:
2025-09-23 15:16:55 +03:00
parent eadbd139e4
commit a8568685ab
4 changed files with 28 additions and 6 deletions

View File

@@ -323,12 +323,12 @@ public class Menu : MonoBehaviour
if (PlayericonFloor1Parent.activeSelf)
{
PlayericonFloor1.GetComponent<RectTransform>().anchoredPosition = IMG_Player;
Debug.Log(IMG_Player);
//Debug.Log(IMG_Player);
}
if (PlayericonFloor2Parent.activeSelf)
{
PlayericonFloor2.GetComponent<RectTransform>().anchoredPosition = IMG_Player;
Debug.Log(IMG_Player);
//Debug.Log(IMG_Player);
}
/*