Introduced Player Height offset

This commit is contained in:
brausjonas
2023-04-03 18:54:29 +02:00
parent 85023c6d80
commit 6e177eee81
19 changed files with 1954 additions and 13 deletions
@@ -39,8 +39,8 @@ public class StartHandler : MonoBehaviour
}
else
{
PlayerPrefs.SetInt("characterID", 1);
imageShowSelectedCharacter.sprite = characterFaces[1];
PlayerPrefs.SetInt("characterID", 0);
imageShowSelectedCharacter.sprite = characterFaces[0];
}
copiedMessage.SetActive(false);