Hi everybody
I am trying to make a game, and have run into a problem.
I have made a game, which consists of several levels.
Each level is saved as an xml-file, which is loaded and parsed.
loadLevel(new File("resources/levels/"+levelID));
Everything has been working until I tried to export the program, after exporting the program I can’t find a way to load my level-files.
I have tried to place my files within the game-jar, and I have tried to place them at the same level as my jar-file, but I can’t seem to reach them.
So what am I doing wrong?
Best wishes
Blaa Vogn