progress
This commit is contained in:
@@ -3,3 +3,7 @@ extends Scene
|
||||
|
||||
func _on_ogre_house_interacted() -> void:
|
||||
$kq4_004_ogres_cottage.default_script(self)
|
||||
|
||||
|
||||
func _on_shady_wooded_area_interacted() -> void:
|
||||
$kq4_009_shady_wooded_area.default_script(self)
|
||||
|
||||
@@ -52,11 +52,26 @@ position = Vector2(-79, 65)
|
||||
[node name="exit" parent="kq4_004_ogres_cottage" index="1"]
|
||||
position = Vector2(66, 71)
|
||||
|
||||
[node name="kq4_009_shady_wooded_area" parent="." instance=ExtResource("4_6r684")]
|
||||
position = Vector2(910, 542)
|
||||
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
appear_at_node = "kq4_003_fountain_pool"
|
||||
target = "uid://1hkplw2a78b1y"
|
||||
label = "Shady Wooded Area"
|
||||
|
||||
[node name="entrance" parent="kq4_009_shady_wooded_area" index="0"]
|
||||
position = Vector2(118, 514)
|
||||
|
||||
[node name="exit" parent="kq4_009_shady_wooded_area" index="1"]
|
||||
position = Vector2(151, 615)
|
||||
|
||||
[node name="Fg" type="Sprite2D" parent="."]
|
||||
scale = Vector2(1.163, 1.179)
|
||||
texture = ExtResource("5_cu368")
|
||||
centered = false
|
||||
|
||||
[connection signal="interacted" from="kq4_004_ogres_cottage" to="." method="_on_ogre_house_interacted"]
|
||||
[connection signal="interacted" from="kq4_009_shady_wooded_area" to="." method="_on_shady_wooded_area_interacted"]
|
||||
|
||||
[editable path="kq4_004_ogres_cottage"]
|
||||
[editable path="kq4_009_shady_wooded_area"]
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
extends Scene
|
||||
|
||||
|
||||
func _on_fountain_pool_interacted() -> void:
|
||||
$kq4_003_fountain_pool.default_script(self)
|
||||
|
||||
|
||||
func _on_forest_path_interacted() -> void:
|
||||
$kq4_010_forest_path.default_script(self)
|
||||
@@ -0,0 +1 @@
|
||||
uid://xucvpqmxagp4
|
||||
@@ -0,0 +1,70 @@
|
||||
[gd_scene format=3 uid="uid://1hkplw2a78b1y"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://xucvpqmxagp4" path="res://scenes/kq4_009_shady_wooded_area/kq4_009_shady_wooded_area.gd" id="1_abc"]
|
||||
[ext_resource type="Texture2D" uid="uid://dhw5b2y7e6jm" path="res://scenes/kq4_009_shady_wooded_area/pic_009_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(366.85156, 1243.1484, -140.97656, 1182.2422, -76.0625, 588.09375, -30.171875, 216.07031, 1221.4063, 226.97656, 1994.1406, 468.39844, 2011.7969, 1321.9766, 1052.7422, 1419.8672, -76.0625, 588.0781)
|
||||
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3), PackedInt32Array(3, 4, 5, 6, 7, 0), PackedInt32Array(3, 2, 8)])
|
||||
outlines = Array[PackedVector2Array]([PackedVector2Array(-39, 206, 1223, 217, 2004, 461, 2022, 1331, 1052, 1430, 365, 1253, -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_003_fountain_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_009_shady_wooded_area"
|
||||
target = "uid://151dbn9bybiwx"
|
||||
label = "Fountain Pool"
|
||||
|
||||
[node name="entrance" parent="kq4_003_fountain_pool" index="0"]
|
||||
position = Vector2(133, 643)
|
||||
|
||||
[node name="exit" parent="kq4_003_fountain_pool" index="1"]
|
||||
position = Vector2(174, 519)
|
||||
|
||||
[node name="kq4_010_forest_path" 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_009_shady_wooded_area"
|
||||
target = "uid://3ujj97iw54vo5"
|
||||
label = "Forest Path"
|
||||
|
||||
[node name="entrance" parent="kq4_010_forest_path" index="0"]
|
||||
position = Vector2(24, 565)
|
||||
|
||||
[node name="exit" parent="kq4_010_forest_path" index="1"]
|
||||
position = Vector2(293, 554)
|
||||
|
||||
[connection signal="interacted" from="kq4_003_fountain_pool" to="." method="_on_fountain_pool_interacted"]
|
||||
[connection signal="interacted" from="kq4_010_forest_path" to="." method="_on_forest_path_interacted"]
|
||||
|
||||
[editable path="kq4_003_fountain_pool"]
|
||||
[editable path="kq4_010_forest_path"]
|
||||
@@ -0,0 +1 @@
|
||||
uid://1hkplw2a78b1y
|
||||
BIN
scenes/kq4_009_shady_wooded_area/pic_009_visual.png
LFS
Normal file
BIN
scenes/kq4_009_shady_wooded_area/pic_009_visual.png
LFS
Normal file
Binary file not shown.
40
scenes/kq4_009_shady_wooded_area/pic_009_visual.png.import
Normal file
40
scenes/kq4_009_shady_wooded_area/pic_009_visual.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://g1tpu6ehwnge"
|
||||
path="res://.godot/imported/pic_009_visual.png-9a6b394ea0969b1119988265659c486c.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/kq4_009_shady_wooded_area/pic_009_visual.png"
|
||||
dest_files=["res://.godot/imported/pic_009_visual.png-9a6b394ea0969b1119988265659c486c.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
|
||||
@@ -11,3 +11,7 @@ func _on_enchanted_grove_interacted() -> void:
|
||||
|
||||
func _on_graveyard_interacted() -> void:
|
||||
$kq4_016_graveyard.default_script(self)
|
||||
|
||||
|
||||
func _on_shady_wooded_area_interacted() -> void:
|
||||
$kq4_009_shady_wooded_area.default_script(self)
|
||||
|
||||
@@ -76,10 +76,25 @@ position = Vector2(118, 514)
|
||||
[node name="exit" parent="kq4_016_graveyard" index="1"]
|
||||
position = Vector2(151, 615)
|
||||
|
||||
[node name="kq4_009_shady_wooded_area" parent="." instance=ExtResource("4_abc")]
|
||||
position = Vector2(-150, 100)
|
||||
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
appear_at_node = "kq4_010_forest_path"
|
||||
target = "uid://1hkplw2a78b1y"
|
||||
label = "Shady Wooded Area"
|
||||
|
||||
[node name="entrance" parent="kq4_009_shady_wooded_area" index="0"]
|
||||
position = Vector2(350, 500)
|
||||
|
||||
[node name="exit" parent="kq4_009_shady_wooded_area" index="1"]
|
||||
position = Vector2(100, 480)
|
||||
|
||||
[connection signal="interacted" from="kq4_004_ogres_cottage" to="." method="_on_ogres_cottage_interacted"]
|
||||
[connection signal="interacted" from="kq4_011_enchanted_grove" to="." method="_on_enchanted_grove_interacted"]
|
||||
[connection signal="interacted" from="kq4_016_graveyard" to="." method="_on_graveyard_interacted"]
|
||||
[connection signal="interacted" from="kq4_009_shady_wooded_area" to="." method="_on_shady_wooded_area_interacted"]
|
||||
|
||||
[editable path="kq4_004_ogres_cottage"]
|
||||
[editable path="kq4_011_enchanted_grove"]
|
||||
[editable path="kq4_016_graveyard"]
|
||||
[editable path="kq4_009_shady_wooded_area"]
|
||||
|
||||
Reference in New Issue
Block a user