AI_PRO/animations.py

7 lines
126 B
Python
Raw Permalink Normal View History

2021-04-13 18:57:48 +02:00
from constants import ANIMATION_PART
def animationsOn():
ANIMATION_PART = 11
def animationsOff():
ANIMATION_PART = 1