I was having issues with my camera continuing to tween when the game was paused, here's a quick fix for this.
With a bit of help from Edmundo, Crimson Wizard and Haloa, I've made this little modification to the Tween module's repeatedly_execute_always function:
This will pause all camera tweens and object tweens while the game is paused, and resume when the game is unpaused. Works great for me because I have all sorts of GUI tweens going on in my pause menu.
Hope this is helpful to others on here!
With a bit of help from Edmundo, Crimson Wizard and Haloa, I've made this little modification to the Tween module's repeatedly_execute_always function:
This will pause all camera tweens and object tweens while the game is paused, and resume when the game is unpaused. Works great for me because I have all sorts of GUI tweens going on in my pause menu.
Hope this is helpful to others on here!