Hello I’m creating a game and I have a few ways to make trainers stand (because it’s a Pokemon game) but then I have to code their positions every time as entities for each new map I make. Is there a way to make an object in TiLeD and then make Java automatically import all trainers?
Thanks!
EDIT: If there is a way, then please explain how?
Try taking a look at the Slick2D forums – there’s work on a a subclass of
TiledMapcalledTiledMapPlusthat is a lot more object-oriented, and less array-tastic.