11 lines
417 B
Text
11 lines
417 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"]
|
|
mesh = ExtResource("1_qixli")
|
|
script = ExtResource("2_c3ygy")
|
|
type = 2
|
|
metadata/_custom_type_script = "uid://bq3a5hhccxndn"
|