Added E symbol to Exit floors
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
[gd_scene load_steps=66 format=3 uid="uid://cihbmyo0ltq4m"]
|
||||
[gd_scene load_steps=69 format=3 uid="uid://cihbmyo0ltq4m"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c77acs4px36hq" path="res://src/map/dungeon/models/Area 1/Exit/A1-Exit.glb" id="2_54fgm"]
|
||||
[ext_resource type="Script" uid="uid://bd824eigybu51" path="res://src/map/dungeon/code/ExitRoom.cs" id="2_umdkt"]
|
||||
[ext_resource type="Texture2D" uid="uid://dw50ys561j8no" path="res://src/map/assets/DUST_1.png" id="5_54fgm"]
|
||||
[ext_resource type="Texture2D" uid="uid://b7kj1pxt7wx1g" path="res://src/vfx/World/BLUE_FLAME.png" id="6_5n72k"]
|
||||
[ext_resource type="AudioStream" uid="uid://b306wov6yfaan" path="res://src/audio/sfx/amb_flame_burning.ogg" id="6_54fgm"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdd4abxejp4n0" path="res://src/minimap/textures/EXIT.png" id="6_ljhl3"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_ljhl3"]
|
||||
size = Vector3(6.65894, 0.1, 9.03726)
|
||||
@@ -447,6 +448,14 @@ animations = [{
|
||||
"speed": 16.0
|
||||
}]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_5n72k"]
|
||||
transparency = 1
|
||||
albedo_texture = ExtResource("6_ljhl3")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_l1s1j"]
|
||||
material = SubResource("StandardMaterial3D_5n72k")
|
||||
|
||||
[node name="Floor Exit A" type="Node3D"]
|
||||
transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 3.397, 0, -14.255)
|
||||
script = ExtResource("2_umdkt")
|
||||
@@ -550,7 +559,7 @@ process_material = SubResource("ParticleProcessMaterial_63u6y")
|
||||
draw_pass_1 = SubResource("QuadMesh_fwdls")
|
||||
|
||||
[node name="FogVolume" type="FogVolume" parent="VFX"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.482666, 20.6513, -16.0869)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -12.6989)
|
||||
size = Vector3(30.7642, 10.3584, 24.915)
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="VFX"]
|
||||
@@ -575,7 +584,7 @@ bus = &"AMBIENT"
|
||||
parameters/looping = true
|
||||
|
||||
[node name="OmniLight3D2" type="OmniLight3D" parent="VFX/Flame1"]
|
||||
transform = Transform3D(1.62602, 0, 0, 0, 2.24719, 0, 0, 0, 2.24719, -0.180455, -0.538921, -0.0176468)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.180455, -0.538921, -0.0176468)
|
||||
light_color = Color(0.414176, 0.813573, 0.948183, 1)
|
||||
light_energy = 6.436
|
||||
shadow_enabled = true
|
||||
@@ -598,7 +607,7 @@ bus = &"AMBIENT"
|
||||
parameters/looping = true
|
||||
|
||||
[node name="OmniLight3D2" type="OmniLight3D" parent="VFX/Flame2"]
|
||||
transform = Transform3D(1.62602, 0, 0, 0, 2.24719, 0, 0, 0, 2.24719, -0.180455, -0.538921, -0.0176468)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.180455, -0.538921, -0.0176468)
|
||||
light_color = Color(0.414176, 0.813573, 0.948183, 1)
|
||||
light_energy = 6.436
|
||||
shadow_enabled = true
|
||||
@@ -606,4 +615,8 @@ shadow_blur = 10.0
|
||||
omni_range = 19.166
|
||||
omni_attenuation = 1.106
|
||||
|
||||
[node name="E symbol!" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.39854, 10.8155)
|
||||
mesh = SubResource("PlaneMesh_l1s1j")
|
||||
|
||||
[editable path="Model/A1-Exit"]
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
[gd_scene load_steps=67 format=3 uid="uid://02v033xrh6xi"]
|
||||
[gd_scene load_steps=70 format=3 uid="uid://02v033xrh6xi"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bd824eigybu51" path="res://src/map/dungeon/code/ExitRoom.cs" id="2_7o05s"]
|
||||
[ext_resource type="PackedScene" uid="uid://bpihpjlg5mcq" path="res://src/map/dungeon/models/Area 2/Exit/A2-Exit.glb" id="2_d13sj"]
|
||||
[ext_resource type="Texture2D" uid="uid://dw50ys561j8no" path="res://src/map/assets/DUST_1.png" id="4_kx0t3"]
|
||||
[ext_resource type="Texture2D" uid="uid://b7kj1pxt7wx1g" path="res://src/vfx/World/BLUE_FLAME.png" id="5_pmpee"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdd4abxejp4n0" path="res://src/minimap/textures/EXIT.png" id="6_d13sj"]
|
||||
[ext_resource type="AudioStream" uid="uid://b306wov6yfaan" path="res://src/audio/sfx/amb_flame_burning.ogg" id="6_pmpee"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_7230f"]
|
||||
@@ -475,6 +476,14 @@ _data = {
|
||||
&"RESET": SubResource("Animation_54fgm")
|
||||
}
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_5n72k"]
|
||||
transparency = 1
|
||||
albedo_texture = ExtResource("6_d13sj")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_vsgtq"]
|
||||
material = SubResource("StandardMaterial3D_5n72k")
|
||||
|
||||
[node name="Floor Exit B" type="Node3D"]
|
||||
script = ExtResource("2_7o05s")
|
||||
|
||||
@@ -644,3 +653,7 @@ libraries = {
|
||||
&"": SubResource("AnimationLibrary_ljhl3")
|
||||
}
|
||||
autoplay = "Flame Flicker"
|
||||
|
||||
[node name="E symbol!" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.39854, 10.8155)
|
||||
mesh = SubResource("PlaneMesh_vsgtq")
|
||||
|
||||
Reference in New Issue
Block a user