This commit is contained in:
2024-06-10 16:53:55 -07:00
parent 0df555a4bb
commit dda5321ec8
481 changed files with 6743 additions and 1705 deletions

BIN
scenes/pit/pit.png LFS Normal file

Binary file not shown.

34
scenes/pit/pit.png.import Normal file
View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://diwganfwvfg8j"
path="res://.godot/imported/pit.png-7277736e558eb85d67090bd631eba8f2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://scenes/pit/pit.png"
dest_files=["res://.godot/imported/pit.png-7277736e558eb85d67090bd631eba8f2.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

73
scenes/pit/pit.tscn Normal file
View File

@@ -0,0 +1,73 @@
[gd_scene load_steps=7 format=3 uid="uid://bd13f8yhh8x0i"]
[ext_resource type="Script" path="res://scenes/healer_pasture/healer_pasture.gd" id="1_ffxy1"]
[ext_resource type="Texture2D" uid="uid://diwganfwvfg8j" path="res://scenes/pit/pit.png" id="2_ismrw"]
[ext_resource type="Script" path="res://SetPiece_.gd" id="3_rp6j7"]
[ext_resource type="Script" path="res://ScalePoint_.gd" id="4_r2q0f"]
[ext_resource type="Texture2D" uid="uid://c2vwbdxi6hpa8" path="res://scenes/healer_pasture/foreground.png" id="5_o3cq1"]
[sub_resource type="NavigationPolygon" id="NavigationPolygon_dvbx8"]
vertices = PackedVector2Array(739, 912, 970, 957, 969, 957, 1825, 1074, 2104, 1217, 1572, 1217, -67, 710, 338, 220, 554, 759, 34, 948, 771, 1197, 1268, 1050, 1758, 893, 1959, 962, 2123, 919, 2125, 940)
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2), PackedInt32Array(3, 4, 5), PackedInt32Array(6, 7, 8, 9), PackedInt32Array(10, 9, 8, 0), PackedInt32Array(5, 10, 0, 2, 11), PackedInt32Array(3, 5, 11, 12, 13), PackedInt32Array(13, 12, 14, 15)])
outlines = Array[PackedVector2Array]([PackedVector2Array(-79, 709, 27, 956, 771, 1207, 1572, 1227, 2146, 1227, 1843, 1072, 1963, 972, 2137, 949, 2132, 910, 1756, 883, 1268, 1040, 972, 947, 743, 903, 562, 753, 341, 201)])
parsed_collision_mask = 4294967294
source_geometry_group_name = &"navigation_polygon_source_group"
[node name="background" type="Node2D"]
y_sort_enabled = true
script = ExtResource("1_ffxy1")
[node name="bg" type="Sprite2D" parent="."]
scale = Vector2(1.1, 1.1)
texture = ExtResource("2_ismrw")
centered = false
[node name="healers-exit-point" type="Node2D" parent="."]
position = Vector2(2095, 921)
[node name="healers-entrance-point" type="Node2D" parent="."]
position = Vector2(1910, 854)
[node name="pasture-exit" type="Polygon2D" parent="." groups=["set-piece"]]
position = Vector2(622, -1350.48)
scale = Vector2(1, 0.996815)
color = Color(1, 1, 1, 0.262745)
polygon = PackedVector2Array(1156, 2048, 719, 2173, 972, 2503.45, 1498, 2362, 1508, 2163)
script = ExtResource("3_rp6j7")
label = "To the healers house"
[node name="entrance-exit" type="Polygon2D" parent="." groups=["set-piece"]]
position = Vector2(-2134, -1304)
scale = Vector2(1.116, 1)
color = Color(1, 1, 1, 0.262745)
polygon = PackedVector2Array(3252, 1172, 2984, 1324, 2980, 1452, 3060, 1732, 3344, 1704)
script = ExtResource("3_rp6j7")
label = "open door"
[node name="StartScalePoint" type="Node2D" parent="."]
position = Vector2(1476, 742)
script = ExtResource("4_r2q0f")
target_scale = 0.25
[node name="EndScalePoint" type="Node2D" parent="."]
position = Vector2(1408, 1097)
scale = Vector2(0.44, 0.44)
script = ExtResource("4_r2q0f")
target_scale = 0.425
[node name="pathfind" type="NavigationRegion2D" parent="."]
navigation_polygon = SubResource("NavigationPolygon_dvbx8")
metadata/_edit_lock_ = true
[node name="default-starting-point" type="Node2D" parent="."]
position = Vector2(788, 916)
[node name="Foreground" type="Sprite2D" parent="."]
visible = false
position = Vector2(1596, 1099)
scale = Vector2(1.45, 1.45)
texture = ExtResource("5_o3cq1")
offset = Vector2(-9.34324, -70.3448)
[connection signal="interacted" from="pasture-exit" to="." method="_on_pasture_exit_interacted"]
[connection signal="interacted" from="entrance-exit" to="." method="_on_entranceexit_interacted"]