added support for obstacles to levels again

This commit is contained in:
2026-02-07 04:29:19 +11:00
parent 35a0ec30a5
commit f7e478357b
19 changed files with 49 additions and 43 deletions

View File

@@ -258,6 +258,7 @@ cinematic_cam = NodePath("CinemaCam")
printer = NodePath("CardPrinter")
shop = NodePath("ShopStand")
obstacles = Array[PackedScene]([ExtResource("7_6tcu8")])
data_path = "res://Worlds/GreenPlanet/Levels/Bridge/level1.json"
metadata/_custom_type_script = "uid://cvejbo3srx8py"
metadata/_editor_floor_ = Vector3(4, -10, 8)
@@ -266,7 +267,6 @@ script = ExtResource("9_xuyhn")
path_follows = [NodePath("Path3D/PathFollow3D"), NodePath("Path3D2/PathFollow3D2"), NodePath("Path3D3/PathFollow3D2")]
cameras = [NodePath("Path3D/PathFollow3D/Camera3D"), NodePath("Path3D2/PathFollow3D2/Camera3D2"), NodePath("Path3D3/PathFollow3D2/Camera3D2")]
pan_speed = 0.1
does_its_thing = false
[node name="Path3D" type="Path3D" parent="CinemaCam" unique_id=869538998]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.63136, 4.35346, 7.28324)

View File

@@ -216,6 +216,7 @@ corpses = NodePath("Parents/Corpses")
cinematic_cam = NodePath("CinematicCamManager")
printer = NodePath("CardPrinter")
shop = NodePath("ShopStand")
data_path = "res://Worlds/GreenPlanet/Levels/Cave/level3.json"
metadata/_custom_type_script = "uid://cvejbo3srx8py"
[node name="Parents" type="Node3D" parent="." unique_id=447416055]