Make a png to map converter, so that we can draw levels in paint.
Closed this issue · 2 comments
Muff1nz commented
The converter should read a png, and make it into a map on the canvas, converting pixels to rects in the world. a green pixel could be the goal rect.
Muff1nz commented
It will output an array of the gameobjects that the map consist of.
Muff1nz commented
Also added camera panning and physics to support the new levels.