more hub world tweaking

This commit is contained in:
Derek
2025-02-23 16:11:53 -06:00
parent fd2a32dde9
commit a303eb6430
18 changed files with 557 additions and 143 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=35 format=3 uid="uid://dsnddbrlqkav2"]
[gd_scene load_steps=33 format=3 uid="uid://dsnddbrlqkav2"]
[ext_resource type="Script" path="res://scripts/LevelManager.gd" id="1_laua1"]
[ext_resource type="Resource" uid="uid://dn3t7wcoumlm3" path="res://GameModes/standard.tres" id="2_2umal"]
@@ -22,7 +22,6 @@
[ext_resource type="PackedScene" uid="uid://hp4xn8oqdxnd" path="res://assets/machete_pickup.tscn" id="18_jev3u"]
[ext_resource type="Material" uid="uid://b6hhomp4kcjvb" path="res://assets/materials/prototype/tadaoando.tres" id="19_e7xg4"]
[ext_resource type="PackedScene" uid="uid://dgapcuvg0gtmm" path="res://assets/scene_changer.tscn" id="20_j4ook"]
[ext_resource type="Script" path="res://scripts/level_bounds.gd" id="21_uhac2"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_w6vpl"]
sky_top_color = Color(0.623488, 0.812575, 0.900791, 1)
@@ -88,9 +87,6 @@ polygons = [PackedInt32Array(3, 2, 0), PackedInt32Array(0, 2, 1), PackedInt32Arr
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_6yrih"]
albedo_color = Color(0.300579, 0.462784, 0.249767, 1)
[sub_resource type="BoxShape3D" id="BoxShape3D_5m8am"]
size = Vector3(526.157, 900.916, 500)
[node name="EnemyWork" type="Node3D" node_paths=PackedStringArray("player")]
script = ExtResource("1_laua1")
map_name = "Wall Runnin"
@@ -526,14 +522,3 @@ jump_amount = 100
[node name="Scene Changer" parent="." instance=ExtResource("20_j4ook")]
transform = Transform3D(15.1486, 0, 0, 0, 405.877, 0, 0, 0, 9.59561, 29.1358, 544.113, -33.0379)
scene_path = "res://scenes/HUBWORLD.tscn"
[node name="BOUNDS" type="Area3D" parent="."]
collision_layer = 2
collision_mask = 2
script = ExtResource("21_uhac2")
[node name="CollisionShape3D" type="CollisionShape3D" parent="BOUNDS"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 13.0786, 347.404, -39.4503)
shape = SubResource("BoxShape3D_5m8am")
[connection signal="body_exited" from="BOUNDS" to="BOUNDS" method="_on_body_exited"]