AppSwitcher work
This commit is contained in:
@@ -1,7 +1,21 @@
|
||||
using UnityEngine;
|
||||
using SkiaSharp.Unity;
|
||||
|
||||
public class AppSwitcher : MonoBehaviour
|
||||
{
|
||||
|
||||
public TextAsset iconIdle;
|
||||
public TextAsset iconEstablish;
|
||||
public TextAsset rainbowEstablish;
|
||||
public TextAsset rainbowRemove;
|
||||
|
||||
private SkottiePlayerV2 skottiePlayer;
|
||||
|
||||
private void OnEnable()
|
||||
{
|
||||
skottiePlayer = GetComponent<SkottiePlayerV2>();
|
||||
}
|
||||
|
||||
public void OpenAppSwitcher()
|
||||
{
|
||||
Debug.Log("I'm mr. frog, hello!");
|
||||
|
||||
Reference in New Issue
Block a user