For example to sprite or SVG?
You do not have permission to view this post
So i cannot use CSS to style game objects by normal means, only to style HTML elements that opened via browser object?
Develop games in your browser. Powerful, performant & highly capable.
Have a layout "Title" with 3 buttons.
One of buttons have an ID "ng"
Have a title.css with a simple code
#ng { border-radius: 10px; }
It doesn't work. Do i need to somehow include title.css in layout?
And how to style all buttons at once?