Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+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! :)