Minimap added to all floors, all minimaps added and refined.
Less overlap neccessary for revealer cubes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=16 format=3 uid="uid://ddsxmkmh6r06e"]
|
||||
[gd_scene load_steps=22 format=3 uid="uid://ddsxmkmh6r06e"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dhm2lyfkrjugf" path="res://src/map/dungeon/rooms/Set A/11. Long Room.tscn" id="1_aqxvl"]
|
||||
[ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_jchqd"]
|
||||
@@ -15,6 +15,56 @@
|
||||
[ext_resource type="PackedScene" uid="uid://b8u3sfhexlhfu" path="res://src/map/dungeon/rooms/Set A/Circle Room.tscn" id="12_u3sjh"]
|
||||
[ext_resource type="PackedScene" uid="uid://dhkbvos11tkdw" path="res://src/map/dungeon/rooms/Set A/12. Jump Scare Room.tscn" id="12_v4r8m"]
|
||||
[ext_resource type="PackedScene" uid="uid://cxwyge2s1yswu" path="res://src/map/Placeables/A1-Socket.tscn" id="15_rmfig"]
|
||||
[ext_resource type="Texture2D" uid="uid://35c2nojcnnl" path="res://src/minimap/Floor Maps/2A.png" id="16_rmfig"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ru10l"]
|
||||
transparency = 1
|
||||
cull_mode = 2
|
||||
shading_mode = 0
|
||||
albedo_texture = ExtResource("16_rmfig")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_5v5l6"]
|
||||
material = SubResource("StandardMaterial3D_ru10l")
|
||||
size = Vector2(150, 150)
|
||||
|
||||
[sub_resource type="Animation" id="Animation_iert2"]
|
||||
resource_name = "Pulse"
|
||||
length = 2.0125
|
||||
loop_mode = 1
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:mesh:material:albedo_color")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 1, 1.96667),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Color(0.85, 0.85, 0.85, 1), Color(1, 1, 1, 1), Color(0.85, 0.85, 0.85, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_xsgnx"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:mesh:material:albedo_color")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Color(1, 1, 1, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_gya62"]
|
||||
_data = {
|
||||
&"Pulse": SubResource("Animation_iert2"),
|
||||
&"RESET": SubResource("Animation_xsgnx")
|
||||
}
|
||||
|
||||
[node name="Floor2a" type="Node3D"]
|
||||
script = ExtResource("1_jchqd")
|
||||
@@ -114,3 +164,13 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 31.0298, 0.0294389, -12.0652)
|
||||
|
||||
[node name="Node3D15" parent="." instance=ExtResource("15_rmfig")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -49.0813, 0.0171744, 4.04785)
|
||||
|
||||
[node name="Minimap2" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.81506, 0.373, -3.07342)
|
||||
mesh = SubResource("PlaneMesh_5v5l6")
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="Minimap2"]
|
||||
libraries = {
|
||||
&"": SubResource("AnimationLibrary_gya62")
|
||||
}
|
||||
autoplay = "Pulse"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=11 format=3 uid="uid://c36lo1h1xyacy"]
|
||||
[gd_scene load_steps=17 format=3 uid="uid://c36lo1h1xyacy"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_2ryrq"]
|
||||
[ext_resource type="PackedScene" uid="uid://tpgwccr6v43e" path="res://src/map/dungeon/rooms/Set A/04. Tree Antechamber.tscn" id="1_lxs4h"]
|
||||
@@ -10,6 +10,56 @@
|
||||
[ext_resource type="PackedScene" uid="uid://dlrd6vvwaqq3n" path="res://src/map/dungeon/corridors/A1 - Corridor - 3 Block .tscn" id="7_5wxoe"]
|
||||
[ext_resource type="PackedScene" uid="uid://cdkcvd7pwmr2r" path="res://src/map/dungeon/door/DOORA.tscn" id="8_txfg1"]
|
||||
[ext_resource type="PackedScene" uid="uid://ce0cjm6v7ct6c" path="res://src/map/dungeon/rooms/Set A/07. CornerBlock Antechamber.tscn" id="9_481xk"]
|
||||
[ext_resource type="Texture2D" uid="uid://dbdnwnox0enh" path="res://src/minimap/Floor Maps/2B.png" id="11_7eqoi"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_uxj8x"]
|
||||
transparency = 1
|
||||
cull_mode = 2
|
||||
shading_mode = 0
|
||||
albedo_texture = ExtResource("11_7eqoi")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_7j2in"]
|
||||
material = SubResource("StandardMaterial3D_uxj8x")
|
||||
size = Vector2(150, 150)
|
||||
|
||||
[sub_resource type="Animation" id="Animation_iert2"]
|
||||
resource_name = "Pulse"
|
||||
length = 2.0125
|
||||
loop_mode = 1
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:mesh:material:albedo_color")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 1, 1.96667),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Color(0.85, 0.85, 0.85, 1), Color(1, 1, 1, 1), Color(0.85, 0.85, 0.85, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_xsgnx"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:mesh:material:albedo_color")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Color(1, 1, 1, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_gya62"]
|
||||
_data = {
|
||||
&"Pulse": SubResource("Animation_iert2"),
|
||||
&"RESET": SubResource("Animation_xsgnx")
|
||||
}
|
||||
|
||||
[node name="Floor2b" type="Node3D"]
|
||||
script = ExtResource("1_2ryrq")
|
||||
@@ -33,13 +83,13 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 36, 0, 9.96674)
|
||||
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 96, 0, -10.2736)
|
||||
|
||||
[node name="Node3D5" parent="." instance=ExtResource("8_txfg1")]
|
||||
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 48.5964, 0, -19.9421)
|
||||
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 49.6126, 0, -19.9421)
|
||||
|
||||
[node name="Node3D6" parent="." instance=ExtResource("8_txfg1")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 62, 0, -28.7301)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 62, 0, -26.8596)
|
||||
|
||||
[node name="Node3D7" parent="." instance=ExtResource("8_txfg1")]
|
||||
transform = Transform3D(1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, 61.997, 0, 18)
|
||||
transform = Transform3D(1, 0, 1.06581e-14, 0, 1, 0, -1.06581e-14, 0, 1, 61.997, 0, 13.7044)
|
||||
|
||||
[node name="Node3D8" parent="." instance=ExtResource("8_txfg1")]
|
||||
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 74.8347, 0, 7.95024)
|
||||
@@ -58,3 +108,13 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 76, 0, -18)
|
||||
|
||||
[node name="Long Room" parent="." instance=ExtResource("6_c1exe")]
|
||||
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 62, 0, -4.495)
|
||||
|
||||
[node name="Minimap2" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 77.1591, 0.373, -6.01604)
|
||||
mesh = SubResource("PlaneMesh_7j2in")
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="Minimap2"]
|
||||
libraries = {
|
||||
&"": SubResource("AnimationLibrary_gya62")
|
||||
}
|
||||
autoplay = "Pulse"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=16 format=3 uid="uid://bej5jf18omtgy"]
|
||||
[gd_scene load_steps=22 format=3 uid="uid://bej5jf18omtgy"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dwt6302nsf4vq" path="res://src/map/dungeon/code/DungeonFloor.cs" id="1_j6057"]
|
||||
[ext_resource type="PackedScene" uid="uid://dhm2lyfkrjugf" path="res://src/map/dungeon/rooms/Set A/11. Long Room.tscn" id="2_bc3p8"]
|
||||
@@ -15,6 +15,56 @@
|
||||
[ext_resource type="PackedScene" uid="uid://cihbmyo0ltq4m" path="res://src/map/dungeon/rooms/Set A/19. Floor Exit A.tscn" id="13_jq4sm"]
|
||||
[ext_resource type="PackedScene" uid="uid://b6tcqnvlc5ayk" path="res://src/map/dungeon/corridors/A1 - Corridor - 4 Block .tscn" id="14_3u4mu"]
|
||||
[ext_resource type="PackedScene" uid="uid://dfjc54vc4yc45" path="res://src/map/dungeon/corridors/A1 - Corridor - 2 Block .tscn" id="14_rd1m6"]
|
||||
[ext_resource type="Texture2D" uid="uid://yhm05a5svy4s" path="res://src/minimap/Floor Maps/2C.png" id="16_bc3p8"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_8a320"]
|
||||
transparency = 1
|
||||
cull_mode = 2
|
||||
shading_mode = 0
|
||||
albedo_texture = ExtResource("16_bc3p8")
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_gw6gx"]
|
||||
material = SubResource("StandardMaterial3D_8a320")
|
||||
size = Vector2(150, 150)
|
||||
|
||||
[sub_resource type="Animation" id="Animation_iert2"]
|
||||
resource_name = "Pulse"
|
||||
length = 2.0125
|
||||
loop_mode = 1
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:mesh:material:albedo_color")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 1, 1.96667),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Color(0.85, 0.85, 0.85, 1), Color(1, 1, 1, 1), Color(0.85, 0.85, 0.85, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_xsgnx"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:mesh:material:albedo_color")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Color(1, 1, 1, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_gya62"]
|
||||
_data = {
|
||||
&"Pulse": SubResource("Animation_iert2"),
|
||||
&"RESET": SubResource("Animation_xsgnx")
|
||||
}
|
||||
|
||||
[node name="Floor2a" type="Node3D"]
|
||||
script = ExtResource("1_j6057")
|
||||
@@ -90,3 +140,13 @@ transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 73.156
|
||||
|
||||
[node name="Node3D5" parent="." instance=ExtResource("10_lsi42")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 63, 0, -34)
|
||||
|
||||
[node name="Minimap2" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 28.9476, 0.373, 36.4698)
|
||||
mesh = SubResource("PlaneMesh_gw6gx")
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="Minimap2"]
|
||||
libraries = {
|
||||
&"": SubResource("AnimationLibrary_gya62")
|
||||
}
|
||||
autoplay = "Pulse"
|
||||
|
||||
Reference in New Issue
Block a user