Comments

Log in with itch.io to leave a comment.

(+1)

Tell me more about the morphing background - is it a video or procedural? 

Its a procedural shader! We didn't actually make it, it's a free asset we found on the web, it uses Fractal Brownian Motion.

(+1)

Fun relaxing game, really liked the ambience in the background and the artsyle

Thank you very much! We're glad you liked it!

(+1)

Generally nice easy game. Ive notice that when purchasing items its 10 less than what we currently have. Example ima t 230, and i can start purchase at 250. 

It would be nice that the potatoe would mutate

(1 edit)

Thank you for playing! If you have a lab and click at the potato button it has a chance of changing its shape (the only mutation we managed to implement in time). But yeah it has near to none mutation related aspects implemented.

In relation to being able to buy with 10 less potatos that prices, I think its because the balance label actually tweens to the new updated potato balance values, so what we see is a little bit delayed from actual current balance. Maybe in future we can use the current tween value to limit purchases instead of the unprocessed value. Thanks for addressing it!