Forráskód Böngészése

chore:fgui默认设置

chenbin 3 napja
szülő
commit
86c48666bd
1 módosított fájl, 25 hozzáadás és 0 törlés
  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"
+}