Richard Davey
|
dbaf7269e9
|
Promoted the Tilemap to a DisplayObject and vastly simplified the load process.
|
2013-09-12 04:24:01 +01:00 |
|
Richard Davey
|
3d22d0e169
|
Fixed a bug in the tilemap rendering so the tile offsets were wrong. Now renders perfectly :) Also fixed issue that would cause the World to resize smaller than the game size (not allowed for rendering reasons).
|
2013-09-12 02:18:23 +01:00 |
|
Richard Davey
|
89b00db103
|
Tilemap Rendering is working :)
|
2013-09-12 00:55:27 +01:00 |
|
Richard Davey
|
48ed27dfcc
|
Finished off RenderTexture. Sprites can now accept a RenderTexture or a key when you create them. RenderTextures are also now stored in the cache under their own key, making re-using them across other Sprites much easier. Also ported over all of the Tilemap classes, but need to get them rendering.
|
2013-09-11 02:57:36 +01:00 |
|