minor updates 2
This commit is contained in:
parent
bb5eb51b1c
commit
2b6a15a95b
@ -26,7 +26,7 @@ def nearestLookingField(board, tractor, TillageUnit):
|
||||
print('Wroc do bazy zmienic narzedzie')
|
||||
end_horizontal_index = 0
|
||||
end_vertical_index = 0
|
||||
return(end_horizontal_index, end_vertical_index)
|
||||
return end_horizontal_index, end_vertical_index
|
||||
|
||||
def graphsearch(tractor, board, TillageUnit):
|
||||
start_horizontal_index = tractor.horizontal_index
|
||||
|
@ -33,4 +33,4 @@ FPS = 10
|
||||
|
||||
#ANIMATION_PART
|
||||
|
||||
ANIMATION_PART = 1
|
||||
ANIMATION_PART = 11
|
||||
|
Loading…
Reference in New Issue
Block a user