tldr:
How do you bring a this.add.circle to front? Is it possible?
Hi all. I am developing a mobile/desktop game which is based on the original GTA demo. I am very new to phaser. Everything has gone well so far, but I have one question.
For movement on mobile, I am using the RexVirtualJoystickPlugin. The plugin works great for my application, but I am running into an issue. The joystick plugin uses this.add.circle to display the joystick, but this.add.circle seems to default to the very back of the z index. The joystick still works, but you can’t see it.
Here is a demo of the game (Archived because the joystick will be removed when on computer):