Character Selection Menu (Removed Monkey, he is looks ugly)

This commit is contained in:
brausjonas
2023-04-03 00:40:21 +02:00
parent d626b8e263
commit c5ae1bd162
24 changed files with 2502 additions and 344 deletions
@@ -39,8 +39,8 @@ public class StartHandler : MonoBehaviour
}
else
{
PlayerPrefs.SetInt("characterID", 0);
imageShowSelectedCharacter.sprite = characterFaces[0];
PlayerPrefs.SetInt("characterID", 1);
imageShowSelectedCharacter.sprite = characterFaces[1];
}
copiedMessage.SetActive(false);