online multiplayer chess game (note server currently down)
Diffstat (limited to 'pieces/Pawn.gd')
| -rw-r--r-- | pieces/Pawn.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pieces/Pawn.gd b/pieces/Pawn.gd index 5a2d36b..f96d323 100644 --- a/pieces/Pawn.gd +++ b/pieces/Pawn.gd @@ -1,5 +1,5 @@ extends Piece -class_name Pawn, "res://assets/california/wP.png" +class_name Pawn, "res://assets/pieces/california/wP.png" onready var whiteint = 1 if white else -1 |