浏览代码

Made GameSceneSo TextArea to better see scenes descriptions

/main
Amel Negra 4 年前
当前提交
38fdca31
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      UOP1_Project/Assets/Scripts/SceneManagement/ScriptableObjects/GameSceneSO.cs

2
UOP1_Project/Assets/Scripts/SceneManagement/ScriptableObjects/GameSceneSO.cs


#endif
[HideInInspector]
public string scenePath;
public string shortDescription;
[TextArea] public string shortDescription;
[Header("Sounds")]
public AudioClip music;
正在加载...
取消
保存