PhaserEditor2D / PhaserEditor2D-v3

A web-based IDE for HTML5 game development. Powered by Phaser.
https://phasereditor2d.com
MIT License
433 stars 61 forks source link

Prefab scene is not automatically added to index.html when using js-project #290

Open trashhead opened 1 year ago

trashhead commented 1 year ago

Version

3.62.1

Description

When creating a prefab it is not recognized when running the game. The .js-file needs to be added manually to index.html for it to work.

Possible solution

Please add prefab-javascript-file to index.html automatically.