1
0
forked from noxious/client

npm run format

This commit is contained in:
2024-10-18 02:49:35 +02:00
parent 5cc1821922
commit 95dcf237cf
6 changed files with 68 additions and 72 deletions

View File

@ -58,11 +58,11 @@ function addZoneEventTile(pointer: Phaser.Input.Pointer) {
teleport:
zoneEditorStore.drawMode === 'teleport'
? {
toZoneId: zoneEditorStore.teleportSettings.toZoneId,
toPositionX: zoneEditorStore.teleportSettings.toPositionX,
toPositionY: zoneEditorStore.teleportSettings.toPositionY,
toRotation: zoneEditorStore.teleportSettings.toRotation
}
toZoneId: zoneEditorStore.teleportSettings.toZoneId,
toPositionX: zoneEditorStore.teleportSettings.toPositionX,
toPositionY: zoneEditorStore.teleportSettings.toPositionY,
toRotation: zoneEditorStore.teleportSettings.toRotation
}
: undefined
}