1
0
forked from noxious/client

Restored map editor event tiles

This commit is contained in:
2025-02-02 00:02:19 -06:00
parent ad47b37279
commit efeae337ab
4 changed files with 14 additions and 8 deletions

View File

@ -19,7 +19,7 @@ const movingPlacedObject = ref<PlacedMapObject | null>(null)
const selectedPlacedObject = ref<PlacedMapObject | null>(null)
const shouldClearTiles = ref(false)
const teleportSettings = ref<TeleportSettings>({
toMapId: '',
toMapId: '1000',
toPositionX: 0,
toPositionY: 0,
toRotation: 0