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 (4 loc) 210 B
import * as querystring from "querystring"; let qs = querystring.parse(window.location.search.slice(1)); let info = { projectId: qs.project, assetId: qs.asset, line: qs.line, ch: qs.ch }; export default info;