BlueBoxWare/LibGDXPlugin

Skin files: using an existing color name in a color definition isn't handled properly - reports syntax error

Closed this issue · 0 comments

{
  com.badlogic.gdx.graphics.Color: {
    yellow: { r: 0.5, g: 0.5, b: 0, a: 1 }
    something: yellow
  }
}