#Any tips on how to make the combo meter (progress bar / label) more juicy ?

1 messages · Page 1 of 1 (latest)

steep island
#

Adjust progress using lerps
Little particle splash when the label grows
Use a Gradient to have the color of the bar change based on the combo number
Have the bar get a bit bigger each time.
Those are a few random ones

native coral
#

Currently the progress with lerps doesn't fix it , I even opened another thread trying to fix it

#

But the rest is some solid advice

quartz basin
#

Combo number could change color (and or size/style) at certain thresholds

native coral
#

But the color gradient thing didn't eork

steep island
native coral
#

The smooth transition between color

#

It goes from white to yellow with just one step

#

I wanted it to be like a gradient

#

But idk if it's even worth it

#

I used

#
Points_label.self_modulate = color1.lerp(color2 , points/10
#

There we go

steep island
native coral
#

Thanks for the help vro

#

Maybe not really needed to have gradients

steep island
#

Yeah just letting you know because it's a useful tool that you might use someday.

native coral
native coral
#

This stuff is hard

#

And there isn't many tutorials about it either