progress
This commit is contained in:
@@ -21,9 +21,3 @@ func _on_room_looked() -> void:
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.say(ego, "A cold river carves its way through this lush flowery meadow.")
|
||||
).build(self, "_on_script_complete"))
|
||||
|
||||
|
||||
func _on_meadow_looked() -> void:
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.say(ego, "Wildflowers dot the meadow along the banks of the flowing river.")
|
||||
).build(self, "_on_script_complete"))
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
[gd_scene format=3 uid="uid://10p7miv0a14l7"]
|
||||
[gd_scene format=3 uid="uid://dtay26ehvtu2m"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://kx1zaj92qsq7" path="res://scenes/kq4_026_river_meadow/kq4_026_river_meadow.gd" id="1_abc"]
|
||||
[ext_resource type="Texture2D" uid="uid://1yls50w1d6hp7" path="res://scenes/kq4_026_river_meadow/pic_026_visual.png" id="2_abc"]
|
||||
[ext_resource type="Script" uid="uid://kx10aka2qsq7" path="res://scenes/kq4_026_river_meadow/kq4_026_river_meadow.gd" id="1_abc"]
|
||||
[ext_resource type="Texture2D" uid="uid://dr5lmofiyx76m" path="res://scenes/kq4_026_river_meadow/pic_026_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"]
|
||||
[ext_resource type="Resource" uid="uid://15uzkxkukgxc" path="res://scenes/kq4_026_river_meadow/meadow_polygon_0.tres" id="5_meadow"]
|
||||
[ext_resource type="Script" uid="uid://bounwnqg34t5k" path="res://SetPiece_.gd" id="6_setpiece"]
|
||||
|
||||
[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)
|
||||
@@ -45,6 +43,7 @@ polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
appear_at_node = "kq4_026_river_meadow"
|
||||
target = "uid://2yy1t1lic39gp"
|
||||
label = "Meadow"
|
||||
priority = 1
|
||||
|
||||
[node name="entrance" parent="kq4_020_meadow" index="0"]
|
||||
position = Vector2(133, 643)
|
||||
@@ -65,8 +64,6 @@ position = Vector2(24, 565)
|
||||
[node name="exit" parent="kq4_027_forest_path" index="1"]
|
||||
position = Vector2(293, 554)
|
||||
|
||||
[connection signal="interacted" from="kq4_027_forest_path" to="." method="_on_forest_path_interacted"]
|
||||
|
||||
[node name="kq4_002_meadow" parent="." unique_id=990092106 instance=ExtResource("4_abc")]
|
||||
position = Vector2(910, 542)
|
||||
polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381)
|
||||
@@ -93,19 +90,10 @@ position = Vector2(506, 555)
|
||||
position = Vector2(-64, 534)
|
||||
|
||||
[connection signal="interacted" from="kq4_020_meadow" to="." method="_on_meadow_20_interacted"]
|
||||
[connection signal="interacted" from="kq4_027_forest_path" to="." method="_on_forest_path_interacted"]
|
||||
[connection signal="interacted" from="kq4_002_meadow" to="." method="_on_meadow_2_interacted"]
|
||||
[connection signal="interacted" from="kq4_025_beach_at_river_delta" to="." method="_on_beach_at_river_delta_interacted"]
|
||||
|
||||
[node name="meadow" type="Polygon2D" parent="." groups=["set-piece"]]
|
||||
scale = Vector2(6, 6)
|
||||
color = Color(0.5, 0.5, 0.5, 0.25)
|
||||
polygon = PackedVector2Array(317, 189, 0, 189, 160, 169, 262, 57, 0, 163, 0, 43, 316, 19)
|
||||
script = ExtResource("6_setpiece")
|
||||
label = "River Meadow"
|
||||
points_resource = ExtResource("5_meadow")
|
||||
|
||||
[connection signal="looked" from="meadow" to="." method="_on_meadow_looked"]
|
||||
|
||||
[editable path="kq4_020_meadow"]
|
||||
[editable path="kq4_027_forest_path"]
|
||||
[editable path="kq4_002_meadow"]
|
||||
|
||||
Reference in New Issue
Block a user