mostly working, need netcode, en passant, and castling
This commit is contained in:
11
King.tscn
Normal file
11
King.tscn
Normal 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")
|
||||
Reference in New Issue
Block a user