progress
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
[ext_resource type="Texture2D" uid="uid://1odhh61zw5dfn" path="res://scenes/kq4_037_fairy_island/pic_037_visual.png" id="2_37vis"]
|
||||
[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_scale"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="4_trans"]
|
||||
[ext_resource type="Resource" uid="uid://1gw36q00vti2z" path="res://scenes/kq4_037_fairy_island/island_polygon_0.tres" id="5_island"]
|
||||
[ext_resource type="Script" uid="uid://bounwnqg34t5k" path="res://SetPiece_.gd" id="6_setpiece"]
|
||||
|
||||
[sub_resource type="NavigationPolygon" id="NavigationPolygon_37fairy"]
|
||||
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)
|
||||
@@ -79,6 +81,16 @@ position = Vector2(-64, 534)
|
||||
[connection signal="interacted" from="kq4_038_island_garden" to="." method="_on_island_garden_interacted"]
|
||||
[connection signal="interacted" from="kq4_036_island_garden_pond" to="." method="_on_island_garden_pond_interacted"]
|
||||
|
||||
[node name="island" type="Polygon2D" parent="." groups=["set-piece"]]
|
||||
scale = Vector2(6, 6)
|
||||
color = Color(0.5, 0.5, 0.5, 0.25)
|
||||
polygon = PackedVector2Array(120, 16, 61, 85, 312, 24, 319, 189, 0, 189, 3, 20)
|
||||
script = ExtResource("6_setpiece")
|
||||
label = "Fairy Island"
|
||||
points_resource = ExtResource("5_island")
|
||||
|
||||
[connection signal="looked" from="island" to="." method="_on_island_looked"]
|
||||
|
||||
[editable path="kq4_040_island_beach_east"]
|
||||
[editable path="kq4_038_island_garden"]
|
||||
[editable path="kq4_036_island_garden_pond"]
|
||||
|
||||
Reference in New Issue
Block a user