1
0
forked from noxious/client

Changed User panel name, created panel toggles, WIP equipment panel

This commit is contained in:
2024-08-26 23:04:48 +02:00
parent c460fe8457
commit ba5d235da0
7 changed files with 119 additions and 51 deletions

View File

@ -50,7 +50,7 @@ import Menubar from '@/components/gui/Menu.vue'
import GmTools from '@/components/gameMaster/GmTools.vue'
import ZoneEditor from '@/components/gameMaster/zoneEditor/ZoneEditor.vue'
import GmPanel from '@/components/gameMaster/GmPanel.vue'
import Inventory from '@/components/gui/Inventory.vue'
import Inventory from '@/components/gui/UserPanel.vue'
const gameStore = useGameStore()
const zoneEditorStore = useZoneEditorStore()