Somewhat working indicators

This commit is contained in:
Michal Pikulski
2025-10-02 07:41:27 +02:00
parent dac119fd7b
commit 9c67f503d2
7 changed files with 172 additions and 80 deletions

View File

@@ -14,6 +14,16 @@ public class TestIndicator : MonoBehaviour, PuzzleS.IPuzzlePrompt
}
public void OnShow()
{
gameObject.SetActive(true);
}
public void OnHide()
{
gameObject.SetActive(false);
}
public void ShowFar()
{
gameObject.SetActive(true);