godot-puzzle/piece/ball.tscn

12 lines
483 B
Text

[gd_scene load_steps=3 format=3 uid="uid://bghr6ew34loyb"]
[ext_resource type="SphereMesh" uid="uid://bxuewsvlsvexw" path="res://model/ball.tres" id="1_qixli"]
[ext_resource type="Script" uid="uid://bq3a5hhccxndn" path="res://piece.gd" id="2_c3ygy"]
[node name="Ball" type="MeshInstance3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0.3, 0.5)
mesh = ExtResource("1_qixli")
script = ExtResource("2_c3ygy")
type = 2
metadata/_custom_type_script = "uid://bq3a5hhccxndn"