Hi,
As it is possible to load a classpath resource as an InputStream (ClassLoader.getResourceAsStream(String)
), you should be able to use the TMXMapReader.readMap(InputStream)
and TMXMapReader.readTileset(InputStream)
methods.
Hi,
As it is possible to load a classpath resource as an InputStream (ClassLoader.getResourceAsStream(String)
), you should be able to use the TMXMapReader.readMap(InputStream)
and TMXMapReader.readTileset(InputStream)
methods.