Hey Guys!
Well… im in a dillema right now, looking at my book where i make annotations of my game and at the screen;;;
Heres the thing, my game load maps from tmx, which, right now, im able to load enemies from MapObjects and etc, making modding possible without messing with the code… Except, well,
since my game run in both android and desktop , should i make both be able to load maps ? I mean, can i load files from outside the .apk in android? Will that bring security risks?
Also, if i only run in desktop, can i use JFileChooser or should i use something else to load the .tmx that users make?
Thanks!