#UI not tweening during paused game

4 messages · Page 1 of 1 (latest)

thin aspen
#

I have menu items that use tween to change their properties, in this case swap between different labels via modulate. Then, I use the pause function to pause the game whenever the player goes into the main menu. However, when paused, the tweens stop or don't work.
What is the cause?

worldly warren
#

By default, the tweens stop when the game is paused. If you want to change that, change the process_mode

thin aspen
#

How do i do that? I tried it earlier, but I seem to get the command wrong

thin aspen
#

It is done via tween.set_pause_mode(tween.TWEEN_PAUSE_PROCESS)
solved.