Hi! I am new to Phaser. I was trying to use arrow functions to create a sprite then add it to the scene object but it did not work.
Eg: const create = () => {…} -> Did not work
function create() {…} -> Worked!
Can someone tell me if arrow functions are usable in Phaser ? Appreciate!