Void Room preliminary shaders added, boss1 materials added

This commit is contained in:
Pal
2025-09-12 03:35:19 -07:00
parent a4205f1963
commit b04956ea4d
37 changed files with 844 additions and 550 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=266 format=4 uid="uid://dvnc26rebk6o0"]
[gd_scene load_steps=269 format=4 uid="uid://dvnc26rebk6o0"]
[ext_resource type="Script" uid="uid://cuhfkyh3d7noa" path="res://src/map/dungeon/code/Overworld.cs" id="1_5hmt3"]
[ext_resource type="Texture2D" uid="uid://co6h8vyi11sl2" path="res://src/map/overworld/Models/Overworld_CLOUD_RINGS_INNER_63.png" id="2_g6b7b"]
@@ -73,6 +73,7 @@
[ext_resource type="PackedScene" uid="uid://db206brufi83s" path="res://src/items/weapons/Weapon.tscn" id="70_r8r3k"]
[ext_resource type="Resource" uid="uid://cfhwlpa0d7wb4" path="res://src/items/weapons/resources/MysteryRod.tres" id="71_t71yg"]
[ext_resource type="Texture2D" uid="uid://c38grr8d22ukg" path="res://src/map/overworld/cloudscape.png" id="73_wbbo3"]
[ext_resource type="Shader" uid="uid://kqp7mww6drrx" path="res://src/map/map shaders/B2 Cloud Roll Middle.gdshader" id="74_wbbo3"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_peugn"]
resource_name = "CLOUDS1"
@@ -7959,7 +7960,7 @@ blend_shape_mode = 0
shadow_mesh = SubResource("ArrayMesh_5h042")
[sub_resource type="BoxShape3D" id="BoxShape3D_b53dq"]
size = Vector3(32.7888, 2.34912, 11.2217)
size = Vector3(32.7888, 2.34912, 7.88136)
[sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_322om"]
resource_local_to_scene = true
@@ -7992,10 +7993,19 @@ dof_blur_far_distance = 16.33
dof_blur_far_transition = -1.0
dof_blur_amount = 0.04
[sub_resource type="PlaneMesh" id="PlaneMesh_c2gp5"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_pvi8n"]
render_priority = 0
shader = ExtResource("74_wbbo3")
shader_parameter/cloud_color = Vector4(1, 1, 1, 1)
shader_parameter/cloud_opacity = 0.369
[node name="Overworld" type="Node3D"]
script = ExtResource("1_5hmt3")
[node name="Model" type="Node3D" parent="."]
transform = Transform3D(1.5, 0, 0, 0, 1.5, 0, 0, 0, 1.5, 0, 0, 0)
[node name="Overworld_CLOUD_RINGS_INNER" type="Node3D" parent="Model"]
@@ -8063,7 +8073,7 @@ mesh = SubResource("ArrayMesh_8pf8o")
skeleton = NodePath("")
[node name="WELL" type="MeshInstance3D" parent="Model/Overworld_optimized_Pass 1"]
transform = Transform3D(0.715591, 0, -1.55848, 0, 0.19926, 0, 1.55848, 0, 0.715591, -419.435, 4.0169, 17.2947)
transform = Transform3D(0.8116, 0, -1.76758, 0, 0.226, 0, 1.76758, 0, 0.8116, -419.435, 4.45589, 17.2947)
mesh = SubResource("ArrayMesh_xtwgj")
skeleton = NodePath("")
@@ -8340,11 +8350,12 @@ skeleton = NodePath("")
[node name="Overworld_tower" type="Node3D" parent="Model"]
[node name="TOWER" type="MeshInstance3D" parent="Model/Overworld_tower"]
transform = Transform3D(-26.6541, 0, 0, 0, -322.711, 0, 0, 0, -20.0729, -206.138, 590.903, 1888.82)
transform = Transform3D(-26.6541, 0, 0, 0, -322.711, 0, 0, 0, -20.0729, -206.138, 827.765, 1888.82)
mesh = SubResource("ArrayMesh_ensfr")
skeleton = NodePath("")
[node name="Spawn Points" type="Node3D" parent="."]
transform = Transform3D(1.5, 0, 0, 0, 1.5, 0, 0, 0, 1.5, 0, 0, 0)
[node name="PlayerSpawnPoint" type="Marker3D" parent="Spawn Points"]
unique_name_in_owner = true
@@ -8357,11 +8368,11 @@ collision_layer = 256
collision_mask = 256
[node name="CollisionShape3D" type="CollisionShape3D" parent="Spawn Points/Exit"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -13.5815, -2.1779, -3.80354)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -13.5815, -2.1779, -2.13338)
shape = SubResource("BoxShape3D_b53dq")
[node name="Ran" parent="." instance=ExtResource("69_g6b7b")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -230.292, 2.58746, 49.3324)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -230.292, 3.21695, 49.3324)
[node name="Weapon" parent="Ran" instance=ExtResource("70_r8r3k")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.451996, -1.48021, -8.76553)
@@ -8378,3 +8389,9 @@ light_energy = 2.032
shadow_enabled = true
shadow_blur = 3.582
sky_mode = 1
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(90000, 0, 0, 0, 90000, 0, 0, 0, 90000, 0, -33.8314, 0)
visible = false
mesh = SubResource("PlaneMesh_c2gp5")
surface_material_override/0 = SubResource("ShaderMaterial_pvi8n")