This commit is contained in:
jona605a
2020-08-10 01:41:09 +02:00
parent cd4013aaf6
commit 3ccb1587f3
2 changed files with 12 additions and 29 deletions

View File

@ -121,7 +121,7 @@ def drawBoard(channel):
def drawHexPlacement(channel,player,position):
FILEPATH = "resources/games/hexBoards/board"+channel+".png"
logThis("Drawing a newly placed hex. Filepath:"+FILEPATH)
logThis("Drawing a newly placed hex. Filepath: "+FILEPATH)
# Translates position
# We don't need to error-check, because the position is already checked in placeOnHexBoard()