Add opacity to placed map object preview, don't show seconds in clock , updated date format
This commit is contained in:
@ -37,7 +37,7 @@ const props = defineProps<{
|
||||
const previewPosition = ref({ x: 0, y: 0 })
|
||||
|
||||
const previewPlacedMapObject = computed(() => ({
|
||||
id: uuidv4(),
|
||||
id: mapEditor.selectedMapObject.value?.id ?? uuidv4(),
|
||||
mapObject: mapEditor.selectedMapObject.value?.id,
|
||||
isRotated: false,
|
||||
positionX: previewPosition.value.x,
|
||||
|
Reference in New Issue
Block a user