I have the following problem
InputStream input = FileHandle.class.getResourceAsStream("/data/sounds/back.ogg");
returns null, but
InputStream input = FileHandle.class.getResourceAsStream("/data/sounds/back.png");
returns InputStream, also both files are in this folder. What can be wrong?
I'm using libgdx-0.9.6