Hi all, new to gosu.
I'm working with tiled and the .tmx file maps, I started using the tmx gem that parses all the tmx data now I need to draw the map on the window.
I was wondering for rendering a background from a tileset with gosu, can I render the separate tiles on an Image so I don't have to draw each tile individually each loop? does that make sense?
Thanks
Eka
Loading...