enable3d-phaser-project-template icon indicating copy to clipboard operation
enable3d-phaser-project-template copied to clipboard

Results 2 enable3d-phaser-project-template issues
Sort by recently updated
recently updated
newest added

I tried copying the 3rd person example from the phaser extension examples, but the joystick does not work. The event object in axis.onMove has properties of top and right when...

in the game.ts file ``` const config: Phaser.Types.Core.GameConfig = { type: Phaser.WEBGL, transparent: true, ...Canvas() } ``` the ...Canvas() line code will cause pheser can't change gameobject property on event....