reversed tubes on the hub, other hub world tweaks
This commit is contained in:
10
assets/level_bounds.tscn
Normal file
10
assets/level_bounds.tscn
Normal 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"]
|
||||
Reference in New Issue
Block a user