[gd_scene load_steps=4 format=3 uid="uid://yutmq76fj37a"] [ext_resource type="Script" uid="uid://du3t77n04pc4k" path="res://class/Pinball.gd" id="1_nikp6"] [sub_resource type="CylinderMesh" id="CylinderMesh_0o5q3"] [sub_resource type="SphereShape3D" id="SphereShape3D_nikp6"] radius = 1.0 [node name="Pin" type="RigidBody3D"] collision_layer = 4 collision_mask = 7 linear_damp = 0.2 angular_damp = 1.0 script = ExtResource("1_nikp6") [node name="mesh" type="MeshInstance3D" parent="."] unique_name_in_owner = true mesh = SubResource("CylinderMesh_0o5q3") [node name="CollisionShape3D" type="CollisionShape3D" parent="."] shape = SubResource("SphereShape3D_nikp6")