Files
DiceCloud/app/imports/ui/tabletop/TabletopMap.vue
Stefan Zermatten afb76f6ac4 Iterated on tabletop
2022-04-15 22:36:20 +02:00

13 lines
187 B
Vue

<template lang="html">
<div class="tabletop-map" />
</template>
<script lang="js">
// TODO use Pixi.js to render a map
export default {
}
</script>
<style lang="css" scoped>
</style>