UNPKG

lettuce

Version:

Lettuce JS, Mini Mobile Framework for Romantic with DSL.

33 lines (28 loc) 766 B
game.resources = [ /* Graphics. * @example * {name: "example", type:"image", src: "data/img/example.png"}, */ { "name" : "background", "type" : "image", "src" : "data/img/grid.jpg" } /* Maps. * @example * {name: "example01", type: "tmx", src: "data/map/example01.tmx"}, * {name: "example01", type: "tmx", src: "data/map/example01.json"}, */ /* Background music. * @example * {name: "example_bgm", type: "audio", src: "data/bgm/"}, */ /* Sound effects. * @example * {name: "example_sfx", type: "audio", src: "data/sfx/"} */ /* Atlases * @example * {name: "example_tps", type: "json", src: "data/img/example_tps.json"}, */ ];