Browse Source

Merge pull request #120 from aws-lumberyard/helpers_off_by_default

Editor helpers / Icons are off by default.
Michał Pełka 2 năm trước cách đây
mục cha
commit
8dfee0e7a3
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 14 0
      Project/Registry/editorhelpersvisibility.setreg

+ 14 - 0
Project/Registry/editorhelpersvisibility.setreg

@@ -0,0 +1,14 @@
+{
+    "Amazon": 
+    {
+        "Preferences": 
+        {
+            "Editor": 
+            {
+                "IconsVisible": false,
+                "HelpersVisible": false
+            }
+        }
+    }
+}
+