Skip to content

Commit

Permalink
fixed walls and added base texture
Browse files Browse the repository at this point in the history
  • Loading branch information
MattsAttack committed Mar 20, 2024
1 parent 3922582 commit 501b2fe
Show file tree
Hide file tree
Showing 9 changed files with 122 additions and 56 deletions.
6 changes: 3 additions & 3 deletions assets/sky/sky.tscn
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[gd_scene load_steps=8 format=3 uid="uid://c8di31x8aviu7"]

[ext_resource type="Shader" path="res://assets/sky/sky.gdshader" id="1_f4l2q"]
[ext_resource type="CompressedTexture3D" path="res://assets/sky/perlworlnoise.tga" id="2_i0qs4"]
[ext_resource type="Texture2D" path="res://assets/sky/weather.bmp" id="3_mx7f8"]
[ext_resource type="CompressedTexture3D" path="res://assets/sky/worlnoise.bmp" id="4_6opjy"]
[ext_resource type="CompressedTexture3D" uid="uid://1ipprqexqp8s" path="res://assets/sky/perlworlnoise.tga" id="2_i0qs4"]
[ext_resource type="Texture2D" uid="uid://dgv0vc1dtamig" path="res://assets/sky/weather.bmp" id="3_mx7f8"]
[ext_resource type="CompressedTexture3D" uid="uid://b8fh4icku58vx" path="res://assets/sky/worlnoise.bmp" id="4_6opjy"]

[sub_resource type="ShaderMaterial" id="ShaderMaterial_vo7n6"]
shader = ExtResource("1_f4l2q")
Expand Down
6 changes: 1 addition & 5 deletions flying_wall.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,16 @@ size = Vector3(6.1, 2.6, 0.4)
material = SubResource("StandardMaterial3D_fji80")

