Commit 1
This commit is contained in:
8
Assets/Scripts/StickyNote.cs
Normal file
8
Assets/Scripts/StickyNote.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class StickyNote : MonoBehaviour
|
||||
{
|
||||
[TextArea] public string noteText = "Enter note here...";
|
||||
public Color noteColor = Color.yellow;
|
||||
public bool showAlways = true; // Show even when not selected
|
||||
}
|
||||
Reference in New Issue
Block a user