From 7a83dab6bba81f3dfda7179313bd92d492ecd533 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Sun, 24 Sep 2023 22:08:07 -0400 Subject: Only climb tagged surfaces --- scenes/main.tscn | 1 + 1 file changed, 1 insertion(+) (limited to 'scenes') diff --git a/scenes/main.tscn b/scenes/main.tscn index 9ece0e8..c1339d1 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -59,6 +59,7 @@ seed_text = NodePath("../RichTextLabel/SeedText") [node name="StaticBody3D" type="StaticBody3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 8.7194, 5, -6.35033) +collision_layer = 5 [node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"] shape = SubResource("BoxShape3D_kjqqf") -- cgit