[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_7buq1"]
transparency = 2
alpha_scissor_threshold = 0.5
alpha_antialiasing_mode = 0
albedo_color = Color(0.584314, 0.584314, 0.584314, 0.745098)
disable_receive_shadows = true

[node name="StaticBody3D" type="StaticBody3D"]
script = ExtResource("1_al88d")

[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.321777, 0)
shape = SubResource("BoxShape3D_0u5qo")

[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(6.14934, 0, 0, 0, 2.60556, 0, 0, 0, 0.387296, 0, 0.31438, 0)
transform = Transform3D(6.14934, 0, 0, 0, 2.60556, 0, 0, 0, 0.387296, 0, 0, 0)
mesh = SubResource("BoxMesh_wiawj")
surface_material_override/0 = SubResource("StandardMaterial3D_7buq1")
10 changes: 5 additions & 5 deletions game/start_scene/start_scene.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[ext_resource type="PackedScene" uid="uid://clujaf3u776a3" path="res://addons/godot-xr-tools/objects/viewport_2d_in_3d.tscn" id="4_7pgy0"]
[ext_resource type="PackedScene" uid="uid://l2n30mpbkdyw" path="res://addons/godot-xr-tools/hands/scenes/lowpoly/right_hand_low.tscn" id="5_5cr7c"]
[ext_resource type="PackedScene" uid="uid://cl8q8f32imusk" path="res://game/start_scene/start_ui.tscn" id="5_grt1o"]
[ext_resource type="PackedScene" path="res://assets/sky/sky.tscn" id="7_qhfch"]
[ext_resource type="PackedScene" uid="uid://c8di31x8aviu7" path="res://assets/sky/sky.tscn" id="7_qhfch"]
[ext_resource type="Terrain3DStorage" uid="uid://rcl1w41wf0td" path="res://start_terrain_3d_storage.res" id="8_48y7q"]
[ext_resource type="Terrain3DMaterial" uid="uid://xr3fb0gocoex" path="res://start_terrain_3d_material.tres" id="9_alip0"]
[ext_resource type="Terrain3DTextureList" uid="uid://cgq4iftxm46is" path="res://new_terrain_3d_texture_list.tres" id="10_h37ye"]
Expand All @@ -15,14 +15,14 @@
resource_local_to_scene = true
size = Vector2(3, 2)

[sub_resource type="ViewportTexture" id="ViewportTexture_hxicd"]
[sub_resource type="ViewportTexture" id="ViewportTexture_0mu5d"]
viewport_path = NodePath("Viewport")

[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_a2yhk"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_y4gbq"]
transparency = 1
cull_mode = 2
shading_mode = 0
albedo_texture = SubResource("ViewportTexture_hxicd")
albedo_texture = SubResource("ViewportTexture_0mu5d")
texture_filter = 1

[sub_resource type="BoxShape3D" id="BoxShape3D_iru2p"]
Expand Down Expand Up @@ -59,7 +59,7 @@ unshaded = true

[node name="Screen" parent="Screen" index="1"]
mesh = SubResource("QuadMesh_44p7b")
surface_material_override/0 = SubResource("StandardMaterial3D_a2yhk")
surface_material_override/0 = SubResource("StandardMaterial3D_y4gbq")

[node name="CollisionShape3D" parent="Screen/StaticBody3D" index="0"]
shape = SubResource("BoxShape3D_iru2p")
Expand Down
16 changes: 14 additions & 2 deletions game/zones/outside/World.gd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ func _process(delta):


func _on_start_timeout():
print("works")
%Spawn1.start(5)
%Start.stop()
pass # Replace with function body.
Expand All @@ -27,7 +26,7 @@ func _on_start_timeout():
#or just have it change values. look at wizards code

func _on_spawn_1_timeout():
print("work ",num)
num += 1
normal_wall_spawn()
pass # Replace with function body.

Expand Down Expand Up @@ -76,3 +75,16 @@ func normal_wall_spawn():
spawned.global_position = %SpawnLocation8.global_position
spawned.rotation.y = PI/2
add_child(spawned)




#func _on_area_3d_body_exited(body):
#print("work")
#get_parent().get_node("XROrgin3D").globalposition = %Spawn.globalposition
#pass # Replace with function body.


#func _on_area_3d_area_exited(area):
#print("work")
#get_node("../XROrigin3D").globalposition = %Spawn.globalposition
100 changes: 61 additions & 39 deletions game/zones/outside/outside_zone.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=95 format=3 uid="uid://cjat5u6nsihgw"]
[gd_scene load_steps=97 format=3 uid="uid://cjat5u6nsihgw"]

[ext_resource type="PackedScene" uid="uid://cvn48xcmsmkrb" path="res://game/zones/zone_base.tscn" id="1_sk0kv"]
[ext_resource type="Script" path="res://game/zones/outside/World.gd" id="3_nsuo7"]
Expand Down Expand Up @@ -75,6 +75,7 @@
[ext_resource type="Animation" uid="uid://bq7cjxdn28jcv" path="res://addons/godot-xr-tools/hands/animations/right/Surfer.res" id="71_23ljh"]
[ext_resource type="Animation" uid="uid://d2ukhr3n2r1u8" path="res://addons/godot-xr-tools/hands/animations/right/Thumb.res" id="72_vpdgb"]
[ext_resource type="PackedScene" uid="uid://c8di31x8aviu7" path="res://assets/sky/sky.tscn" id="74_oxnep"]
[ext_resource type="Texture2D" uid="uid://cbamap6i3aj2o" path="res://game/zones/outside/tropical_rush.png" id="75_2ujg7"]
[ext_resource type="Terrain3DStorage" uid="uid://d4n4oxjw8hxo7" path="res://new_terrain_3d_storage.res" id="76_lrjdy"]
[ext_resource type="Terrain3DMaterial" uid="uid://c4m48gihf1oxn" path="res://new_terrain_3d_material.tres" id="77_4wak6"]
[ext_resource type="Terrain3DTextureList" uid="uid://cgq4iftxm46is" path="res://new_terrain_3d_texture_list.tres" id="78_wkllm"]
Expand Down Expand Up @@ -118,34 +119,34 @@ _data = {
"Thumb": ExtResource("37_kpb8w")
}

[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_ivm5v"]
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_alrux"]
animation = &"Grip"

[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_npjc5"]
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_rixse"]
animation = &"Grip"

[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_gvrcj"]
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_sf1tn"]
filter_enabled = true
filters = ["Armature/Skeleton3D:Little_Distal_L", "Armature/Skeleton3D:Little_Intermediate_L", "Armature/Skeleton3D:Little_Metacarpal_L", "Armature/Skeleton3D:Little_Proximal_L", "Armature/Skeleton3D:Middle_Distal_L", "Armature/Skeleton3D:Middle_Intermediate_L", "Armature/Skeleton3D:Middle_Metacarpal_L", "Armature/Skeleton3D:Middle_Proximal_L", "Armature/Skeleton3D:Ring_Distal_L", "Armature/Skeleton3D:Ring_Intermediate_L", "Armature/Skeleton3D:Ring_Metacarpal_L", "Armature/Skeleton3D:Ring_Proximal_L", "Armature/Skeleton3D:Thumb_Distal_L", "Armature/Skeleton3D:Thumb_Metacarpal_L", "Armature/Skeleton3D:Thumb_Proximal_L", "Armature/Skeleton:Little_Distal_L", "Armature/Skeleton:Little_Intermediate_L", "Armature/Skeleton:Little_Proximal_L", "Armature/Skeleton:Middle_Distal_L", "Armature/Skeleton:Middle_Intermediate_L", "Armature/Skeleton:Middle_Proximal_L", "Armature/Skeleton:Ring_Distal_L", "Armature/Skeleton:Ring_Intermediate_L", "Armature/Skeleton:Ring_Proximal_L", "Armature/Skeleton:Thumb_Distal_L", "Armature/Skeleton:Thumb_Proximal_L"]

[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_rm8ml"]
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_s8o5w"]
animation = &"Grip 5"

[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_duaea"]
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_ou4ji"]
filter_enabled = true
filters = ["Armature/Skeleton3D:Index_Distal_L", "Armature/Skeleton3D:Index_Intermediate_L", "Armature/Skeleton3D:Index_Metacarpal_L", "Armature/Skeleton3D:Index_Proximal_L", "Armature/Skeleton:Index_Distal_L", "Armature/Skeleton:Index_Intermediate_L", "Armature/Skeleton:Index_Proximal_L"]

[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_3uicp"]
[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_76jvt"]
graph_offset = Vector2(-536, 11)
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_ivm5v")
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_alrux")
nodes/ClosedHand1/position = Vector2(-600, 300)
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_npjc5")
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_rixse")
nodes/ClosedHand2/position = Vector2(-360, 300)
nodes/Grip/node = SubResource("AnimationNodeBlend2_gvrcj")
nodes/Grip/node = SubResource("AnimationNodeBlend2_sf1tn")
nodes/Grip/position = Vector2(0, 20)
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_rm8ml")
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_s8o5w")
nodes/OpenHand/position = Vector2(-600, 100)
nodes/Trigger/node = SubResource("AnimationNodeBlend2_duaea")
nodes/Trigger/node = SubResource("AnimationNodeBlend2_ou4ji")
nodes/Trigger/position = Vector2(-360, 20)
node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"]

Expand Down Expand Up @@ -188,34 +189,34 @@ _data = {
"Thumb": ExtResource("72_vpdgb")
}

[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_i4po1"]
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_bjgs5"]
animation = &"Grip"

[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_ek5or"]
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_fq6e7"]
animation = &"Grip"

[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_74cg8"]
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_rrf5b"]
filter_enabled = true
filters = ["Armature/Skeleton3D:Little_Distal_R", "Armature/Skeleton3D:Little_Intermediate_R", "Armature/Skeleton3D:Little_Metacarpal_R", "Armature/Skeleton3D:Little_Proximal_R", "Armature/Skeleton3D:Middle_Distal_R", "Armature/Skeleton3D:Middle_Intermediate_R", "Armature/Skeleton3D:Middle_Metacarpal_R", "Armature/Skeleton3D:Middle_Proximal_R", "Armature/Skeleton3D:Ring_Distal_R", "Armature/Skeleton3D:Ring_Intermediate_R", "Armature/Skeleton3D:Ring_Metacarpal_R", "Armature/Skeleton3D:Ring_Proximal_R", "Armature/Skeleton3D:Thumb_Distal_R", "Armature/Skeleton3D:Thumb_Metacarpal_R", "Armature/Skeleton3D:Thumb_Proximal_R", "Armature/Skeleton:Little_Distal_R", "Armature/Skeleton:Little_Intermediate_R", "Armature/Skeleton:Little_Proximal_R", "Armature/Skeleton:Middle_Distal_R", "Armature/Skeleton:Middle_Intermediate_R", "Armature/Skeleton:Middle_Proximal_R", "Armature/Skeleton:Ring_Distal_R", "Armature/Skeleton:Ring_Intermediate_R", "Armature/Skeleton:Ring_Proximal_R", "Armature/Skeleton:Thumb_Distal_R", "Armature/Skeleton:Thumb_Proximal_R"]

[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_jf55q"]
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_fjcs6"]
animation = &"Grip 5"

[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_ljixc"]
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_k5iq0"]
filter_enabled = true
filters = ["Armature/Skeleton3D:Index_Distal_R", "Armature/Skeleton3D:Index_Intermediate_R", "Armature/Skeleton3D:Index_Metacarpal_R", "Armature/Skeleton3D:Index_Proximal_R", "Armature/Skeleton:Index_Distal_R", "Armature/Skeleton:Index_Intermediate_R", "Armature/Skeleton:Index_Proximal_R"]

[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_wk60b"]
[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_4p2o8"]
graph_offset = Vector2(-552.664, 107.301)
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_i4po1")
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_bjgs5")
nodes/ClosedHand1/position = Vector2(-600, 300)
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_ek5or")
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_fq6e7")
nodes/ClosedHand2/position = Vector2(-360, 300)
nodes/Grip/node = SubResource("AnimationNodeBlend2_74cg8")
nodes/Grip/node = SubResource("AnimationNodeBlend2_rrf5b")
nodes/Grip/position = Vector2(0, 40)
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_jf55q")
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_fjcs6")
nodes/OpenHand/position = Vector2(-600, 100)
nodes/Trigger/node = SubResource("AnimationNodeBlend2_ljixc")
nodes/Trigger/node = SubResource("AnimationNodeBlend2_k5iq0")
nodes/Trigger/position = Vector2(-360, 40)
node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"]

Expand All @@ -224,10 +225,14 @@ node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigge
[sub_resource type="CylinderShape3D" id="CylinderShape3D_loupj"]
radius = 5.08261

[sub_resource type="BoxShape3D" id="BoxShape3D_lthb6"]
size = Vector3(33.8042, 6.25037, 33.0138)

[node name="OutsideZone" instance=ExtResource("1_sk0kv")]
zone_info = ExtResource("3_wyepd")

[node name="XROrigin3D" parent="." index="0"]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.23795, 0)

[node name="XRCamera3D" parent="XROrigin3D" index="0"]
Expand Down Expand Up @@ -264,7 +269,7 @@ visible = false
libraries = {
"": SubResource("AnimationLibrary_kw48d")
}
tree_root = SubResource("AnimationNodeBlendTree_3uicp")
tree_root = SubResource("AnimationNodeBlendTree_76jvt")

[node name="WristUI" parent="XROrigin3D/LeftHand/CollisionHandLeft" index="7"]
visible = false
Expand Down Expand Up @@ -300,7 +305,7 @@ visible = false
libraries = {
"": SubResource("AnimationLibrary_reqae")
}
tree_root = SubResource("AnimationNodeBlendTree_wk60b")
tree_root = SubResource("AnimationNodeBlendTree_4p2o8")

[node name="LeftPocket" parent="XROrigin3D/PlayerBody" index="0"]
visible = false
Expand All @@ -314,42 +319,46 @@ script = ExtResource("3_nsuo7")

[node name="SpawnLocation1" type="Marker3D" parent="World" index="0"]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.5, 1.03959, -20)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.5, 0.2, -20)

[node name="SpawnLocation2" type="Marker3D" parent="World" index="1"]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.5, 1.03959, -20)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.5, 0.2, -20)

[node name="SpawnLocation3" type="Marker3D" parent="World" index="2"]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -20, 1.03959, -2.5)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -20, 0.2, -2.5)

[node name="SpawnLocation4" type="Marker3D" parent="World" index="3"]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -20, 1.03959, 2.5)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -20, 0.2, 2.5)

[node name="SpawnLocation5" type="Marker3D" parent="World" index="4"]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.5, 1.03959, 20)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.5, 0.2, 20)

[node name="SpawnLocation6" type="Marker3D" parent="World" index="5"]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.5, 1.03959, 20)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.5, 0.2, 20)

[node name="SpawnLocation7" type="Marker3D" parent="World" index="6"]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 20, 1.03959, 2.5)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 20, 0.2, 2.5)

