Renamed Keybindings > Hotkeys
This commit is contained in:
parent
d68ee120ab
commit
66e56d3626
@ -8,7 +8,7 @@
|
|||||||
<div v-if="isLoaded">
|
<div v-if="isLoaded">
|
||||||
<Menu />
|
<Menu />
|
||||||
<Hud />
|
<Hud />
|
||||||
<Keybindings />
|
<Hotkeys />
|
||||||
<Minimap />
|
<Minimap />
|
||||||
<Zone />
|
<Zone />
|
||||||
<Chat />
|
<Chat />
|
||||||
@ -32,7 +32,7 @@ import Menu from '@/components/gui/Menu.vue'
|
|||||||
import ExpBar from '@/components/gui/ExpBar.vue'
|
import ExpBar from '@/components/gui/ExpBar.vue'
|
||||||
import Hud from '@/components/gui/Hud.vue'
|
import Hud from '@/components/gui/Hud.vue'
|
||||||
import Zone from '@/components/zone/Zone.vue'
|
import Zone from '@/components/zone/Zone.vue'
|
||||||
import Keybindings from '@/components/gui/Keybindings.vue'
|
import Hotkeys from '@/components/gui/Hotkeys.vue'
|
||||||
import Chat from '@/components/gui/Chat.vue'
|
import Chat from '@/components/gui/Chat.vue'
|
||||||
import GmTools from '@/components/gameMaster/GmTools.vue'
|
import GmTools from '@/components/gameMaster/GmTools.vue'
|
||||||
import GmPanel from '@/components/gameMaster/GmPanel.vue'
|
import GmPanel from '@/components/gameMaster/GmPanel.vue'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user