changes
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
[gd_scene format=3 uid="uid://bncmzju9ibkv"]
|
||||
[gd_scene format=3 uid="uid://bncm0jvaibkv"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://31tmx5rtcbd9h" path="res://scenes/kq4_008_back_of_fishermans_shack/kq4_008_back_of_fishermans_shack.gd" id="1_abc"]
|
||||
[ext_resource type="Texture2D" uid="uid://1qgkzu9kzrsb2" path="res://scenes/kq4_008_back_of_fishermans_shack/008_caption_1_2562276282_generated.png" id="2_abc"]
|
||||
[ext_resource type="Script" uid="uid://bounwnqg34t5k" path="res://SetPiece_.gd" id="5_setpiece"]
|
||||
[ext_resource type="Resource" uid="uid://2yu2h2auhjq02" path="res://scenes/kq4_008_back_of_fishermans_shack/cottage_polygon.tres" id="6_cottage"]
|
||||
[ext_resource type="Resource" uid="uid://ie9kcj20t0tl" path="res://scenes/kq4_008_back_of_fishermans_shack/window_polygon.tres" id="7_window"]
|
||||
[ext_resource type="Script" uid="uid://byyjtrc2du8x4" path="res://scenes/kq4_008_back_of_fishermans_shack/kq4_008_back_of_fishermans_shack.gd" id="1_abc"]
|
||||
[ext_resource type="Texture2D" uid="uid://eoil2lsscfe0" path="res://scenes/kq4_008_back_of_fishermans_shack/008_caption_1_2562276282_generated.png" id="2_varlw"]
|
||||
[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="Script" uid="uid://bounwnqg34t5k" path="res://SetPiece_.gd" id="5_setpiece"]
|
||||
[ext_resource type="Resource" path="res://scenes/kq4_008_back_of_fishermans_shack/cottage_polygon.tres" id="6_cottage"]
|
||||
[ext_resource type="Resource" path="res://scenes/kq4_008_back_of_fishermans_shack/window_polygon.tres" id="7_window"]
|
||||
|
||||
[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)
|
||||
@@ -19,7 +19,7 @@ script = ExtResource("1_abc")
|
||||
|
||||
[node name="bg" type="Sprite2D" parent="." unique_id=874052749]
|
||||
scale = Vector2(0.78, 0.78)
|
||||
texture = ExtResource("2_abc")
|
||||
texture = ExtResource("2_varlw")
|
||||
centered = false
|
||||
|
||||
[node name="StartScalePoint" type="Node2D" parent="." unique_id=1640687858]
|
||||
@@ -92,16 +92,18 @@ position = Vector2(118, 514)
|
||||
[node name="exit" parent="kq4_014_green_meadow" index="1"]
|
||||
position = Vector2(151, 615)
|
||||
|
||||
[node name="cottage" type="Polygon2D" parent="." groups=["set-piece"]]
|
||||
[node name="cottage" type="Polygon2D" parent="." unique_id=126943413 groups=["set-piece"]]
|
||||
scale = Vector2(6, 6)
|
||||
color = Color(0.5, 0.5, 0.5, 0.25)
|
||||
polygon = PackedVector2Array(316, 178, 177, 187, 122, 187, 0, 136, 0, 12, 78, 2, 317, 0, 319, 139)
|
||||
script = ExtResource("5_setpiece")
|
||||
label = "Cottage"
|
||||
points_resource = ExtResource("6_cottage")
|
||||
|
||||
[node name="window" type="Polygon2D" parent="." groups=["set-piece"]]
|
||||
[node name="window" type="Polygon2D" parent="." unique_id=896628572 groups=["set-piece"]]
|
||||
scale = Vector2(6, 6)
|
||||
color = Color(0.5, 0.5, 0.5, 0.25)
|
||||
polygon = PackedVector2Array(298, 74, 306, 187, 0, 189, 16, 91, 68, 27, 234, 35, 277, 48)
|
||||
script = ExtResource("5_setpiece")
|
||||
label = "Window"
|
||||
points_resource = ExtResource("7_window")
|
||||
@@ -115,5 +117,5 @@ points_resource = ExtResource("7_window")
|
||||
|
||||
[editable path="kq4_009_shady_wooded_area"]
|
||||
[editable path="kq4_002_meadow"]
|
||||
[editable path="kq4_007_fishermans_shack"]
|
||||
[editable path="kq4_014_green_meadow"]
|
||||
[editable path="kq4_007_fishermans_shack"]
|
||||
Reference in New Issue
Block a user