AppSwitcher work

This commit is contained in:
2025-11-06 15:36:02 +01:00
parent 6a1831c5e2
commit 78d0bf6441
32 changed files with 3105 additions and 20 deletions

View File

@@ -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!");