mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-04-30 03:03:24 +08:00
Deploying to gh-pages from @ 1552fb7dcb
🚀
This commit is contained in:
parent
d0a6f4076f
commit
b02f8f06c9
@ -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