diff --git a/public/assets/galaxy.png b/public/assets/galaxy.png new file mode 100644 index 0000000..422266e Binary files /dev/null and b/public/assets/galaxy.png differ diff --git a/public/assets/icons/chat.png b/public/assets/icons/chat.png new file mode 100644 index 0000000..7da4c66 Binary files /dev/null and b/public/assets/icons/chat.png differ diff --git a/public/assets/icons/submit-icon.svg b/public/assets/icons/submit-icon.svg new file mode 100644 index 0000000..61b66c8 --- /dev/null +++ b/public/assets/icons/submit-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/icons/treasure-chest.png b/public/assets/icons/treasure-chest.png new file mode 100644 index 0000000..03e6bb1 Binary files /dev/null and b/public/assets/icons/treasure-chest.png differ diff --git a/public/assets/icons/users.png b/public/assets/icons/users.png new file mode 100644 index 0000000..9310dda Binary files /dev/null and b/public/assets/icons/users.png differ diff --git a/public/assets/icons/world.png b/public/assets/icons/world.png new file mode 100644 index 0000000..0310b2e Binary files /dev/null and b/public/assets/icons/world.png differ diff --git a/src/components/Game.vue b/src/components/Game.vue index 15daee8..aa4603c 100644 --- a/src/components/Game.vue +++ b/src/components/Game.vue @@ -8,7 +8,11 @@ - +
+ + +
+ @@ -21,6 +25,7 @@ import Pointer = Phaser.Input.Pointer import { useSocketStore } from '@/stores/socket' import Hud from '@/components/game/Hud.vue' import Chat from '@/components/game/Chat.vue' +import Menubar from '@/components/game/Menu.vue' const socket = useSocketStore(); @@ -66,12 +71,24 @@ const bootScene = (scene: Phaser.Scene) => { } - \ No newline at end of file diff --git a/src/components/game/Chat.vue b/src/components/game/Chat.vue index 024f7ab..d9e56e5 100644 --- a/src/components/game/Chat.vue +++ b/src/components/game/Chat.vue @@ -1,6 +1,7 @@ @@ -10,9 +11,6 @@ \ No newline at end of file