enable3d-phaser-project-template
enable3d-phaser-project-template copied to clipboard
Joystick on typescript
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 I log it on console, but VS code shows only x and y which is undefined. If I try to access top or right, but I get compilation error.