phaser-by-example icon indicating copy to clipboard operation
phaser-by-example copied to clipboard

Fix Fate JavaScript error + consistent setup + builds for each project

Open bartduisters opened this issue 1 year ago • 0 comments

All index.html have the same setup. With a div#game-container in it. However, some setups had contenedor as a selector configured for parent. Which then makes it fallback on the default, which is mounting on the body element.

Some didn't have a reference to the parent to mount to.

This pull requests makes all the setup consistent. It also fixes the Fate project, where there was an error with how the string concatenation was formatted.

I ran npm run build in each project to generate a dist, since a lot of them had an index referencing Template instead of the title of the project.

bartduisters avatar Jun 12 '24 12:06 bartduisters