Hi, i am making static game and after first blocks destroyed creating new blocks in bottom and moving camera down and y position of camera gets bigger in every level, is it make any performance difference, should i move blocks up instead of moving camera down or is it pretty much same thing?
1 Like
Hi Lion, I believe the problem if you move the camera instead of the objects, if a player plays the game for a very very very long time, there will be a variable overflow somewhere.
This is just a hunch though, Iām not sure if it applies for Javascript (what GDevelop games are based on).
1 Like