diff options
author | jake <jake@jakes-mail.top> | 2023-02-18 16:41:27 -0500 |
---|---|---|
committer | jake <jake@jakes-mail.top> | 2023-02-18 16:41:27 -0500 |
commit | 4b9191e4819a79636ba4a68b7dd9850e622ed40f (patch) | |
tree | f123fc5cfd5e46f97396695c3d06632cfebddac2 /Main.tscn | |
parent | ece682cacbb4300897239cd03cc427161788626e (diff) |
Add en passant and castling
Diffstat (limited to 'Main.tscn')
-rw-r--r-- | Main.tscn | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,3 +46,6 @@ tile_set = SubResource( 1 ) cell_size = Vector2( 128, 128 ) format = 1 tile_data = PoolIntArray( 0, 1, 0, 1, 0, 0, 2, 1, 0, 3, 0, 0, 4, 1, 0, 5, 0, 0, 6, 1, 0, 7, 0, 0, 65536, 0, 0, 65537, 1, 0, 65538, 0, 0, 65539, 1, 0, 65540, 0, 0, 65541, 1, 0, 65542, 0, 0, 65543, 1, 0, 131072, 1, 0, 131073, 0, 0, 131074, 1, 0, 131075, 0, 0, 131076, 1, 0, 131077, 0, 0, 131078, 1, 0, 131079, 0, 0, 196608, 0, 0, 196609, 1, 0, 196610, 0, 0, 196611, 1, 0, 196612, 0, 0, 196613, 1, 0, 196614, 0, 0, 196615, 1, 0, 262144, 1, 0, 262145, 0, 0, 262146, 1, 0, 262147, 0, 0, 262148, 1, 0, 262149, 0, 0, 262150, 1, 0, 262151, 0, 0, 327680, 0, 0, 327681, 1, 0, 327682, 0, 0, 327683, 1, 0, 327684, 0, 0, 327685, 1, 0, 327686, 0, 0, 327687, 1, 0, 393216, 1, 0, 393217, 0, 0, 393218, 1, 0, 393219, 0, 0, 393220, 1, 0, 393221, 0, 0, 393222, 1, 0, 393223, 0, 0, 458752, 0, 0, 458753, 1, 0, 458754, 0, 0, 458755, 1, 0, 458756, 0, 0, 458757, 1, 0, 458758, 0, 0, 458759, 1, 0 ) +__meta__ = { +"_editor_description_": "" +} |