36 lines
1.5 KiB
Plaintext
36 lines
1.5 KiB
Plaintext
[gd_scene format=3 uid="uid://37d5qgcrdafd5"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/kq4_057_witch_cave/kq4_057_witch_cave.gd" id="1_script"]
|
|
[ext_resource type="Texture2D" path="res://scenes/kq4_057_witch_cave/057_caption_1_3330603317_generated.png" id="2_texture"]
|
|
[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_transition"]
|
|
|
|
[sub_resource type="NavigationPolygon" id="NavigationPolygon_main"]
|
|
vertices = PackedVector2Array(100, 800, 1800, 800, 1800, 1200, 100, 1200)
|
|
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3)])
|
|
outlines = Array[PackedVector2Array]([PackedVector2Array(100, 800, 1800, 800, 1800, 1200, 100, 1200)])
|
|
|
|
[node name="background" type="Node2D"]
|
|
y_sort_enabled = true
|
|
script = ExtResource("1_script")
|
|
|
|
[node name="bg" type="Sprite2D" parent="."]
|
|
scale = Vector2(0.78, 0.78)
|
|
texture = ExtResource("2_texture")
|
|
centered = false
|
|
|
|
[node name="StartScalePoint" type="Node2D" parent="."]
|
|
position = Vector2(200, 900)
|
|
script = ExtResource("3_scale")
|
|
target_scale = 0.3
|
|
|
|
[node name="EndScalePoint" type="Node2D" parent="."]
|
|
position = Vector2(1800, 1100)
|
|
script = ExtResource("3_scale")
|
|
target_scale = 0.4
|
|
|
|
[node name="pathfind" type="NavigationRegion2D" parent="."]
|
|
navigation_polygon = SubResource("NavigationPolygon_main")
|
|
|
|
[node name="default-starting-point" type="Node2D" parent="."]
|
|
position = Vector2(200, 900) |