替换素材;修复蓝点问题
@ -325,7 +325,7 @@ editor.prototype.drawEventBlock = function () {
|
|||||||
color.push('#00FF00');
|
color.push('#00FF00');
|
||||||
if (editor.currentFloorData.afterGetItem[loc])
|
if (editor.currentFloorData.afterGetItem[loc])
|
||||||
color.push('#00FFFF');
|
color.push('#00FFFF');
|
||||||
if (editor.currentFloorData.cannotMove[loc])
|
if (editor.currentFloorData.cannotMove[loc] && editor.currentFloorData.cannotMove[loc].length > 0)
|
||||||
color.push('#0000FF');
|
color.push('#0000FF');
|
||||||
if (editor.currentFloorData.afterOpenDoor[loc])
|
if (editor.currentFloorData.afterOpenDoor[loc])
|
||||||
color.push('#FF00FF');
|
color.push('#FF00FF');
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 18 KiB |