mostly working, need netcode, en passant, and castling

This commit is contained in:
2023-12-29 00:00:55 -06:00
commit f7c6ded9c8
25 changed files with 974 additions and 0 deletions

12
Pawn.tscn Normal file
View File

@@ -0,0 +1,12 @@
[gd_scene load_steps=4 format=3 uid="uid://cpf00usfgjyve"]
[ext_resource type="PackedScene" uid="uid://dyw0vra6it4f6" path="res://Piece.tscn" id="1_ye55b"]
[ext_resource type="Script" path="res://Pawn.gd" id="2_eq4j4"]
[ext_resource type="Texture2D" uid="uid://cgwutjks35c7e" path="res://Chess_Pieces_Sprite.svg" id="3_trr1t"]
[node name="Area2D" instance=ExtResource("1_ye55b")]
script = ExtResource("2_eq4j4")
[node name="Sprite2D" parent="." index="0"]
texture = ExtResource("3_trr1t")
region_rect = Rect2(234, 8, 26, 33)