1 [gd_scene load_steps=4 format=3 uid="uid://bx83k2u0snfjc"]
3 [ext_resource type="Script" uid="uid://du3t77n04pc4k" path="res://class/Pinball.gd" id="1_jbd7x"]
5 [sub_resource type="BoxMesh" id="BoxMesh_xc3wn"]
6 size = Vector3(2, 2, 2)
8 [sub_resource type="SphereShape3D" id="SphereShape3D_xc3wn"]
11 [node name="Cube" type="RigidBody3D"]
15 script = ExtResource("1_jbd7x")
17 [node name="mesh" type="MeshInstance3D" parent="."]
18 unique_name_in_owner = true
19 mesh = SubResource("BoxMesh_xc3wn")
21 [node name="CollisionShape3D" type="CollisionShape3D" parent="."]
22 shape = SubResource("SphereShape3D_xc3wn")