hi
i would like to ask your opinions.
everybody knows the great game "hill climb"
i am working on a similar game now and i would to like to ask what would be the better scenario for that kind of game (libgdx+box2d).
i am creating a level with all bodies in it. the level length is 500 m (screen is about 18m)
i stick the camera position to the bike. everything is working ok. but should it be like this?
or should i move all objects to the left instead of moving the camera ??
the problem with moving the camera is that everything moves with it also buttons, score, background,...
that should stay at a fix position.
i can draw the textures with the updated camera position but this is causing small flickers from time to time.
what would be the right way?
i would like to ask your opinions.
everybody knows the great game "hill climb"
i am working on a similar game now and i would to like to ask what would be the better scenario for that kind of game (libgdx+box2d).
i am creating a level with all bodies in it. the level length is 500 m (screen is about 18m)
i stick the camera position to the bike. everything is working ok. but should it be like this?
or should i move all objects to the left instead of moving the camera ??
the problem with moving the camera is that everything moves with it also buttons, score, background,...
that should stay at a fix position.
i can draw the textures with the updated camera position but this is causing small flickers from time to time.
what would be the right way?