[gd_scene load_steps=5 format=3] [ext_resource type="Script" path="res://scripts/arena_boundary.gd" id="1_bndry"] [sub_resource type="BoxShape3D" id="BoxShape3D_slab"] size = Vector3(28, 1, 40) [sub_resource type="BoxShape3D" id="BoxShape3D_side_wall"] size = Vector3(1, 13, 38) [sub_resource type="BoxShape3D" id="BoxShape3D_end_wall"] size = Vector3(26, 13, 1) [node name="ArenaBoundary" type="StaticBody3D"] collision_layer = 4 collision_mask = 3 script = ExtResource("1_bndry") [node name="FloorShape" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0) shape = SubResource("BoxShape3D_slab") [node name="WallPosXShape" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 12.5, 5.5, 0) shape = SubResource("BoxShape3D_side_wall") [node name="WallNegXShape" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12.5, 5.5, 0) shape = SubResource("BoxShape3D_side_wall") [node name="WallPosZShape" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 5.5, 18.5) shape = SubResource("BoxShape3D_end_wall") [node name="WallNegZShape" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 5.5, -18.5) shape = SubResource("BoxShape3D_end_wall") [node name="CeilingShape" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 12.5, 0) shape = SubResource("BoxShape3D_slab")