Added info text

This commit is contained in:
2026-01-14 12:03:15 +00:00
parent c3a0e39c65
commit 0c43fc1112
5 changed files with 101 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
using TreeEditor;
using UnityEngine.UI;
using UnityEngine;
using UnityEngine.UI;
namespace InterfaceOff
{
@@ -8,6 +7,7 @@ namespace InterfaceOff
{
[field: SerializeField] public Image WindowImage { get; private set; }
[field: SerializeField] public RectTransform Transform { get; private set; }
[field: SerializeField] public Text InfoText { get; private set; }
public Rect Rect => new
(