From 074cc502e937483b404fa329a2c813290810a6e5 Mon Sep 17 00:00:00 2001 From: Nero Ignis Date: Wed, 25 May 2022 07:02:32 +0200 Subject: [PATCH] implement harvesting; fix flooring bug with max-value in shop; change shop design (again); add first finished products; --- src/components/CropField.vue | 41 ++++++++++++++++++---------- src/components/ItemShop.vue | 52 +++++++++++++++++++++++++----------- src/data/Items.js | 28 +++++++++++++++++-- src/store/index.js | 33 +++++++++++++++++++++++ src/views/GameView.vue | 5 ++-- 5 files changed, 125 insertions(+), 34 deletions(-) diff --git a/src/components/CropField.vue b/src/components/CropField.vue index 903533e..d288055 100644 --- a/src/components/CropField.vue +++ b/src/components/CropField.vue @@ -1,8 +1,7 @@ @@ -13,12 +13,11 @@ import moment from "moment"; import StatusBar from "@/components/StatusBar"; import CropField from "@/components/CropField"; import MenuBar from "@/components/MenuBar"; -import CropInformation from "@/components/CropInformation"; import ItemShop from "@/components/ItemShop"; export default { name: "GameView", - components: {ItemShop, CropInformation, MenuBar, CropField, StatusBar}, + components: {ItemShop, MenuBar, CropField, StatusBar}, data() { return { time: null,