开启5图层

This commit is contained in:
草莓 2024-11-30 21:57:47 +08:00
parent f2d8d74eae
commit 87ce50edf4

View File

@ -354,11 +354,11 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
// 背景层2将会覆盖背景层 被事件层覆盖 前景层2将会覆盖前景层
// 另外 请注意加入两个新图层 会让大地图的性能降低一些
// 插件作者ad
var __enable = false;
var __enable = true;
if (!__enable) return;
// 创建新图层
function createCanvas (name, zIndex) {
function createCanvas(name, zIndex) {
if (!name) return;
var canvas = document.createElement('canvas');
canvas.id = name;
@ -502,7 +502,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
fg2Array: this._getBgFgMapArray('fg2', floorId)
};
}
},
},
"itemShop": function () {
// 道具商店相关的插件
// 可在全塔属性-全局商店中使用「道具商店」事件块进行编辑(如果找不到可以在入口方块中找)