most areas connected
This commit is contained in:
13
scenes/kq4_030_mountain_pass/kq4_030_mountain_pass.gd
Normal file
13
scenes/kq4_030_mountain_pass/kq4_030_mountain_pass.gd
Normal file
@@ -0,0 +1,13 @@
|
||||
extends Scene
|
||||
|
||||
|
||||
func _on_waterfall_and_pool_interacted() -> void:
|
||||
$kq4_024_waterfall_and_pool.default_script(self)
|
||||
|
||||
|
||||
func _on_mountain_path_to_dark_castle_interacted() -> void:
|
||||
$kq4_079_mountain_path_to_dark_castle.default_script(self)
|
||||
|
||||
|
||||
func _on_dense_forest_interacted() -> void:
|
||||
$kq4_029_dense_forest.default_script(self)
|
||||
@@ -0,0 +1 @@
|
||||
uid://dis82jrbe2iny
|
||||
83
scenes/kq4_030_mountain_pass/kq4_030_mountain_pass.tscn
Normal file
83
scenes/kq4_030_mountain_pass/kq4_030_mountain_pass.tscn
Normal file
@@ -0,0 +1,83 @@
|
||||
[gd_scene format=3 uid="uid://7dfmw11k58wd"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/kq4_030_mountain_pass/kq4_030_mountain_pass.gd" id="1_abc"]
|
||||
[ext_resource type="Texture2D" path="res://scenes/kq4_030_mountain_pass/pic_030_visual.png" id="2_abc"]
|
||||
[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_abc"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="4_abc"]
|
||||
|
||||
[sub_resource type="NavigationPolygon" id="NavigationPolygon_ppo6b"]
|
||||
vertices = PackedVector2Array(374.47656, 1145.0078, -140.75781, 1180.2031, -76.11719, 588.6797, -53.679688, 490.4922, 1222.4688, 227.3125, 1994.2422, 468.4297, 2012.7031, 1020.2031, 1268.1875, 1113.0234)
|
||||
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3), PackedInt32Array(3, 4, 5, 6, 7, 0)])
|
||||
outlines = Array[PackedVector2Array]([PackedVector2Array(-62, 482, 1223, 217, 2004, 461, 2023, 1029, 1269, 1123, 375, 1155, -152, 1191, -86, 587)])
|
||||
|
||||
[node name="background" type="Node2D" unique_id=657573819]
|
||||
y_sort_enabled = true
|
||||
script = ExtResource("1_abc")
|
||||
|
||||
[node name="bg" type="Sprite2D" parent="." unique_id=874052749]
|
||||
scale = Vector2(6, 6)
|
||||
texture = ExtResource("2_abc")
|
||||
centered = false
|
||||
|
||||
[node name="StartScalePoint" type="Node2D" parent="." unique_id=1640687858]
|
||||
position = Vector2(1476, 742)
|
||||
script = ExtResource("3_abc")
|
||||
target_scale = 0.25
|
||||
|
||||
[node name="EndScalePoint" type="Node2D" parent="." unique_id=1996763530]
|
||||
position = Vector2(1408, 1097)
|
||||
scale = Vector2(0.44, 0.44)
|
||||
script = ExtResource("3_abc")
|
||||
target_scale = 0.35
|
||||
|
||||
[node name="pathfind" type="NavigationRegion2D" parent="." unique_id=1418661203]
|
||||
position = Vector2(-1, 0)
|
||||
navigation_polygon = SubResource("NavigationPolygon_ppo6b")
|
||||
|
||||
[node name="default-starting-point" type="Node2D" parent="." unique_id=1018141532]
|
||||
position = Vector2(194, 819)
|
||||
|
||||
[node name="kq4_024_waterfall_and_pool" parent="." unique_id=484638394 instance=ExtResource("4_abc")]
|
||||
position = Vector2(910, -213)
|
||||
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
appear_at_node = "kq4_030_mountain_pass"
|
||||
target = "uid://33baqytea2g56"
|
||||
label = "Waterfall and Pool"
|
||||
|
||||
[node name="entrance" parent="kq4_024_waterfall_and_pool" index="0"]
|
||||
position = Vector2(133, 643)
|
||||
|
||||
[node name="exit" parent="kq4_024_waterfall_and_pool" index="1"]
|
||||
position = Vector2(174, 519)
|
||||
|
||||
[node name="kq4_079_mountain_path_to_dark_castle" parent="." unique_id=1916756563 instance=ExtResource("4_abc")]
|
||||
position = Vector2(1766, 74)
|
||||
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
appear_at_node = "kq4_030_mountain_pass"
|
||||
label = "Mountain Path to Dark Castle"
|
||||
|
||||
[node name="entrance" parent="kq4_079_mountain_path_to_dark_castle" index="0"]
|
||||
position = Vector2(24, 565)
|
||||
|
||||
[node name="exit" parent="kq4_079_mountain_path_to_dark_castle" index="1"]
|
||||
position = Vector2(293, 554)
|
||||
|
||||
[node name="kq4_029_dense_forest" parent="." unique_id=1117747814 instance=ExtResource("4_abc")]
|
||||
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
appear_at_node = "kq4_030_mountain_pass"
|
||||
target = "uid://1sfzaldfq5kn1"
|
||||
label = "Dense Forest"
|
||||
|
||||
[node name="entrance" parent="kq4_029_dense_forest" index="0"]
|
||||
position = Vector2(506, 555)
|
||||
|
||||
[node name="exit" parent="kq4_029_dense_forest" index="1"]
|
||||
position = Vector2(-64, 534)
|
||||
|
||||
[connection signal="interacted" from="kq4_024_waterfall_and_pool" to="." method="_on_waterfall_and_pool_interacted"]
|
||||
[connection signal="interacted" from="kq4_079_mountain_path_to_dark_castle" to="." method="_on_mountain_path_to_dark_castle_interacted"]
|
||||
[connection signal="interacted" from="kq4_029_dense_forest" to="." method="_on_dense_forest_interacted"]
|
||||
|
||||
[editable path="kq4_024_waterfall_and_pool"]
|
||||
[editable path="kq4_079_mountain_path_to_dark_castle"]
|
||||
[editable path="kq4_029_dense_forest"]
|
||||
@@ -0,0 +1 @@
|
||||
uid://7dfmw11k58wd
|
||||
BIN
scenes/kq4_030_mountain_pass/pic_030_visual.png
LFS
Normal file
BIN
scenes/kq4_030_mountain_pass/pic_030_visual.png
LFS
Normal file
Binary file not shown.
40
scenes/kq4_030_mountain_pass/pic_030_visual.png.import
Normal file
40
scenes/kq4_030_mountain_pass/pic_030_visual.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ju0ocwt5qeri"
|
||||
path="res://.godot/imported/pic_030_visual.png-8847369d7043d6b15bee268577f77e91.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/kq4_030_mountain_pass/pic_030_visual.png"
|
||||
dest_files=["res://.godot/imported/pic_030_visual.png-8847369d7043d6b15bee268577f77e91.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=1
|
||||
Reference in New Issue
Block a user