mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 04:19:30 +08:00
去掉resetGame的proxy
This commit is contained in:
parent
bd4a7f946a
commit
1552fb7dcb
@ -13,16 +13,6 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a = {
|
|||||||
core.status = core.clone(core.initStatus, function (name) {
|
core.status = core.clone(core.initStatus, function (name) {
|
||||||
return name != 'hero' && name != 'maps';
|
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.control._bindRoutePush();
|
||||||
core.status.played = true;
|
core.status.played = true;
|
||||||
// 初始化人物,图标,统计信息
|
// 初始化人物,图标,统计信息
|
||||||
|
Loading…
Reference in New Issue
Block a user