🐛
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user