Skip to content

Proposed Resource Configuration File Syntax

Jeffrey Carpenter edited this page May 27, 2014 · 2 revisions

{ "Resources": [ { "name": "VIII", "path": "fonts/VIII.png", "type": "BitmapFont" },

{
  "name": "VIII_small",
  "path": "fonts/VIII_small.png",
  "type": "BitmapFont"
},

{
  "name": "LiberationSans",
  "path": "fonts/LiberationSans-Regular.ttf",
  "type": "TrueTypeFont"
},

{
  "name": "Arial",
  "path": "fonts/Arial.ttf",
  "type": "TrueTypeFont"
},

{
  "name": "TimesNewRoman",
  "path": "fonts/TimesNewRoman.ttf",
  "type": "TrueTypeFont"
},

{
  "name": "LucidaGrande",
  "path": "fonts/LucidaGrande.ttc",
  "type": "TrueTypeFont"
}

] }

Clone this wiki locally