Remove an icon
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user