Organize custom scripts under Assets/Baba_yaga and merge Opsive folders to Assets root
This commit is contained in:
8
Assets/Baba_yaga/Others/StickyNote.cs
Normal file
8
Assets/Baba_yaga/Others/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
|
||||
}
|
||||
2
Assets/Baba_yaga/Others/StickyNote.cs.meta
Normal file
2
Assets/Baba_yaga/Others/StickyNote.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 20733ff6cdef89e408acddf8ce51503d
|
||||
Reference in New Issue
Block a user