[SOLVED] Lighting Issues or wrong understanding?

I am using

private final String root = System.getProperty("user.dir") + "/Assets";
getApplication().getAssetManager().registerLocator(root.replace('/', (char) File.separatorChar), FileLocator.class);`

in my config AppState. And will probably do similiar at this place. Hoping that will do the trick and avoid future problems.

I will now play a bit around with Light and Colors etc. then I try to put together the stuff I invented during last years but my progress in general is slow. Not sure if I will ever achieve anything.

If so it will come to the WIP article and is basing on a lot of forum suggestions and help.

For now I would say the issue is solved, probably I either choose a wrong Light Color or I did not even set a color at all.

1 Like