Hi,
in the scenario Atlas the wizard there are some files accessed, e.g. a spritesheet, via:
When I run this on macOS it does not work (error: javax.imageio.IIOException: Can't read input file!). I tried things like
but this did not work. How do I have to call the paths on macOS?
SpriteSheet playerSheet = new SpriteSheet(".\\res\\atlas\\playersprite.png", 5, 8, 32, 48);
/res/atlas/…