pls i wanna know how to use the css for a progress bar (i want a red one)
Develop games in your browser. Powerful, performant & highly capable.
It's super easy to make your own progress bar with a sprite or TiledBackgroud object.
BarSprite set width to (progress*500)
Where progress is a number from 0 to 1, and 500 is the maximum width.
i knew that,i wanted to use css on a progress bar but thanks.