progress
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
[ext_resource type="Texture2D" uid="uid://l672jbh4shwf" path="res://scenes/kq4_018_cemetery/caption_3_4052088499_generated.png" id="2_2e0gx"]
|
||||
[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://1r7xgf3azsofg" path="res://scenes/kq4_018_cemetery/gravestones_polygon.tres" id="5_gravestones"]
|
||||
[ext_resource type="Script" uid="uid://bounwnqg34t5k" path="res://SetPiece_.gd" id="6_setpiece"]
|
||||
|
||||
[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)
|
||||
@@ -78,6 +80,16 @@ 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_017_spooky_house_exterior" to="." method="_on_spooky_house_exterior_interacted"]
|
||||
|
||||
[node name="gravestones" type="Polygon2D" parent="." groups=["set-piece"]]
|
||||
scale = Vector2(0.78, 0.78)
|
||||
color = Color(0.5, 0.5, 0.5, 0.25)
|
||||
polygon = PackedVector2Array(1925, 937, 1724, 1085, 1085, 1042, 693, 911, 616, 737, 1304, 640, 1625, 696)
|
||||
script = ExtResource("6_setpiece")
|
||||
label = "Gravestones"
|
||||
points_resource = ExtResource("5_gravestones")
|
||||
|
||||
[connection signal="looked" from="gravestones" to="." method="_on_gravestones_looked"]
|
||||
|
||||
[editable path="kq4_012_haunted_forest"]
|
||||
[editable path="kq4_024_waterfall_and_pool"]
|
||||
[editable path="kq4_017_spooky_house_exterior"]
|
||||
|
||||
Reference in New Issue
Block a user