UI in a 3d game made with cannon.js
Is their a way to add ui to a 3d cannon.js game? I mean like joysticks, buttons and other things like that.
Is their a way to add ui to a 3d cannon.js game? I mean like joysticks, buttons and other things like that.
Well, screen.drawSprite still works so you can draw UI.
ok, thanks