forked from noxious/client
Removed placedMapObject depth field, cleaned package.json, creating & deleting maps now works with mapStorage
This commit is contained in:
@ -56,7 +56,6 @@ function pencil(pointer: Phaser.Input.Pointer) {
|
||||
id: uuidv4(),
|
||||
map: mapEditorStore.map,
|
||||
mapObject: mapEditorStore.selectedMapObject,
|
||||
depth: 0,
|
||||
isRotated: false,
|
||||
positionX: tile.x,
|
||||
positionY: tile.y
|
||||
|
Reference in New Issue
Block a user