online multiplayer chess game (note server currently down)
Diffstat (limited to 'pieces/Knight.gd')
| -rw-r--r-- | pieces/Knight.gd | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pieces/Knight.gd b/pieces/Knight.gd index 0f58fc5..af98835 100644 --- a/pieces/Knight.gd +++ b/pieces/Knight.gd @@ -22,8 +22,3 @@ func get_moves(): continue final.append(i) return final - - -func _ready(): - ._ready() - shortname = "n" + team |