Make R act as the refresh button in the icon marketplace download menu
This commit is contained in:
@@ -81,5 +81,6 @@ public class IconMarketplaceManager : MonoBehaviour
|
||||
else if (downloadPanel.activeSelf || uploadPanel.activeSelf) SwitchPanel(0);
|
||||
else await SceneManager.LoadSceneAsync("MainMenu");
|
||||
}
|
||||
else if (Keyboard.current.rKey.wasPressedThisFrame && downloadPanel.activeSelf && downloadPanelScript.refreshButton.interactable) downloadPanelScript.GetIcons();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user