initial
This commit is contained in:
commit
3ea7bfd5dc
122 changed files with 568704 additions and 0 deletions
14
Resources/Pieces/knight.tres
Executable file
14
Resources/Pieces/knight.tres
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="Resource" script_class="PieceRes" format=3 uid="uid://cah56vr1263v1"]
|
||||
|
||||
[ext_resource type="Material" uid="uid://bekkxcgjt3hct" path="res://Materials/piece_red.tres" id="1_kkhb3"]
|
||||
[ext_resource type="ArrayMesh" uid="uid://hnlwpehvi3ok" path="res://Models/kight.obj" id="2_f7641"]
|
||||
[ext_resource type="Script" uid="uid://c7dd1y3vdajk5" path="res://Resources/piece_res.gd" id="3_djuau"]
|
||||
[ext_resource type="Script" uid="uid://dsea2mlyank46" path="res://Scripts/Rules/knight.gd" id="3_odt8k"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_djuau")
|
||||
movement_speed = 10.0
|
||||
mesh = ExtResource("2_f7641")
|
||||
material = ExtResource("1_kkhb3")
|
||||
rules = Array[Script]([ExtResource("3_odt8k")])
|
||||
metadata/_custom_type_script = "uid://c7dd1y3vdajk5"
|
||||
Loading…
Add table
Add a link
Reference in a new issue