UNPKG

superpowers-game-ftext-plugin

Version:

Generic text asset for the Superpowers Game system of Superpowers, the extensible HTML5 2D+3D game engine.

6 lines (5 loc) 273 B
var querystring = require("querystring"); var qs = querystring.parse(window.location.search.slice(1)); var info = { projectId: qs.project, assetId: qs.asset, line: qs.line, ch: qs.ch }; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = info;