reversed tubes on the hub, other hub world tweaks

This commit is contained in:
Derek
2025-03-30 12:57:11 -05:00
parent d64ef7ccde
commit 757b2df6b3
16 changed files with 208 additions and 100 deletions

10
assets/level_bounds.tscn Normal file
View File

@@ -0,0 +1,10 @@
[gd_scene load_steps=2 format=3 uid="uid://24slv0pyxcd5"]
[ext_resource type="Script" uid="uid://bdxonkxnmxe6n" path="res://scripts/level_bounds.gd" id="1_k48kn"]
[node name="LevelBounds" type="Area3D"]
collision_layer = 4
collision_mask = 4
script = ExtResource("1_k48kn")
[connection signal="body_exited" from="." to="." method="_on_body_exited"]