Remove an icon

This commit is contained in:
2025-06-01 20:59:55 -07:00
parent 49a079465f
commit 758318abf9
4 changed files with 0 additions and 151 deletions

View File

@@ -55,10 +55,6 @@ public class Iconsmenu : MonoBehaviour
{
defaultIcon = Resources.Load<Sprite>("icons/icons/bird_-3");
}
else if (PlayerPrefs.GetInt("userID", 0) == 6)
{
defaultIcon = Resources.Load<Sprite>("icons/icons/bird_-4");
}
placeholderButton.onClick.AddListener(ToggleKit);
backButton.onClick.AddListener(delegate
{