superpowers-game-ftext-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

Superpowers Game fText plugin

This plugin brings a generic text asset of type fText to the Superpowers Game system for Superpowers, the extensible HTML5 2D+3D game engine.

Documentation

http://florentpoujol.github.io/superpowers-game-ftext-plugin

You can also access it offline in Superpowers' client with the docs browser plugin, or find it directly in the plugin's public/docs folder.

Installation

  • Download the latest release,
  • unzip it then rename the folder to ftext,
  • delete the project folder if you want,
  • 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-ftext-plugin

The 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-ftext-plugin.

Test/Demo project

The project folder contains a test/demo project.

To run it, put the project's fText folder in Superpowers' projects folder, and (re)start the server.

On Window7, Superpowers' projects folder is typically in C:\Users\[Your user name]\AppData\Roaming\Superpowers.

Package Sidebar

Install

npm i superpowers-game-ftext-plugin

Weekly Downloads

1

Version

0.3.2

License

MIT

Last publish

Collaborators

  • florentpoujol