Skip to content

Proposed Resource Configuration File Syntax

Jeffrey Carpenter edited this page Apr 11, 2014 · 2 revisions
{
  "Resources":
  [
    {
      "name": "App Icon",
      "type": "icon",
      "path": "Resources/ttcards.icns"
    },

    {
      "name": "Board",
      "type": "image",
      "path": "Resources/images/board.png"
    },

    {
      "name": "Sprite Sheets",
      "type": "json",
      "path": "Resources/sprites.json"
    },

    {
      "name": "Theme Track",
      "type": "music",
      "path": "Resources/audio/01_ShuffleOrBoogie.ogg"
    }
  ]
}

Clone this wiki locally