Editor: Fix shift-pencilling a tile with properties

This commit is contained in:
Eevee (Evelyn Woods) 2020-12-03 22:51:07 -07:00
parent cb62786470
commit f7080a2697

View File

@ -282,11 +282,7 @@ class PencilOperation extends DrawOperation {
if (type.draw_layer !== 0) {
cell.push({type: TILE_TYPES.floor});
}
let direction;
if (type.is_actor) {
direction = 'south';
}
cell.push({type, direction});
this.editor.place_in_cell(x, y, this.editor.palette_selection);
}
else {
// Default operation: only erase whatever's on the same layer