cantidio / duEngine

0 stars 1 forks source link

tilemap should support 'repeat' property #30

Closed cantidio closed 10 years ago

cantidio commented 10 years ago

Tilemaps should support the repeat function, like this. TileMap map = new TileMap(); map.repeatX = true map.repeatY = true