forked from noxious/client
Map editor ui fixes, switching back to game from map editor, draw/tap checkbox, and partial restoration of tile picker function
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<Debug />
|
||||
<Notifications />
|
||||
<BackgroundImageLoader />
|
||||
<GmPanel v-if="gameStore.character?.role === 'gm'" @open-map-editor="mapEditor.active.value = true"/>
|
||||
<GmPanel v-if="gameStore.character?.role === 'gm'" @open-map-editor="mapEditor.toggleActive"/>
|
||||
<component :is="currentScreen" />
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user