瀏覽代碼

correct main entry to 128

AzaezelX 1 年之前
父節點
當前提交
acef688a45
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Templates/BaseGame/game/tools/settings.xml
  2. 1 1
      Templates/BaseGame/game/tools/shapeEditor/main.tscript

+ 1 - 1
Templates/BaseGame/game/tools/settings.xml

@@ -245,7 +245,7 @@
         <Setting
             name="AdvancedWndVisible">1</Setting>
         <Setting
-            name="backgroundColor">188 188 188 100</Setting>
+            name="backgroundColor">128 128 128 100</Setting>
         <Setting
             name="gridDimension">40 40</Setting>
         <Setting

+ 1 - 1
Templates/BaseGame/game/tools/shapeEditor/main.tscript

@@ -354,7 +354,7 @@ function ShapeEditorPlugin::initSettings( %this )
    EditorSettings.beginGroup( "ShapeEditor", true );
 
    // Display options
-   EditorSettings.setDefaultValue( "BackgroundColor",    "0.5 0.5 0.5 100" );
+   EditorSettings.setDefaultValue( "BackgroundColor",    "128 128 128 100" );
    EditorSettings.setDefaultValue( "HighlightMaterial", 1 );
    EditorSettings.setDefaultValue( "ShowNodes", 1 );
    EditorSettings.setDefaultValue( "ShowBounds", 0 );