From b02f8f06c932c2219629cd9d32506f01c96841c7 Mon Sep 17 00:00:00 2001 From: unanmed <90094606+unanmed@users.noreply.github.com> Date: Tue, 25 Apr 2023 12:55:22 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=201552f?= =?UTF-8?q?b7dcbd5b19bf3d6ce0c87a996308ac55511=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/functions.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/project/functions.js b/project/functions.js index 1b65915..af02485 100644 --- a/project/functions.js +++ b/project/functions.js @@ -13,16 +13,6 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a = { core.status = core.clone(core.initStatus, function (name) { return name != 'hero' && name != 'maps'; }); - const bgmaps = {}; - const handler = { - set(target, p, v) { - if (core.status.floorId === 'tower6') console.trace(); - - target[p] = v; - return true; - } - }; - core.status.bgmaps = new Proxy(bgmaps, handler); core.control._bindRoutePush(); core.status.played = true; // 初始化人物,图标,统计信息