Ver código fonte

chore:fgui默认设置

chenbin 3 dias atrás
pai
commit
86c48666bd
1 arquivos alterados com 25 adições e 0 exclusões
  1. 25 0
      fl-fgui-project/settings/Common.json

+ 25 - 0
fl-fgui-project/settings/Common.json

@@ -0,0 +1,25 @@
+{
+  "font": "",
+  "fontSize": 18,
+  "textColor": "#ffffff",
+  "fontAdjustment": false,
+  "colorScheme": [
+    "自定义颜色 #FF0000"
+  ],
+  "fontSizeScheme": [
+    "自定义字体大小 30"
+  ],
+  "fontScheme": [
+    "默认字体"
+  ],
+  "scrollBars": {
+    "horizontal": "",
+    "vertical": "",
+    "defaultDisplay": "visible"
+  },
+  "tipsRes": "",
+  "buttonClickSound": "",
+  "pivot": "center_anchor",
+  "listClearOnPublish": false,
+  "fileName": "Common"
+}