HeySofie / Capy-caring

school project, a simple web game
0 stars 0 forks source link

you can end up in debt #4

Closed HeySofie closed 1 year ago

HeySofie commented 1 year ago

so- if u buy something out of the shop without having the money, you will literally end up with minus coins,

should u keep this with the first item, make something out of it or just removed it

HeySofie commented 1 year ago

for now removed this with

if(parseFloat(money) < 5) { alert("no") } else { hottub.style.visibility = "visible" money-=5 money_text.innerHTML = money; }

HeySofie commented 1 year ago

ehm for now this dosent matter that much, and is not a issue