hi, how can i make a life bar progressing or disapearing more difficult each time like in the game "tap titans"?
can someone help
Develop games in your browser. Powerful, performant & highly capable.
What exactly do you mean by "more difficult?" You mean increment more slowly?
Seems like you only need to set and readjust the maximum and minimum lives on your life bar.
"You mean increment more slowly? "
yes exactly that, how to achive that
Well I don't know how to implement it using the built-in Progress bar feature but here's an example using a sprite:
https://www.dropbox.com/s/96t59h6iltc1f ... .capx?dl=0
This doubles as a timer bar AND life bar.