Hey! I really liked your game! I found it a bit frustrating that food with the virus sometimes spawned right on top of me, and I had to go search for the cure, but overall, great game!
Viewing post in Petri Dish - GDTV Jam 25 jam comments
Thanks for playing.
Object spawning needs looking at, the spots they're supposed to spawn in at are off screen, but I think there's a lag time between te spawn being triggered and the item being loaded in, meaning you end up where it spawns in before it actually does spawn. I think object pooling might help/fix this, but I need to figure out how to do it first.