swoolcock / diddy-examples

Examples for the Diddy framework.
MIT License
6 stars 3 forks source link

TiledTileMapReader not found #6

Open kedv opened 8 years ago

kedv commented 8 years ago

Hi I have a problem to run and execute one of the examples.

When I try to run the "diddy-examples-master/src/Tile/" example I get an

"Error : Type 'TiledTileMapReader' not found"

I use the current diddy module from https://github.com/swoolcock/diddy

Do I need something else to run the example?

kedv commented 8 years ago

It works now. I add "Import diddy.tile.diddyreader" and change "Extends TiledTileMapReader" to "Extends DiddyTiledTileMapReader".