BlueBoxWare / LibGDXPlugin

An IntelliJ plugin for use with LibGDX
Apache License 2.0
147 stars 8 forks source link

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

Closed BlueBoxWare closed 7 years ago

BlueBoxWare commented 7 years ago
{
  com.badlogic.gdx.graphics.Color: {
    yellow: { r: 0.5, g: 0.5, b: 0, a: 1 }
    something: yellow
  }
}