[node name="SpawnLocation8" type="Marker3D" parent="World" index="7"]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 20, 1.03959, -2.5)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 20, 0.2, -2.5)

[node name="Spawn" type="Marker3D" parent="World" index="8"]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.05479, 1.66528, -0.0465469)

[node name="WorldEnvironment2" parent="World" index="8" instance=ExtResource("74_oxnep")]
[node name="WorldEnvironment2" parent="World" index="9" instance=ExtResource("74_oxnep")]

[node name="DirectionalLight3D" type="DirectionalLight3D" parent="World" index="9"]
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="World" index="10"]
transform = Transform3D(1, 0, 0, 0, 1.19249e-08, 1, 0, -1, 1.19249e-08, 0, 8, 0)

[node name="StaticBody3D" type="StaticBody3D" parent="World" index="10"]
[node name="StaticBody3D" type="StaticBody3D" parent="World" index="11"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.976021, 0)

[node name="MeshInstance3D" type="MeshInstance3D" parent="World/StaticBody3D" index="0"]
Expand All @@ -359,19 +368,30 @@ mesh = SubResource("CylinderMesh_vn0uq")
[node name="CollisionShape3D" type="CollisionShape3D" parent="World/StaticBody3D" index="1"]
shape = SubResource("CylinderShape3D_loupj")

