lewisje / renderengine

Automatically exported from code.google.com/p/renderengine
MIT License
0 stars 0 forks source link

Add tilemap support #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Need to add 2D tilemap support to the engine.  Sub-tasks:

  * Load tilemap images
  * Define tilemap layout
  * Manipulate tiles in 2D coordinates
  * Create scheme to collide with map
  * Build demo to showcase tilemaps

Original issue reported on code.google.com by bfatt...@gmail.com on 9 Nov 2010 at 3:00

GoogleCodeExporter commented 8 years ago

Original comment by bfatt...@gmail.com on 10 Feb 2011 at 8:13

GoogleCodeExporter commented 8 years ago
Added new TileLoader for loading tile resources.  Added Tile object to 
represent 2d game tiles.  Created methods to capture solidity maps.  Tiles are 
and extension of sprites to allow them to animate.  TileLoader is, thus, an 
extension of SpriteLoader.

Original comment by bfatt...@gmail.com on 20 Feb 2011 at 8:50