/ExtraRecords

Adds the ability to add extra records via json config files

Primary LanguageJava

ExtraRecords

Adds the ability to add extra records via json config files

##Basic Config

{
  "name": "Example Record",
  "sound": "records/example_record",
  "color": {
    "red": 255,
    "green": 255,
    "blue": 255
  }
}

makes:
Image

##Bug Reporting Use the Issues section