Implemented scrapbook assets into book plugin

This commit is contained in:
journaliciouz
2025-11-05 14:48:10 +01:00
parent 9c8eababb3
commit 041159a02a
32 changed files with 7733 additions and 3491 deletions

View File

@@ -0,0 +1,20 @@
using Input;
using UnityEngine;
public class ScrapbookController : MonoBehaviour
{
private void OnEnable()
{
InputManager.Instance.SetInputMode(InputMode.UI);
}
private void OnDisable()
{
InputManager.Instance.SetInputMode (InputMode.Game);
}
public void DebugClick()
{
Debug.Log("Yey I was clicked!");
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 094ecc487faab984fbeaf753621c0799