initial
This commit is contained in:
commit
3ea7bfd5dc
122 changed files with 568704 additions and 0 deletions
12
Scene/Pieces/knight.tscn
Executable file
12
Scene/Pieces/knight.tscn
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_scene format=3 uid="uid://di3qg1qnmy0p2"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c11aaiot3b336" path="res://Scene/Pieces/piece.gd" id="1_qbtkq"]
|
||||
[ext_resource type="Material" uid="uid://bxg7bjgiqfnru" path="res://Materials/piece_black.tres" id="2_cka4e"]
|
||||
[ext_resource type="ArrayMesh" uid="uid://hnlwpehvi3ok" path="res://Models/kight.obj" id="3_0w1en"]
|
||||
|
||||
[node name="Knight" type="Node3D" unique_id=1333208927]
|
||||
script = ExtResource("1_qbtkq")
|
||||
|
||||
[node name="mesh" type="MeshInstance3D" parent="." unique_id=515809374]
|
||||
material_override = ExtResource("2_cka4e")
|
||||
mesh = ExtResource("3_0w1en")
|
||||
Loading…
Add table
Add a link
Reference in a new issue