开启5图层
This commit is contained in:
		
							parent
							
								
									811ba26731
								
							
						
					
					
						commit
						44848d881c
					
				| @ -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 () { | ||||
| 	// 道具商店相关的插件
 | ||||
| 	// 可在全塔属性-全局商店中使用「道具商店」事件块进行编辑(如果找不到可以在入口方块中找)
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user