mdkess / Platformer2

A second attempt at making a 2D platformer, this time with libgdx
3 stars 0 forks source link

Investigate better way to render the background #10

Open mdkess opened 12 years ago

mdkess commented 12 years ago

I believe that libgdx provides better data structures to pre-render the map instead of having to draw it each time. We should investigate this.