diff --git a/src/pages/CookieClicker.vue b/src/pages/CookieClicker.vue index 0727f08..2cccafe 100644 --- a/src/pages/CookieClicker.vue +++ b/src/pages/CookieClicker.vue @@ -1,49 +1,180 @@ + - {{ +cookies.toFixed(1) }} cookies - {{ +cps.toFixed(1) }} cps + {{ cookies.toFixed(1) }} cookies + {{ cps.toFixed(1) }} cps - + + ✨ - - asdas + + Upgrades + + {{ upgrade.name }} - 🍪{{ upgrade.price }} + + Achievements + + 🏆 {{ ach }} + + 🏆 Achievement + Unlocked: {{ notif }} - - - {{ building.name }} 🍪{{ building.price }} #{{ building.count }} + + + {{ building.name }} ({{ building.count }}) - 🍪{{ building.price }} | +{{ building.cps }} cps - \ No newline at end of file + + +