#UI not tweening during paused game
4 messages · Page 1 of 1 (latest)
By default, the tweens stop when the game is paused. If you want to change that, change the process_mode
How do i do that? I tried it earlier, but I seem to get the command wrong
It is done via tween.set_pause_mode(tween.TWEEN_PAUSE_PROCESS)
solved.