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