Final gamerjam state #1

Merged
JanGross merged 18 commits from dev into master 2022-04-30 14:38:07 +02:00
Showing only changes of commit 1c8d428f08 - Show all commits

View File

@@ -27,6 +27,8 @@ public class Pickup : MonoBehaviour
string className = this.GetType().ToString(); string className = this.GetType().ToString();
GUI.color = Color.blue; GUI.color = Color.blue;
#if UNITY_EDITOR
UnityEditor.Handles.Label(transform.position, className); UnityEditor.Handles.Label(transform.position, className);
#endif
} }
} }