Francisco Pereira Alvarado

Results 5 comments of Francisco Pereira Alvarado

Work fine for me: ![image](https://github.com/photonstorm/phaser/assets/9221946/a152cb06-2091-4de4-8bcc-310fcf7d4e3e)

Perhaps in the canvas render, the default value maybe not being set.

Yes, the problem is because of the strict React mode. In the file: PhaserGame.jsx you could comment out the lines responsible for destroying the Game: ```js return () => {...

The references we added at the beginning should prevent multiple instances.

In this template is not supported, but try to replace this code inside src/main.ts. However, keep in mind that the game will still reload. ```js import StartGame from './game/main'; let...