소스 검색

Update the editor template level with a clearer name and description.

Areloch 7 년 전
부모
커밋
06e02c5582
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Templates/BaseGame/game/tools/levels/BlankRoom.mis

+ 2 - 2
Templates/BaseGame/game/tools/levels/BlankRoom.mis

@@ -24,9 +24,9 @@ new SimGroup(MissionGroup) {
       soundDistanceModel = "Linear";
       canSave = "1";
       canSaveDynamicFields = "1";
-         desc0 = "A blank room ready to be populated with Torque objects. Guns, anyone?";
+         desc0 = "A blank room template that acts as a starting point.";
          enabled = "1";
-         levelName = "Blank Room";
+         levelName = "Blank Room Template";
    };
    new SkyBox(theSky) {
       Material = "BlankSkyMat";