From 40e6510e8447afda7a0653a2455ea1e4e27d5fec Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Fri, 30 Oct 2020 17:47:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=90=AF=E9=AB=98=E6=B8=85UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _server/table/data.comment.js | 6 ------ libs/core.js | 2 +- project/data.js | 3 +-- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/_server/table/data.comment.js b/_server/table/data.comment.js index 593e62e1..bbb709c7 100644 --- a/_server/table/data.comment.js +++ b/_server/table/data.comment.js @@ -659,12 +659,6 @@ var data_comment_c456ea59_6018_45ef_8bcc_211a24c627dc = { "_type": "checkbox", "_docs": "虚化前景层", "_data": "是否虚化前景层;如果此项开启,则在游戏中事件层有东西(如宝石等)时虚化前景层。" - }, - "enableHDCanvas": { - "_leaf": true, - "_type": "checkbox", - "_docs": "高清UI", - "_data": "是否使用高清UI" } } } diff --git a/libs/core.js b/libs/core.js index 9b8ab8c3..d562f634 100644 --- a/libs/core.js +++ b/libs/core.js @@ -332,7 +332,7 @@ core.prototype._init_sys_flags = function () { if (core.values.floorChangeTime == null) core.values.floorChangeTime = 500; if (main.mode != 'editor') { core.domStyle.scale = core.getLocalStorage('scale', 1); - if (core.flags.enableHDCanvas) core.domStyle.ratio = window.devicePixelRatio || 1; + core.domStyle.ratio = window.devicePixelRatio || 1; } } diff --git a/project/data.js b/project/data.js index ba7b0e3b..fae232d4 100644 --- a/project/data.js +++ b/project/data.js @@ -482,7 +482,6 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d = "enableMoveDirectly": true, "enableRouteFolding": true, "disableShopOnDamage": false, - "blurFg": false, - "enableHDCanvas": true + "blurFg": false } } \ No newline at end of file