Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Pretty fun for a simple management game! 

My same problem was also with the 'Q', I had to repeatedly  press the button to get it off the screen, but it's still working for me nonetheless, though I was wondering if the sink was just for decoration because nothing was happening (the water wasn't adding up in my inventory)


Other than that, I don't see any prominent glitches :)

(+1)

Yes, the sink is just decoration. The pan looked odd by itself, and making the sink static didn’t work either. In the end, I decided to make it an interactable object, but it doesn’t actually do anything.

Regarding the “Q” key issue, I’m not sure why it’s happening, but I have a theory. I need to know what type of keyboard you’re using—gamer or regular? My guess is that if it’s a gamer keyboard, it might have some kind of optimization that detects multiple inputs, maybe some pressure sensor or something like that. My game detects the input when the button is pressed down, so this might cause some incompatibility with that type of keyboard.

I think the reason some professional games trigger the interact key when the button is released is precisely to avoid these kinds of errors. So maybe we’ve discovered something interesting here, haha.

(+1)

Hey there! I tested both an external keyboard and the keyboard of my laptop, and I observed that sometimes holding the 'Q' button  and staying put would help, but in the keyboard of my laptop it's less likely to glitch.

Hope this helps! :)