-
Hello there, I'm studying Bombsquad source code and docs and want to mod it to host my own mods games! _ba.getactivity().globalsnode.slow_motion = False # or True inside the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Try replacing |
Beta Was this translation helpful? Give feedback.
-
Simple solution: |
Beta Was this translation helpful? Give feedback.
Simple solution:
activity = _ba.get_foreground_host_activity()
with ba.Context(activity): activity.globalsnode.slow_motion = False