chess-game/Scene/Pieces/pawn.tscn
francis 026d634c3a pieces can rotate while moving
whe can color pieces dynamically

pieces have collider and can kill each other
2026-03-06 22:46:34 +01:00

10 lines
440 B
Text

[gd_scene format=3 uid="uid://b5qpodbykrgqw"]
[ext_resource type="Script" uid="uid://c11aaiot3b336" path="res://Scene/Pieces/piece.gd" id="1_nci4k"]
[ext_resource type="ArrayMesh" uid="uid://dn2vs5onakx6i" path="res://Models/pawn.obj" id="3_un5ic"]
[node name="Pawn" type="Node3D" unique_id=124611093]
script = ExtResource("1_nci4k")
[node name="mesh" type="MeshInstance3D" parent="." unique_id=1910024001]
mesh = ExtResource("3_un5ic")