In the coin class you can not use the images from the assets-folder. When using them, you get a NullPointerException. Currently there is a workaround where the images get accessed by the FirstLevelScreen and then sent as parameters
First Fix idea: Usage of Gdx.files.internal("") but it does not help
In the coin class you can not use the images from the assets-folder. When using them, you get a NullPointerException. Currently there is a workaround where the images get accessed by the FirstLevelScreen and then sent as parameters
First Fix idea: Usage of Gdx.files.internal("") but it does not help
Maybe the problem comes from the package?!