more hub tweaks
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=32 format=3 uid="uid://bs2iopee5f3bv"]
|
||||
[gd_scene load_steps=30 format=3 uid="uid://bs2iopee5f3bv"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/LevelManager.gd" id="1_wmpql"]
|
||||
[ext_resource type="Resource" uid="uid://llsqx2cby5in" path="res://GameModes/Arena of Money.tres" id="2_8jpxx"]
|
||||
@@ -19,7 +19,6 @@
|
||||
[ext_resource type="PackedScene" uid="uid://hp4xn8oqdxnd" path="res://assets/machete_pickup.tscn" id="20_3482g"]
|
||||
[ext_resource type="Material" uid="uid://b6hhomp4kcjvb" path="res://assets/materials/prototype/tadaoando.tres" id="21_41y65"]
|
||||
[ext_resource type="PackedScene" uid="uid://dgapcuvg0gtmm" path="res://assets/scene_changer.tscn" id="22_e6msx"]
|
||||
[ext_resource type="Script" path="res://scripts/level_bounds.gd" id="23_eo3iq"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_w6vpl"]
|
||||
sky_top_color = Color(0.623488, 0.812575, 0.900791, 1)
|
||||
@@ -85,9 +84,6 @@ polygons = [PackedInt32Array(3, 2, 0), PackedInt32Array(0, 2, 1)]
|
||||
[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, 940.327, 500)
|
||||
|
||||
[node name="Money Gulag" type="Node3D" node_paths=PackedStringArray("player")]
|
||||
script = ExtResource("1_wmpql")
|
||||
map_name = "Money Gulag"
|
||||
@@ -231,16 +227,5 @@ transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 27.2325, -7.8068, -32.4933)
|
||||
jump_amount = 100
|
||||
|
||||
[node name="Scene Changer" parent="." instance=ExtResource("22_e6msx")]
|
||||
transform = Transform3D(15.1486, 0, 0, 0, 405.877, 0, 0, 0, 9.59561, 29.1358, 544.113, -33.0379)
|
||||
transform = Transform3D(15.1486, 0, 0, 0, 405.877, 0, 0, 0, 9.59561, 29.1358, 312.899, -33.0379)
|
||||
scene_path = "res://scenes/HUBWORLD.tscn"
|
||||
|
||||
[node name="BOUNDS" type="Area3D" parent="."]
|
||||
collision_layer = 2
|
||||
collision_mask = 2
|
||||
script = ExtResource("23_eo3iq")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="BOUNDS"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 13.0786, 327.699, -39.4503)
|
||||
shape = SubResource("BoxShape3D_5m8am")
|
||||
|
||||
[connection signal="body_exited" from="BOUNDS" to="BOUNDS" method="_on_body_exited"]
|
||||
|
||||
Reference in New Issue
Block a user