Skip to main content

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

Nice game, but it is very chaotic. Player and enemies move so fast that I can barely see and read the signs. Is the game framerate dependent or was that wanted behaviour? Also, punching is very weird I can't really tell if it did any damage or not and you should include information how to pick pistol inside a game.

Hmm ill note that. I've at least tried to make it frame rate independant. It *is* supposed to be fast paced but not too much, is it like this from level 1 for you? And yeah, it is way too chaotic i should have toned that down a bit


Thanks for playing the game! 

(1 edit)

Yeah I think from the first level. You know, it might also be the fact, that many things combined - player moves fast, I try shooting with a gun I did not equipped and just messing around from side to side not being able to stop for a moment to look closer.


Edit: `shared.clock.tick(144)` makes player move faster than `shared.clock.tick(60)` so your game is probably framerate dependent :(