Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

oh and other thing just if is useful is what the bug i discover just works on the premium game ''burglar'' and i don´t know why

I think what is going on is in the update code, when you cycle through the games for a moment when you change game the loading prevention checks the if its the previous game, then updates the index, then attempts the load the game at the current index thus bypassing the security. I tried to prevent this but looks like i got the order of the code wrong. But thank you again, should make it easier to track down precisely and debug.

I tracked down the specific issue, so if you can press the button to play a game and then change game in the exact same frame it will allow you to play as it performs the checks on the currently displayed game before scrolling to the next one. Thank you for bug report, code is fixed and it’ll be included in the next update when I have time.