push project up sabs assets

This commit is contained in:
2026-08-07 02:50:54 -05:00
parent 71b666c683
commit f5d6c640ae
131 changed files with 4604 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
[gd_scene load_steps=4 format=3 uid="uid://cvb5h70bffmf7"]
[ext_resource type="Script" uid="uid://d3ffo55tn3hvx" path="res://scenes/individual_parts/table/ball_kill_zone.gd" id="1_j88xq"]
[sub_resource type="BoxShape3D" id="BoxShape3D_klcv4"]
size = Vector3(200, 20, 200)
[sub_resource type="BoxShape3D" id="BoxShape3D_j88xq"]
size = Vector3(0.046875, 0.56225586, 0.98994446)
[node name="ball_kill_zone" type="Area3D"]
script = ExtResource("1_j88xq")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -6, 0)
shape = SubResource("BoxShape3D_klcv4")
debug_color = Color(0, 0.6, 0.69803923, 1)
[node name="CollisionShape3D2" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.66243577, 5, 0.58336043)
shape = SubResource("BoxShape3D_j88xq")
debug_color = Color(0, 0.6, 0.69803923, 1)
[node name="CollisionShape3D3" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.6448958, 5, 0.58336043)
shape = SubResource("BoxShape3D_j88xq")
debug_color = Color(0, 0.6, 0.69803923, 1)
[node name="CollisionShape3D4" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.6448958, 5, -0.5823339)
shape = SubResource("BoxShape3D_j88xq")
debug_color = Color(0, 0.6, 0.69803923, 1)
[node name="CollisionShape3D5" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.6527159, 5, -0.5823339)
shape = SubResource("BoxShape3D_j88xq")
debug_color = Color(0, 0.6, 0.69803923, 1)
[node name="CollisionShape3D6" type="CollisionShape3D" parent="."]
transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, 0.0017127991, 5, -1.2092698)
shape = SubResource("BoxShape3D_j88xq")
debug_color = Color(0, 0.6, 0.69803923, 1)
[node name="CollisionShape3D7" type="CollisionShape3D" parent="."]
transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, 0.0017127991, 5, 1.2085646)
shape = SubResource("BoxShape3D_j88xq")
debug_color = Color(0, 0.6, 0.69803923, 1)
[connection signal="body_entered" from="." to="." method="_on_body_entered"]