[node name="Water" parent="World" index="11" instance=ExtResource("6_cfk41")]
[node name="Sprite3D" type="Sprite3D" parent="World/StaticBody3D" index="2"]
transform = Transform3D(0.671398, 0, 0, 0, 7.99633e-09, 1, 0, -0.670558, 1.19249e-08, 0, 1.021, 0)
texture = ExtResource("75_2ujg7")

[node name="Water" parent="World" index="12" instance=ExtResource("6_cfk41")]
transform = Transform3D(0.997825, 0, 0, 0, 0.997825, 0, 0, 0, 0.997825, -0.0193071, -0.650075, 0.0158176)
skeleton = NodePath("../..")

[node name="Start" type="Timer" parent="World" index="12"]
[node name="Start" type="Timer" parent="World" index="13"]
unique_name_in_owner = true
wait_time = 5.0
one_shot = true

[node name="Spawn1" type="Timer" parent="World" index="13"]
[node name="Spawn1" type="Timer" parent="World" index="14"]
unique_name_in_owner = true
wait_time = 4.0

[node name="Area3D" type="Area3D" parent="World" index="15"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, 0)

[node name="CollisionShape3D" type="CollisionShape3D" parent="World/Area3D" index="0"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.394211, -1.46434, 2.5434)
shape = SubResource("BoxShape3D_lthb6")

