Merge remote-tracking branch 'origin/master'

# Conflicts:
#	FindPath.py
This commit is contained in:
Łukasz 2021-04-13 21:51:20 +02:00
commit 5bfca831f2
2 changed files with 2 additions and 2 deletions

View File

@ -33,4 +33,4 @@ FPS = 10
#ANIMATION_PART
ANIMATION_PART = 1
ANIMATION_PART = 11

View File

@ -45,7 +45,7 @@ while working:
field = board[tractor.horizontal_index][tractor.vertical_index]
if tractor.autodrive and tractor.engineWorking:
animationSpeed = 11
animationSpeed = ANIMATION_PART
else:
animationSpeed = 1
print(ANIMATION_PART)