1 [gd_scene load_steps=4 format=3 uid="uid://yutmq76fj37a"]
3 [ext_resource type="Script" uid="uid://du3t77n04pc4k" path="res://class/Pinball.gd" id="1_nikp6"]
5 [sub_resource type="CylinderMesh" id="CylinderMesh_0o5q3"]
7 [sub_resource type="SphereShape3D" id="SphereShape3D_nikp6"]
10 [node name="Pin" type="RigidBody3D"]
15 script = ExtResource("1_nikp6")
17 [node name="mesh" type="MeshInstance3D" parent="."]
18 unique_name_in_owner = true
19 mesh = SubResource("CylinderMesh_0o5q3")
21 [node name="CollisionShape3D" type="CollisionShape3D" parent="."]
22 shape = SubResource("SphereShape3D_nikp6")