online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/MovesList.gd')
| -rw-r--r-- | ui/MovesList.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/MovesList.gd b/ui/MovesList.gd index fffbeb3..6da4285 100644 --- a/ui/MovesList.gd +++ b/ui/MovesList.gd @@ -39,7 +39,7 @@ func create_san_label(text, alignment = Label.ALIGN_RIGHT) -> void: func on_new_move(move) -> void: var alignment = Label.ALIGN_RIGHT - if Globals.turn: # white just moved + if Globals.turn: # black just moved alignment = Label.ALIGN_LEFT create_number_label(Globals.fullmove) number = 0 |