diff --git a/Build_God_Game/src/assets/images/meditation.svg b/Build_God_Game/src/assets/images/meditation.svg new file mode 100644 index 0000000..2a067a7 --- /dev/null +++ b/Build_God_Game/src/assets/images/meditation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Build_God_Game/src/components/MeditationIcon/MeditationIcon.vue b/Build_God_Game/src/components/MeditationIcon/MeditationIcon.vue new file mode 100644 index 0000000..25cdf4f --- /dev/null +++ b/Build_God_Game/src/components/MeditationIcon/MeditationIcon.vue @@ -0,0 +1,121 @@ + + + + + + + \ No newline at end of file diff --git a/Build_God_Game/src/views/TrainingView.vue b/Build_God_Game/src/views/TrainingView.vue index 0bdb42f..bea8044 100644 --- a/Build_God_Game/src/views/TrainingView.vue +++ b/Build_God_Game/src/views/TrainingView.vue @@ -3,6 +3,7 @@ import { ref, computed, onMounted, onUnmounted } from 'vue' import { useRouter } from 'vue-router' import { useCharacterStore } from '@/stores/character' import Particles from '@/components/Particles/Particles.vue' +import MeditationIcon from '@/components/MeditationIcon/MeditationIcon.vue' const router = useRouter() const characterStore = useCharacterStore() @@ -97,8 +98,8 @@ const handleStopTraining = async () => {