Skip to main content

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

Thanks for your advices, I really appreciate that. That's my first time participating in game jam and my first public game, so I had to learn quite a bit during the jam, it was even my first game with moving camera haha, so next time I will try to experement more with camera and stuff

I think your game was made with GMS, no? A piece of advice from a fellow game dev, learn how to control camera with code. It's really not that complicated and it really pays off. Using GMS' camera object following is very restricting and doesn't always do what you want it to do.

Yeah, you got it right. Definitely will try to do it manually next time, because I need much smoother camera then what I got currently in game. Thanks again!