godot-puzzle/piece/goal.tscn

12 lines
489 B
Text

[gd_scene load_steps=3 format=3 uid="uid://uf8vnylfqal1"]
[ext_resource type="CylinderMesh" uid="uid://dip4i2st1vn1j" path="res://model/goal.tres" id="1_ek53k"]
[ext_resource type="Script" uid="uid://bq3a5hhccxndn" path="res://piece.gd" id="2_nqrds"]
[node name="Goal" type="MeshInstance3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0.057544, 0.5)
mesh = ExtResource("1_ek53k")
script = ExtResource("2_nqrds")
type = 1
metadata/_custom_type_script = "uid://bq3a5hhccxndn"