AI_PRO/animations.py
2021-04-13 18:57:48 +02:00

7 lines
126 B
Python

from constants import ANIMATION_PART
def animationsOn():
ANIMATION_PART = 11
def animationsOff():
ANIMATION_PART = 1