diff --git a/_server/editor.js b/_server/editor.js index 20dff7f0..b77b6fd7 100644 --- a/_server/editor.js +++ b/_server/editor.js @@ -325,7 +325,7 @@ editor.prototype.drawEventBlock = function () { color.push('#00FF00'); if (editor.currentFloorData.afterGetItem[loc]) color.push('#00FFFF'); - if (editor.currentFloorData.cannotMove[loc]) + if (editor.currentFloorData.cannotMove[loc] && editor.currentFloorData.cannotMove[loc].length > 0) color.push('#0000FF'); if (editor.currentFloorData.afterOpenDoor[loc]) color.push('#FF00FF'); diff --git a/project/materials/animates.png b/project/materials/animates.png index d2d18a14..266475fc 100644 Binary files a/project/materials/animates.png and b/project/materials/animates.png differ diff --git a/project/materials/enemys.png b/project/materials/enemys.png index d9ce2d10..344f3788 100644 Binary files a/project/materials/enemys.png and b/project/materials/enemys.png differ diff --git a/project/materials/icons.png b/project/materials/icons.png index 7ce946ec..1e4758b2 100644 Binary files a/project/materials/icons.png and b/project/materials/icons.png differ diff --git a/project/materials/keyboard.png b/project/materials/keyboard.png index 0a89fc52..2eddde0f 100644 Binary files a/project/materials/keyboard.png and b/project/materials/keyboard.png differ