angelickite
Results
3
issues of
angelickite
My implementation of #7411
Hello. I constantly find myself writing code like this: ```Java color.set(DB32.black); color.a = ; ``` Ideally libgdx would offer `Color.set(Color rgb, float a)`. Setting a color is generally a unit...
As seen in https://github.com/libgdx/libgdx/issues/7418, there can be some light confusion on which Gradle tasks are actually relevant to run in the context of a libGDX project. Thinking back many years...