[node name="Terrain3D" type="Terrain3D" parent="." index="2"]
storage = ExtResource("76_lrjdy")
material = ExtResource("77_4wak6")
Expand All @@ -381,6 +401,8 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 110, 0, 100)

[connection signal="timeout" from="World/Start" to="World" method="_on_start_timeout"]
[connection signal="timeout" from="World/Spawn1" to="World" method="_on_spawn_1_timeout"]
[connection signal="area_exited" from="World/Area3D" to="World" method="_on_area_3d_area_exited"]
[connection signal="body_exited" from="World/Area3D" to="World" method="_on_area_3d_body_exited"]

[editable path="XROrigin3D/LeftHand/CollisionHandLeft/LeftHand"]
[editable path="XROrigin3D/LeftHand/CollisionHandLeft/LeftHand/Hand_Nails_low_L"]
Expand Down
Binary file added game/zones/outside/tropical_rush.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions game/zones/outside/tropical_rush.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://cbamap6i3aj2o"
path.s3tc="res://.godot/imported/tropical_rush.png-1c4621b3f59d401c95b5bbc0fda5497e.s3tc.ctex"
path.etc2="res://.godot/imported/tropical_rush.png-1c4621b3f59d401c95b5bbc0fda5497e.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://game/zones/outside/tropical_rush.png"
dest_files=["res://.godot/imported/tropical_rush.png-1c4621b3f59d401c95b5bbc0fda5497e.s3tc.ctex", "res://.godot/imported/tropical_rush.png-1c4621b3f59d401c95b5bbc0fda5497e.etc2.ctex"]

[params]

compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0
Binary file modified new_terrain_3d_storage.res
Binary file not shown.
Loading

0 comments on commit 501b2fe

Please sign in to comment.