diff --git a/public/assets/avatar/default/head.png b/public/assets/avatar/default/head.png
new file mode 100644
index 0000000..7ad3f23
Binary files /dev/null and b/public/assets/avatar/default/head.png differ
diff --git a/public/assets/clouds.png b/public/assets/clouds.png
new file mode 100644
index 0000000..cb6dd44
Binary files /dev/null and b/public/assets/clouds.png differ
diff --git a/src/components/Game.vue b/src/components/Game.vue
index aa4603c..27b1e18 100644
--- a/src/components/Game.vue
+++ b/src/components/Game.vue
@@ -1,6 +1,8 @@
-
+
+
+
@@ -12,8 +14,6 @@
-
-
@@ -80,15 +80,20 @@ const bootScene = (scene: Phaser.Scene) => {
padding:30px;
position: relative;
}
-.bottom-ui {
+.top-ui, .bottom-ui {
display: flex;
- justify-content: space-between;
- align-items: center;
position: absolute;
- bottom: 6.25rem;
left: 0;
right: 0;
- height: 6.25rem;
margin: 0 2rem;
}
+.top-ui {
+ top: 3rem;
+}
+.bottom-ui {
+ justify-content: space-between;
+ align-items: center;
+ bottom: 6.25rem;
+ height: 6.25rem;
+}
\ No newline at end of file
diff --git a/src/components/game/Hud.vue b/src/components/game/Hud.vue
index 04a0f45..dc0fa62 100644
--- a/src/components/game/Hud.vue
+++ b/src/components/game/Hud.vue
@@ -1,5 +1,12 @@
-
+
+
+

+
+
+
\ No newline at end of file