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
Queen.tscn Normal file
View File

@@ -0,0 +1,12 @@
[gd_scene load_steps=4 format=3 uid="uid://dgrj5mn0ccidx"]
[ext_resource type="PackedScene" uid="uid://dyw0vra6it4f6" path="res://Piece.tscn" id="1_hf7p0"]
[ext_resource type="Script" path="res://Queen.gd" id="2_k32bp"]
[ext_resource type="Texture2D" uid="uid://cgwutjks35c7e" path="res://Chess_Pieces_Sprite.svg" id="3_2kcbn"]
[node name="Area2D" instance=ExtResource("1_hf7p0")]
script = ExtResource("2_k32bp")
[node name="Sprite2D" parent="." index="0"]
texture = ExtResource("3_2kcbn")
region_rect = Rect2(48, 4, 39, 36)