0.3.0 • Published 10 years ago
superpowers-game-dom-plugin v0.3.0
Superpowers Game DOM plugin
This plugin gives acces to DOM objects and types in the Superpowers Game system for Superpowers, the extensible HTML5 2D+3D game engine.
It gives access to console, document, etc... from your game code and allows you to use DOM types (like HTMLElement).
Installation
Download the latest release, unzip it, rename the folder to dom, move it inside app/systems/supGame/plugins/florentpoujol/ then restart your server.
Advanced:
Get it via npm:
cd app/systems/supGame/plugins
npm install superpowers-game-dom-pluginThe name of the vendors or plugins in the app/systems/supGame/plugins/ folder don't matter.
So you can leave the plugin path as node_modules/superpowers-game-dom-plugin.
0.3.0
10 years ago