Mae's website :3 maemoon.me
personal website svelte sveltekit
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix upgradeprice typo

+1 -1
+1 -1
src/routes/experiments/click/+page.svelte
··· 55 55 if (score >= ${upgradePrice}) { 56 56 score -= ${upgradePrice}; 57 57 clickPower += 1; 58 - upgradePrice *= 3; 58 + upgradePrice *= 2; 59 59 } 60 60 }`; 61 61 }