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

11
King.tscn Normal file
View File

@@ -0,0 +1,11 @@
[gd_scene load_steps=4 format=3 uid="uid://cph4rivrfduvx"]
[ext_resource type="PackedScene" uid="uid://dyw0vra6it4f6" path="res://Piece.tscn" id="1_dkrxf"]
[ext_resource type="Script" path="res://King.gd" id="2_1gvdw"]
[ext_resource type="Texture2D" uid="uid://cgwutjks35c7e" path="res://Chess_Pieces_Sprite.svg" id="2_x3kym"]
[node name="Area2D" instance=ExtResource("1_dkrxf")]
script = ExtResource("2_1gvdw")
[node name="Sprite2D" parent="." index="0"]
texture = ExtResource("2_x3kym")