Options
All
  • Public
  • Public/Protected
  • All
Menu

webpack-game-asset-plugin

npm version dependencies Status devDependencies Status typedoc link

webpack-game-asset-plugin

webpack plugin for HTML5 game asset

usage - simple example

new assetPlugin({
  assetRoots: [
    "assets",
    ["assets/Data", "Data"]
  ],
  listOut: "resources.json",
  makeAtlas: true,
  compositor: "gm",
  atlasMap: [
    "game",
    "!game/effect"
  ]
})

option

see typedoc

Generated using TypeDoc