Przeglądaj źródła

默认经验倍率为1

wgl 5 miesięcy temu
rodzic
commit
7e3d65322e

+ 1 - 0
ActionTowerDefense/Assets/GameLevelEditor/GameMap/CoreScripts/Editor/GameMapEdPopup.cs

@@ -79,6 +79,7 @@ public class GameMapEdPopup : PopupWindowContent
 				Asset.ClearMap(0);
 				GameMapEditor.mapSize_w = Asset.maps[0].width;
 				GameMapEditor.mapSize_h = Asset.maps[0].height;
+				Asset.maps[0].expRatio = 1;
 				OnMapSelected(0);
 			}
             else