https://github.com/fielding/phaser-plugin-template
Template I use for Phaser Plugins
https://github.com/fielding/phaser-plugin-template
Last synced: about 1 month ago
JSON representation
Template I use for Phaser Plugins
- Host: GitHub
- URL: https://github.com/fielding/phaser-plugin-template
- Owner: fielding
- Created: 2022-05-02T19:27:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-05-21T18:09:12.000Z (2 months ago)
- Last Synced: 2026-05-22T03:18:17.258Z (2 months ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Phaser Plugin Template
======================
Personal template that I use for my Phaser 3 plugins. I use parcel, because it was the quickest and easiest (notice no parcel config file) to get up and running quickly.
*warning*: Currently, my main phaser project uses Phaser v3.24.1, so my plugins currently target that version of Phaser. Some will work fine with the latest, some have native suppoort in the latest version, and others will probably blow up with any version other than 3.24.1.