diff --git a/src/components/gui/Clock.vue b/src/components/gui/Clock.vue
new file mode 100644
index 0000000..6b12059
--- /dev/null
+++ b/src/components/gui/Clock.vue
@@ -0,0 +1,21 @@
+
+
+
{{ gameStore.world.date.toLocaleString() }}
+
+
+
+
\ No newline at end of file
diff --git a/src/components/screens/Game.vue b/src/components/screens/Game.vue
index 4bbbad7..9dfa6ff 100644
--- a/src/components/screens/Game.vue
+++ b/src/components/screens/Game.vue
@@ -5,7 +5,7 @@
-
+
@@ -30,7 +30,8 @@ import Hotkeys from '@/components/gui/Hotkeys.vue'
import Chat from '@/components/gui/Chat.vue'
import CharacterProfile from '@/components/gui/CharacterProfile.vue'
import Effects from '@/components/Effects.vue'
-import Minimap from '@/components/gui/Minimap.vue'
+// import Minimap from '@/components/gui/Minimap.vue'
+import Clock from '@/components/gui/Clock.vue'
import AwaitLoaderPlugin from 'phaser3-rex-plugins/plugins/awaitloader-plugin'
const gameStore = useGameStore()