hello sorry for the question, I’m doing a project to create a construction game with nextjs and phaser but it’s getting complicated because I want it to be for mobiles and I don’t know if I should use CSS or the phaser documentation.
With Phaser for rendering you have options of Canvas or WebGL.
No CSS.
I am developing a game in Phaser and I want to add interactive buttons in the interface so that players can perform actions, such as opening menus, managing resources or moving around the map. Something similar to the buttons in the attached image.
What is the best way to implement this in Phaser 3? I’ve read about setInteractive(), but I want to make sure I’m using the best approach.