Is there a way to render 2D maps (eg, such as in *.Tmx) where each unit will have its use, durability, animations and other functions that are assigned to that block?
The block is it one field in map such as grass, and now player can dig the grass, after digging this block is removed from the map. block disappears and appears free space
I am looking for a way to create an interactive map where each element (a block) may be edited, and he executes functions(Animations, etc)
I use slick2d