fkkcloud Posted February 22, 2016 Share Posted February 22, 2016 Hi, I am trying to build platformer runner style and want to create map from design not randomly generated like flappy bird. I am trying to create a custom value that tracks of x pos by 1px for each update() to spawn correspond blocks and using physics's ARCADE to give some velocity in X to move it along in x axis. But it does not seem like a best solution. What would be recommended to move the map? Link to comment Share on other sites More sharing options...
Recommended Posts