浏览代码

Updated warning message

/main
Carlos Eduardo Pérez 4 年前
当前提交
79ec6d45
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      UOP1_Project/Assets/Scripts/Editor/GameSceneEditor.cs

2
UOP1_Project/Assets/Scripts/Editor/GameSceneEditor.cs


{
#region UI_Warnings
private const string noScenesWarning = "There are no scenes set for this level yet! Add a new scene with the dropdown above";
private const string noScenesWarning = "There are no scenes set for this level yet! Add a new scene with the dropdown below";
#endregion

正在加载...
取消
保存