forked from s452751/AI_PRO
Merge remote-tracking branch 'origin/master'
# Conflicts: # FindPath.py
This commit is contained in:
commit
5bfca831f2
@ -33,4 +33,4 @@ FPS = 10
|
|||||||
|
|
||||||
#ANIMATION_PART
|
#ANIMATION_PART
|
||||||
|
|
||||||
ANIMATION_PART = 1
|
ANIMATION_PART = 11
|
||||||
|
2
main.py
2
main.py
@ -45,7 +45,7 @@ while working:
|
|||||||
field = board[tractor.horizontal_index][tractor.vertical_index]
|
field = board[tractor.horizontal_index][tractor.vertical_index]
|
||||||
|
|
||||||
if tractor.autodrive and tractor.engineWorking:
|
if tractor.autodrive and tractor.engineWorking:
|
||||||
animationSpeed = 11
|
animationSpeed = ANIMATION_PART
|
||||||
else:
|
else:
|
||||||
animationSpeed = 1
|
animationSpeed = 1
|
||||||
print(ANIMATION_PART)
|
print(ANIMATION_PART)
|
||||||
|
Loading…
Reference in New Issue
Block a user