[gd_scene load_steps=4 format=3 uid="uid://bx83k2u0snfjc"] [ext_resource type="Script" uid="uid://du3t77n04pc4k" path="res://class/Pinball.gd" id="1_jbd7x"] [sub_resource type="BoxMesh" id="BoxMesh_xc3wn"] size = Vector3(2, 2, 2) [sub_resource type="SphereShape3D" id="SphereShape3D_xc3wn"] radius = 1.0 [node name="Cube" type="RigidBody3D"] collision_layer = 4 collision_mask = 7 mass = 4.0 script = ExtResource("1_jbd7x") [node name="mesh" type="MeshInstance3D" parent="."] unique_name_in_owner = true mesh = SubResource("BoxMesh_xc3wn") [node name="CollisionShape3D" type="CollisionShape3D" parent="."] shape = SubResource("SphereShape3D_xc3wn")