Fixed button issue
This commit is contained in:
@@ -26,10 +26,13 @@ public class AppSwitcher : MonoBehaviour
|
||||
iconPlayer = icon.GetComponentInChildren<SkottiePlayerV2>();
|
||||
rainbowPlayer = rainbow.GetComponentInChildren<SkottiePlayerV2>();
|
||||
animator = GetComponent<Animator>();
|
||||
rainbow.SetActive(false);
|
||||
}
|
||||
|
||||
public void OpenAppSwitcher()
|
||||
{
|
||||
|
||||
rainbow.SetActive(true);
|
||||
//Activate players
|
||||
rainbow.SetActive(true);
|
||||
gameLayoutContainer.SetActive(true);
|
||||
|
||||
Reference in New Issue
Block a user