online multiplayer chess game (note server currently down)
Diffstat (limited to 'pieces/Knight.gd')
| -rw-r--r-- | pieces/Knight.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pieces/Knight.gd b/pieces/Knight.gd index e46651c..0f58fc5 100644 --- a/pieces/Knight.gd +++ b/pieces/Knight.gd @@ -26,4 +26,4 @@ func get_moves(): func _ready(): ._ready() - shortname = "k" + team + shortname = "n" + team |