adds placeholder stuff
This commit is contained in:
BIN
scenes/archive/cave_entrance/big-cave-entrance.png
LFS
Normal file
BIN
scenes/archive/cave_entrance/big-cave-entrance.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/cave_entrance/big-cave-entrance.png.import
Normal file
40
scenes/archive/cave_entrance/big-cave-entrance.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cryf365fgpbd"
|
||||
path="res://.godot/imported/big-cave-entrance.png-da23125f55a50551405bf1affbf8fc4b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/cave_entrance/big-cave-entrance.png"
|
||||
dest_files=["res://.godot/imported/big-cave-entrance.png-da23125f55a50551405bf1affbf8fc4b.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
21
scenes/archive/cave_entrance/cave_entrance.gd
Normal file
21
scenes/archive/cave_entrance/cave_entrance.gd
Normal file
@@ -0,0 +1,21 @@
|
||||
extends Scene
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
super()
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
#func _process(delta):
|
||||
# pass
|
||||
|
||||
var healers = load("res://scenes/healers/healers.tscn")
|
||||
|
||||
func _on_pit_interacted():
|
||||
$pit.default_script(self)
|
||||
|
||||
|
||||
func _on_cave_top_interacted():
|
||||
$cave_top.default_script(self)
|
||||
1
scenes/archive/cave_entrance/cave_entrance.gd.uid
Normal file
1
scenes/archive/cave_entrance/cave_entrance.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://bidu0veg6nsac
|
||||
80
scenes/archive/cave_entrance/cave_entrance.tscn
Normal file
80
scenes/archive/cave_entrance/cave_entrance.tscn
Normal file
@@ -0,0 +1,80 @@
|
||||
[gd_scene format=3 uid="uid://b7qxwla60qwuh"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bidu0veg6nsac" path="res://scenes/archive/cave_entrance/cave_entrance.gd" id="1_kad6t"]
|
||||
[ext_resource type="Texture2D" uid="uid://cryf365fgpbd" path="res://scenes/archive/cave_entrance/big-cave-entrance.png" id="2_seheg"]
|
||||
[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="4_vq43k"]
|
||||
[ext_resource type="Texture2D" uid="uid://c2vwbdxi6hpa8" path="res://scenes/archive/healer_pasture/foreground.png" id="5_rvo8g"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="6_ecdpw"]
|
||||
|
||||
[sub_resource type="NavigationPolygon" id="NavigationPolygon_dvbx8"]
|
||||
vertices = PackedVector2Array(1279, 1014, 1280, 1014, 888, 1055, 364, 908, -87, 945, -69, 721, 408, 819, 734, 968, 409, 819, 635, 835, 834, 787, 1122, 854, 1379, 837, 1816, 891, 1769, 677, 1906, 738, 1897, 814)
|
||||
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2), PackedInt32Array(3, 4, 5, 6), PackedInt32Array(7, 3, 6, 8, 9), PackedInt32Array(2, 7, 9, 10, 11, 0), PackedInt32Array(0, 11, 12, 13), PackedInt32Array(13, 12, 14, 15, 16)])
|
||||
outlines = Array[PackedVector2Array]([PackedVector2Array(-79, 709, -98, 957, 364, 918, 731, 978, 886, 1066, 1281, 1024, 1821, 901, 1907, 819, 1917, 733, 1770, 667, 1377, 827, 1123, 844, 834, 777, 634, 825, 410, 809)])
|
||||
parsed_collision_mask = 4294967294
|
||||
source_geometry_group_name = &"navigation_polygon_source_group"
|
||||
|
||||
[node name="background" type="Node2D"]
|
||||
y_sort_enabled = true
|
||||
script = ExtResource("1_kad6t")
|
||||
|
||||
[node name="bg" type="Sprite2D" parent="."]
|
||||
scale = Vector2(0.78, 0.78)
|
||||
texture = ExtResource("2_seheg")
|
||||
centered = false
|
||||
|
||||
[node name="StartScalePoint" type="Node2D" parent="."]
|
||||
position = Vector2(1476, 742)
|
||||
script = ExtResource("4_vq43k")
|
||||
target_scale = 0.25
|
||||
|
||||
[node name="EndScalePoint" type="Node2D" parent="."]
|
||||
position = Vector2(1410, 1097)
|
||||
scale = Vector2(0.44, 0.44)
|
||||
script = ExtResource("4_vq43k")
|
||||
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_rvo8g")
|
||||
offset = Vector2(-9.34324, -70.3448)
|
||||
|
||||
[node name="pit" parent="." instance=ExtResource("6_ecdpw")]
|
||||
color = Color(1, 1, 1, 1)
|
||||
polygon = PackedVector2Array(-76, 724, -143, 1020, 290, 1123, 356, 743)
|
||||
target_transition = "cave"
|
||||
target = "res://scenes/pit/pit.tscn"
|
||||
label = "Pit"
|
||||
|
||||
[node name="entrance" parent="pit" index="0"]
|
||||
position = Vector2(215, 858)
|
||||
|
||||
[node name="exit" parent="pit" index="1"]
|
||||
position = Vector2(-50, 873)
|
||||
|
||||
[node name="cave_top" parent="." instance=ExtResource("6_ecdpw")]
|
||||
color = Color(1, 1, 1, 1)
|
||||
polygon = PackedVector2Array(1528, 486, 1407, 869, 1939, 852, 1999, 491, 1784, 356)
|
||||
target_transition = "cave_entrance"
|
||||
target = "res://scenes/cave_top/cave_top.tscn"
|
||||
label = "Into cave"
|
||||
|
||||
[node name="entrance" parent="cave_top" index="0"]
|
||||
position = Vector2(1636, 817)
|
||||
|
||||
[node name="exit" parent="cave_top" index="1"]
|
||||
position = Vector2(1831, 716)
|
||||
|
||||
[connection signal="interacted" from="pit" to="." method="_on_pit_interacted"]
|
||||
[connection signal="interacted" from="cave_top" to="." method="_on_cave_top_interacted"]
|
||||
|
||||
[editable path="pit"]
|
||||
[editable path="cave_top"]
|
||||
20
scenes/archive/cave_top/cave_top.gd
Normal file
20
scenes/archive/cave_top/cave_top.gd
Normal file
@@ -0,0 +1,20 @@
|
||||
extends Scene
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
super()
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
#func _process(delta):
|
||||
# pass
|
||||
|
||||
|
||||
func _on_cave_entrance_interacted():
|
||||
$cave_entrance.default_script(self)
|
||||
|
||||
|
||||
func _on_deep_cave_interacted():
|
||||
$deep_cave.default_script(self)
|
||||
1
scenes/archive/cave_top/cave_top.gd.uid
Normal file
1
scenes/archive/cave_top/cave_top.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://dqasvwdwv3bnh
|
||||
BIN
scenes/archive/cave_top/cave_top.png
LFS
Normal file
BIN
scenes/archive/cave_top/cave_top.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/cave_top/cave_top.png.import
Normal file
40
scenes/archive/cave_top/cave_top.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://csvf7xfa45667"
|
||||
path="res://.godot/imported/cave_top.png-3a114e5ed117cb16c836d2f4b7099f1d.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/cave_top/cave_top.png"
|
||||
dest_files=["res://.godot/imported/cave_top.png-3a114e5ed117cb16c836d2f4b7099f1d.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
80
scenes/archive/cave_top/cave_top.tscn
Normal file
80
scenes/archive/cave_top/cave_top.tscn
Normal file
@@ -0,0 +1,80 @@
|
||||
[gd_scene format=3 uid="uid://tavnudb8gvkq"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dqasvwdwv3bnh" path="res://scenes/archive/cave_top/cave_top.gd" id="1_0j7fc"]
|
||||
[ext_resource type="Texture2D" uid="uid://csvf7xfa45667" path="res://scenes/archive/cave_top/cave_top.png" id="2_uy4by"]
|
||||
[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_orwmn"]
|
||||
[ext_resource type="Texture2D" uid="uid://c2vwbdxi6hpa8" path="res://scenes/archive/healer_pasture/foreground.png" id="4_54k2t"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="5_lcni5"]
|
||||
|
||||
[sub_resource type="NavigationPolygon" id="NavigationPolygon_dvbx8"]
|
||||
vertices = PackedVector2Array(1551, 1153, 888, 1148, 889, 1148, 1436, 1090, 1265, 1050, 623, 1106, -67, 1010, -182, 942, -7, 937, 382, 988, 847, 930, 1012, 938, 264, 376, 179, 302, 303, 286, 387, 375, 545, 407, 546, 407, 850, 917, 852, 770, 633, 768, 936, 674, 1160, 679, 1101, 569, 1311, 550, 1098, 555, 777, 452, 901, 520, 732, 440, 731, 439, 701, 415, 661, 417, 622, 418)
|
||||
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2), PackedInt32Array(3, 0, 2, 4), PackedInt32Array(5, 6, 7, 8, 9), PackedInt32Array(10, 11, 4, 2, 5, 9), PackedInt32Array(12, 13, 14, 15), PackedInt32Array(16, 12, 15, 17), PackedInt32Array(11, 10, 18), PackedInt32Array(19, 11, 18, 20), PackedInt32Array(19, 20, 21, 22), PackedInt32Array(22, 21, 23, 24), PackedInt32Array(24, 23, 25), PackedInt32Array(26, 24, 25, 27), PackedInt32Array(26, 27, 28, 29), PackedInt32Array(30, 26, 29, 31), PackedInt32Array(15, 30, 31, 32, 17)])
|
||||
outlines = Array[PackedVector2Array]([PackedVector2Array(307, 276, 155, 295, 259, 386, 544, 417, 621, 429, 660, 427, 728, 449, 899, 530, 1090, 564, 932, 665, 610, 765, 839, 921, 382, 978, -7, 927, -217, 933, -72, 1020, 621, 1116, 887, 1158, 1592, 1164, 1441, 1081, 1268, 1040, 1018, 930, 871, 775, 1166, 689, 1335, 544, 780, 442, 704, 406, 392, 366)])
|
||||
parsed_collision_mask = 4294967294
|
||||
source_geometry_group_name = &"navigation_polygon_source_group"
|
||||
|
||||
[node name="background" type="Node2D"]
|
||||
y_sort_enabled = true
|
||||
script = ExtResource("1_0j7fc")
|
||||
|
||||
[node name="bg" type="Sprite2D" parent="."]
|
||||
scale = Vector2(0.78, 0.78)
|
||||
texture = ExtResource("2_uy4by")
|
||||
centered = false
|
||||
|
||||
[node name="StartScalePoint" type="Node2D" parent="."]
|
||||
position = Vector2(722, 226)
|
||||
script = ExtResource("3_orwmn")
|
||||
target_scale = 0.15
|
||||
|
||||
[node name="EndScalePoint" type="Node2D" parent="."]
|
||||
position = Vector2(1410, 1097)
|
||||
scale = Vector2(0.44, 0.44)
|
||||
script = ExtResource("3_orwmn")
|
||||
target_scale = 0.25
|
||||
|
||||
[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("4_54k2t")
|
||||
offset = Vector2(-9.34324, -70.3448)
|
||||
|
||||
[node name="deep_cave" parent="." instance=ExtResource("5_lcni5")]
|
||||
color = Color(1, 1, 1, 1)
|
||||
polygon = PackedVector2Array(-76, 724, -143, 1020, 290, 1123, 356, 743)
|
||||
target_transition = "cave_top"
|
||||
target = "res://scenes/deep_cave/deep_cave.tscn"
|
||||
label = "Deeper"
|
||||
|
||||
[node name="entrance" parent="deep_cave" index="0"]
|
||||
position = Vector2(248, 991)
|
||||
|
||||
[node name="exit" parent="deep_cave" index="1"]
|
||||
position = Vector2(-77, 973)
|
||||
|
||||
[node name="cave_entrance" parent="." instance=ExtResource("5_lcni5")]
|
||||
color = Color(1, 1, 1, 1)
|
||||
polygon = PackedVector2Array(146, 284, 358, 278, 290, 117, 98, 137)
|
||||
target_transition = "cave_top"
|
||||
target = "res://scenes/cave_entrance/cave_entrance.tscn"
|
||||
label = "Outside"
|
||||
|
||||
[node name="entrance" parent="cave_entrance" index="0"]
|
||||
position = Vector2(302, 358)
|
||||
|
||||
[node name="exit" parent="cave_entrance" index="1"]
|
||||
position = Vector2(214, 257)
|
||||
|
||||
[connection signal="interacted" from="deep_cave" to="." method="_on_deep_cave_interacted"]
|
||||
[connection signal="interacted" from="cave_entrance" to="." method="_on_cave_entrance_interacted"]
|
||||
|
||||
[editable path="deep_cave"]
|
||||
[editable path="cave_entrance"]
|
||||
BIN
scenes/archive/critter_area/critter-big.png
LFS
Normal file
BIN
scenes/archive/critter_area/critter-big.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/critter_area/critter-big.png.import
Normal file
40
scenes/archive/critter_area/critter-big.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b1psci000x2kl"
|
||||
path="res://.godot/imported/critter-big.png-2bdf8f14136f0fcca62f9c2c286dc5e5.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/critter_area/critter-big.png"
|
||||
dest_files=["res://.godot/imported/critter-big.png-2bdf8f14136f0fcca62f9c2c286dc5e5.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
11
scenes/archive/critter_area/critter_area.gd
Normal file
11
scenes/archive/critter_area/critter_area.gd
Normal file
@@ -0,0 +1,11 @@
|
||||
extends Scene
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
super()
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
func _on_pit_interacted():
|
||||
$pit.default_script(self)
|
||||
1
scenes/archive/critter_area/critter_area.gd.uid
Normal file
1
scenes/archive/critter_area/critter_area.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://ci0qalod14hbk
|
||||
65
scenes/archive/critter_area/critter_area.tscn
Normal file
65
scenes/archive/critter_area/critter_area.tscn
Normal file
@@ -0,0 +1,65 @@
|
||||
[gd_scene format=3 uid="uid://bruytrmcalwpy"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ci0qalod14hbk" path="res://scenes/archive/critter_area/critter_area.gd" id="1_li2s3"]
|
||||
[ext_resource type="Texture2D" uid="uid://b1psci000x2kl" path="res://scenes/archive/critter_area/critter-big.png" id="2_tpwd0"]
|
||||
[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_4hg6f"]
|
||||
[ext_resource type="Texture2D" uid="uid://c2vwbdxi6hpa8" path="res://scenes/archive/healer_pasture/foreground.png" id="4_l84pe"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="5_rjb3g"]
|
||||
|
||||
[sub_resource type="NavigationPolygon" id="NavigationPolygon_dvbx8"]
|
||||
vertices = PackedVector2Array(1174, 407, 1252, 403, 1235, 431, 1173, 439, 1462, 1013, 1160, 1076, 943, 947, 1392, 717, 1576, 700, 1781, 845, 1060, 484, 1034, 486, 1139, 590, 1128, 558, 1237, 610, 1392, 704)
|
||||
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3), PackedInt32Array(4, 5, 6, 7, 8, 9), PackedInt32Array(3, 2, 10, 11), PackedInt32Array(12, 11, 10, 13), PackedInt32Array(12, 13, 14, 15), PackedInt32Array(15, 14, 8), PackedInt32Array(15, 8, 7)])
|
||||
outlines = Array[PackedVector2Array]([PackedVector2Array(1163, 432, 1017, 483, 1134, 599, 1382, 711, 922, 947, 1159, 1087, 1466, 1023, 1801, 847, 1579, 690, 1240, 601, 1134, 550, 1078, 489, 1242, 440, 1271, 392, 1165, 398)])
|
||||
parsed_collision_mask = 4294967294
|
||||
source_geometry_group_name = &"navigation_polygon_source_group"
|
||||
|
||||
[node name="background" type="Node2D"]
|
||||
y_sort_enabled = true
|
||||
script = ExtResource("1_li2s3")
|
||||
|
||||
[node name="bg" type="Sprite2D" parent="."]
|
||||
scale = Vector2(0.78, 0.78)
|
||||
texture = ExtResource("2_tpwd0")
|
||||
centered = false
|
||||
|
||||
[node name="StartScalePoint" type="Node2D" parent="."]
|
||||
position = Vector2(722, 226)
|
||||
script = ExtResource("3_4hg6f")
|
||||
target_scale = 0.055
|
||||
|
||||
[node name="EndScalePoint" type="Node2D" parent="."]
|
||||
position = Vector2(1410, 1097)
|
||||
scale = Vector2(0.44, 0.44)
|
||||
script = ExtResource("3_4hg6f")
|
||||
target_scale = 0.36
|
||||
|
||||
[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("4_l84pe")
|
||||
offset = Vector2(-9.34324, -70.3448)
|
||||
|
||||
[node name="pit" parent="." instance=ExtResource("5_rjb3g")]
|
||||
color = Color(1, 1, 1, 0.231373)
|
||||
polygon = PackedVector2Array(1121, 364, 994, 453, 1288, 519, 1384, 343)
|
||||
target_transition = "critter_area"
|
||||
target = "res://scenes/pit/pit.tscn"
|
||||
label = "Pit"
|
||||
|
||||
[node name="entrance" parent="pit" index="0"]
|
||||
position = Vector2(1472, 775)
|
||||
|
||||
[node name="exit" parent="pit" index="1"]
|
||||
position = Vector2(1233, 408)
|
||||
|
||||
[connection signal="interacted" from="pit" to="." method="_on_pit_interacted"]
|
||||
|
||||
[editable path="pit"]
|
||||
11
scenes/archive/deep_cave/deep_cave.gd
Normal file
11
scenes/archive/deep_cave/deep_cave.gd
Normal file
@@ -0,0 +1,11 @@
|
||||
extends Scene
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
super()
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
func _on_cave_top_interacted():
|
||||
$cave_top.default_script(self)
|
||||
1
scenes/archive/deep_cave/deep_cave.gd.uid
Normal file
1
scenes/archive/deep_cave/deep_cave.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://cr13vk4uh6xxq
|
||||
65
scenes/archive/deep_cave/deep_cave.tscn
Normal file
65
scenes/archive/deep_cave/deep_cave.tscn
Normal file
@@ -0,0 +1,65 @@
|
||||
[gd_scene format=3 uid="uid://by3vlm6hep0b7"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cr13vk4uh6xxq" path="res://scenes/archive/deep_cave/deep_cave.gd" id="1_04uj1"]
|
||||
[ext_resource type="Texture2D" uid="uid://csffrevwcdrh5" path="res://scenes/archive/deep_cave/inside-cave-deep-big.png" id="2_w2dfs"]
|
||||
[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_ljxjc"]
|
||||
[ext_resource type="Texture2D" uid="uid://c2vwbdxi6hpa8" path="res://scenes/archive/healer_pasture/foreground.png" id="4_ank2u"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="5_8e185"]
|
||||
|
||||
[sub_resource type="NavigationPolygon" id="NavigationPolygon_dvbx8"]
|
||||
vertices = PackedVector2Array(1654, 336, 1339, 293, 1514, 245, 1649, 310, 1919, 274, 2527, 288, 2433, 329, 1968, 289, 1967, 289, 1652, 294, 1918, 274, 1268, 883, 1183, 854, 1762, 509, 1939, 560, 1883, 409)
|
||||
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3), PackedInt32Array(4, 5, 6, 7), PackedInt32Array(4, 7, 8), PackedInt32Array(4, 8, 9, 10), PackedInt32Array(2, 10, 9), PackedInt32Array(11, 12, 13, 14), PackedInt32Array(3, 15, 14, 13, 0), PackedInt32Array(2, 9, 3)])
|
||||
outlines = Array[PackedVector2Array]([PackedVector2Array(1512, 235, 1289, 297, 1648, 345, 1748, 506, 1160, 856, 1270, 894, 1952, 566, 1891, 402, 1660, 304, 1967, 299, 2435, 340, 2573, 280, 1919, 264)])
|
||||
parsed_collision_mask = 4294967294
|
||||
source_geometry_group_name = &"navigation_polygon_source_group"
|
||||
|
||||
[node name="background" type="Node2D"]
|
||||
y_sort_enabled = true
|
||||
script = ExtResource("1_04uj1")
|
||||
|
||||
[node name="bg" type="Sprite2D" parent="."]
|
||||
scale = Vector2(0.78, 0.78)
|
||||
texture = ExtResource("2_w2dfs")
|
||||
centered = false
|
||||
|
||||
[node name="StartScalePoint" type="Node2D" parent="."]
|
||||
position = Vector2(722, 226)
|
||||
script = ExtResource("3_ljxjc")
|
||||
target_scale = 0.15
|
||||
|
||||
[node name="EndScalePoint" type="Node2D" parent="."]
|
||||
position = Vector2(1410, 1097)
|
||||
scale = Vector2(0.44, 0.44)
|
||||
script = ExtResource("3_ljxjc")
|
||||
target_scale = 0.25
|
||||
|
||||
[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("4_ank2u")
|
||||
offset = Vector2(-9.34324, -70.3448)
|
||||
|
||||
[node name="cave_top" parent="." instance=ExtResource("5_8e185")]
|
||||
color = Color(1, 1, 1, 0.196078)
|
||||
polygon = PackedVector2Array(1907, 104, 1322, 200, 1895, 323, 2131, 304, 2197, 135)
|
||||
target_transition = "deep_cave"
|
||||
target = "res://scenes/cave_top/cave_top.tscn"
|
||||
label = "Cave top"
|
||||
|
||||
[node name="entrance" parent="cave_top" index="0"]
|
||||
position = Vector2(1750, 241)
|
||||
|
||||
[node name="exit" parent="cave_top" index="1"]
|
||||
position = Vector2(2255, 291)
|
||||
|
||||
[connection signal="interacted" from="cave_top" to="." method="_on_cave_top_interacted"]
|
||||
|
||||
[editable path="cave_top"]
|
||||
BIN
scenes/archive/deep_cave/inside-cave-deep-big.png
LFS
Normal file
BIN
scenes/archive/deep_cave/inside-cave-deep-big.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/deep_cave/inside-cave-deep-big.png.import
Normal file
40
scenes/archive/deep_cave/inside-cave-deep-big.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://csffrevwcdrh5"
|
||||
path="res://.godot/imported/inside-cave-deep-big.png-08fe1d81137b4a5b06c0cbf8e73cb68a.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/deep_cave/inside-cave-deep-big.png"
|
||||
dest_files=["res://.godot/imported/inside-cave-deep-big.png-08fe1d81137b4a5b06c0cbf8e73cb68a.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/entrance/entrance-wall.png
LFS
Normal file
BIN
scenes/archive/entrance/entrance-wall.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/entrance/entrance-wall.png.import
Normal file
40
scenes/archive/entrance/entrance-wall.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dm073a7haso5u"
|
||||
path="res://.godot/imported/entrance-wall.png-54d149620ae7c71d34566d8a800d98b9.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/entrance/entrance-wall.png"
|
||||
dest_files=["res://.godot/imported/entrance-wall.png-54d149620ae7c71d34566d8a800d98b9.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
35
scenes/archive/entrance/entrance.gd
Normal file
35
scenes/archive/entrance/entrance.gd
Normal file
@@ -0,0 +1,35 @@
|
||||
extends Scene
|
||||
|
||||
|
||||
# Declare member variables here. Examples:
|
||||
# var a = 2
|
||||
# var b = "text"
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
super()
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
#func _process(delta):
|
||||
# pass
|
||||
|
||||
var farmhouse = load("res://scenes/farmhouse/farmhouse.tscn")
|
||||
var bedroom = load("res://scenes/bedroom/bedroom.tscn")
|
||||
|
||||
|
||||
|
||||
func _on_bedroomexit_interacted():
|
||||
var path = NavigationServer2D.map_get_path(self.map, self.pathfind.to_local(self.ego.global_position), pathfind.to_local($"bedroom-exit-point".global_position), true)
|
||||
start_main_script(ScriptBuilder.init(ScriptBuilder.walk_path(self.ego, path)).and_then(ScriptBuilder.transition(self, bedroom, "entrance-exit-point")).can_interrupt().build(self, "_on_script_complete"))
|
||||
|
||||
|
||||
func _on_farmhouseexit_interacted():
|
||||
var path = NavigationServer2D.map_get_path(self.map, self.pathfind.to_local(self.ego.global_position), pathfind.to_local($"farmhouse-exit-point".global_position), true)
|
||||
start_main_script(ScriptBuilder.init(ScriptBuilder.walk_path(self.ego, path)).and_then(ScriptBuilder.transition(self, farmhouse, "entrance-exit-point")).can_interrupt().build(self, "_on_script_complete"))
|
||||
|
||||
|
||||
func _on_Node2D_interacted():
|
||||
start_main_script(ScriptBuilder.init(ScriptBuilder.say(self.ego, "A little light reading.")).can_interrupt().build(self, "_on_script_complete"))
|
||||
1
scenes/archive/entrance/entrance.gd.uid
Normal file
1
scenes/archive/entrance/entrance.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://coa8xqjykiu6d
|
||||
BIN
scenes/archive/entrance/entrance.png
LFS
Normal file
BIN
scenes/archive/entrance/entrance.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/entrance/entrance.png.import
Normal file
40
scenes/archive/entrance/entrance.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bt71v74d7262v"
|
||||
path="res://.godot/imported/entrance.png-f055bd99123b443e5620fd5b7d2044ce.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/entrance/entrance.png"
|
||||
dest_files=["res://.godot/imported/entrance.png-f055bd99123b443e5620fd5b7d2044ce.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
71
scenes/archive/entrance/entrance.tscn
Normal file
71
scenes/archive/entrance/entrance.tscn
Normal file
@@ -0,0 +1,71 @@
|
||||
[gd_scene format=3 uid="uid://bv7s7oyoqecyy"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="1"]
|
||||
[ext_resource type="Script" uid="uid://coa8xqjykiu6d" path="res://scenes/archive/entrance/entrance.gd" id="2"]
|
||||
[ext_resource type="Script" uid="uid://bounwnqg34t5k" path="res://SetPiece_.gd" id="3"]
|
||||
[ext_resource type="Texture2D" uid="uid://bt71v74d7262v" path="res://scenes/archive/entrance/entrance.png" id="4"]
|
||||
[ext_resource type="Texture2D" uid="uid://dm073a7haso5u" path="res://scenes/archive/entrance/entrance-wall.png" id="5"]
|
||||
[ext_resource type="PackedScene" uid="uid://ddv7ad4428im4" path="res://SetPiece.tscn" id="6"]
|
||||
|
||||
[sub_resource type="NavigationPolygon" id="5"]
|
||||
vertices = PackedVector2Array(3380.25, 1922.25, 3766, 2036, 2440, 2053, 3547.25, 1630.25, 3736.25, 1625.25, 3578.25, 1723.25, 3350.25, 1758.25, 3196.25, 1765.25, 3276.25, 1844.25, 2466.25, 1904.25, 2710.25, 1790.25, 452, 2036, 650.25, 1819.25, 933.25, 1644.25, 1548.25, 1698.25, 559, 1708, 253.25, 1736.25, 326.25, 1523.25, 1860, 1701, 2266.25, 1752.25, 2333.25, 1853.25)
|
||||
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2), PackedInt32Array(3, 4, 5, 6, 7), PackedInt32Array(8, 0, 2, 9, 10), PackedInt32Array(2, 11, 12, 13, 14), PackedInt32Array(15, 16, 17, 13), PackedInt32Array(12, 15, 13), PackedInt32Array(2, 14, 18, 19, 20), PackedInt32Array(2, 20, 9), PackedInt32Array(8, 10, 7, 6)])
|
||||
outlines = Array[PackedVector2Array]([PackedVector2Array(3736.25, 1625.25, 3547.25, 1630.25, 3196.25, 1765.25, 2710.25, 1790.25, 2466.25, 1904.25, 2333.25, 1853.25, 2266.25, 1752.25, 1860, 1701, 1548.25, 1698.25, 933.25, 1644.25, 326.25, 1523.25, 253.25, 1736.25, 559, 1708, 650.25, 1819.25, 452, 2036, 2440, 2053, 3766, 2036, 3380.25, 1922.25, 3276.25, 1844.25, 3350.25, 1758.25, 3578.25, 1723.25)])
|
||||
|
||||
[node name="background" type="Node2D"]
|
||||
script = ExtResource("2")
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
background_scale = 0.55
|
||||
|
||||
[node name="pathfind" type="NavigationRegion2D" parent="."]
|
||||
navigation_polygon = SubResource("5")
|
||||
|
||||
[node name="farmhouse-exit-point" type="Node2D" parent="."]
|
||||
position = Vector2(1801, 1735)
|
||||
|
||||
[node name="bedroom-exit-point" type="Node2D" parent="."]
|
||||
position = Vector2(3713, 1660)
|
||||
|
||||
[node name="bedroom-exit" type="Polygon2D" parent="." groups=["set-piece"]]
|
||||
position = Vector2(2375, -720)
|
||||
color = Color(1, 1, 1, 0.262745)
|
||||
polygon = PackedVector2Array(950, 1468, 821, 2058, 874, 2494, 1255, 2506, 1644, 2556, 1644, 1968, 1637, 1494)
|
||||
script = ExtResource("3")
|
||||
label = "To bedroom"
|
||||
|
||||
[node name="farmhouse-exit" type="Polygon2D" parent="." groups=["set-piece"]]
|
||||
position = Vector2(-1299, -838)
|
||||
color = Color(1, 1, 1, 0.262745)
|
||||
polygon = PackedVector2Array(2941, 1998, 2938.57, 2175.71, 2934, 2560, 3211, 2525, 3395, 2567, 3430, 2164.29, 3391.43, 1940, 3430.83, 1609.17, 3207.5, 1565.83, 2914.17, 1689.17)
|
||||
script = ExtResource("3")
|
||||
label = "Outside"
|
||||
|
||||
[node name="StartScalePoint" type="Node2D" parent="."]
|
||||
position = Vector2(1766, 1622)
|
||||
script = ExtResource("1")
|
||||
target_scale = 1.4
|
||||
|
||||
[node name="EndScalePoint" type="Node2D" parent="."]
|
||||
position = Vector2(1832, 2060)
|
||||
script = ExtResource("1")
|
||||
target_scale = 1.8
|
||||
|
||||
[node name="Entrance-wall" type="Sprite2D" parent="."]
|
||||
position = Vector2(3435, 1889)
|
||||
texture = ExtResource("5")
|
||||
offset = Vector2(138, -725)
|
||||
|
||||
[node name="bg" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("4")
|
||||
centered = false
|
||||
|
||||
[node name="Node2D" parent="." instance=ExtResource("6")]
|
||||
color = Color(1, 1, 1, 0.270588)
|
||||
polygon = PackedVector2Array(1026, 1049, 1004, 1312, 1396, 1330, 1464, 1013)
|
||||
label = "Books"
|
||||
|
||||
[connection signal="interacted" from="bedroom-exit" to="." method="_on_bedroomexit_interacted"]
|
||||
[connection signal="interacted" from="farmhouse-exit" to="." method="_on_farmhouseexit_interacted"]
|
||||
[connection signal="interacted" from="Node2D" to="." method="_on_Node2D_interacted"]
|
||||
BIN
scenes/archive/healer_interior/ComfyUI_temp_fvpgy_00001_.png
LFS
Normal file
BIN
scenes/archive/healer_interior/ComfyUI_temp_fvpgy_00001_.png
LFS
Normal file
Binary file not shown.
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dnbnq73wlh7tt"
|
||||
path="res://.godot/imported/ComfyUI_temp_fvpgy_00001_.png-c2aadb990dbe1211eb6baaf7935df875.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healer_interior/ComfyUI_temp_fvpgy_00001_.png"
|
||||
dest_files=["res://.godot/imported/ComfyUI_temp_fvpgy_00001_.png-c2aadb990dbe1211eb6baaf7935df875.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
19
scenes/archive/healer_interior/healer_interior.gd
Normal file
19
scenes/archive/healer_interior/healer_interior.gd
Normal file
@@ -0,0 +1,19 @@
|
||||
extends Scene
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
super()
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
|
||||
func _on_healers_interacted():
|
||||
$healers.default_script(self)
|
||||
|
||||
|
||||
func _on_shelves_interacted():
|
||||
var path = NavigationServer2D.map_get_path(map, pathfind.to_local(ego.global_position), pathfind.to_local($Shelves/interact_point.global_position), true)
|
||||
start_main_script(ScriptBuilder.init(ScriptBuilder.walk_path(ego, path))
|
||||
.and_then(ScriptBuilder.say(self.ego, "Most of these bottles are empty."))
|
||||
.can_interrupt().build(self, "_on_script_complete"))
|
||||
1
scenes/archive/healer_interior/healer_interior.gd.uid
Normal file
1
scenes/archive/healer_interior/healer_interior.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://captxuow01igl
|
||||
74
scenes/archive/healer_interior/healer_interior.tscn
Normal file
74
scenes/archive/healer_interior/healer_interior.tscn
Normal file
@@ -0,0 +1,74 @@
|
||||
[gd_scene format=3 uid="uid://c2i6gl7gloe14"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://captxuow01igl" path="res://scenes/archive/healer_interior/healer_interior.gd" id="1_8ddec"]
|
||||
[ext_resource type="Texture2D" uid="uid://dnbnq73wlh7tt" path="res://scenes/archive/healer_interior/ComfyUI_temp_fvpgy_00001_.png" id="2_o8adn"]
|
||||
[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_r5yp2"]
|
||||
[ext_resource type="Texture2D" uid="uid://c2vwbdxi6hpa8" path="res://scenes/archive/healer_pasture/foreground.png" id="4_2rl4s"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="5_wtua6"]
|
||||
[ext_resource type="PackedScene" uid="uid://ddv7ad4428im4" path="res://SetPiece.tscn" id="6_2ny8n"]
|
||||
|
||||
[sub_resource type="NavigationPolygon" id="NavigationPolygon_dvbx8"]
|
||||
vertices = PackedVector2Array(2123, 1199, 1050, 1193, 1051, 1193, 1273, 1012, 1272, 1012, 1549, 880, 1764, 800, 1765, 800, 2831, 933, 1062, 1140, 571, 1157, 398, 943, 1549, 868, 1450, 741, 1415, 777)
|
||||
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2), PackedInt32Array(3, 4, 5, 6), PackedInt32Array(6, 7, 8, 0, 2, 9, 3), PackedInt32Array(10, 11, 9, 2), PackedInt32Array(6, 5, 12), PackedInt32Array(13, 6, 12, 14)])
|
||||
outlines = Array[PackedVector2Array]([PackedVector2Array(1766, 790, 1447, 731, 1400, 779, 1539, 873, 1268, 1003, 1061, 1129, 370, 924, 567, 1167, 1050, 1203, 2125, 1210, 2873, 929)])
|
||||
parsed_collision_mask = 4294967294
|
||||
source_geometry_group_name = &"navigation_polygon_source_group"
|
||||
|
||||
[node name="background" type="Node2D"]
|
||||
y_sort_enabled = true
|
||||
script = ExtResource("1_8ddec")
|
||||
|
||||
[node name="bg" type="Sprite2D" parent="."]
|
||||
scale = Vector2(0.78, 0.78)
|
||||
texture = ExtResource("2_o8adn")
|
||||
centered = false
|
||||
|
||||
[node name="StartScalePoint" type="Node2D" parent="."]
|
||||
position = Vector2(722, 226)
|
||||
script = ExtResource("3_r5yp2")
|
||||
target_scale = 0.41
|
||||
|
||||
[node name="EndScalePoint" type="Node2D" parent="."]
|
||||
position = Vector2(1410, 1097)
|
||||
scale = Vector2(0.44, 0.44)
|
||||
script = ExtResource("3_r5yp2")
|
||||
target_scale = 0.6
|
||||
|
||||
[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("4_2rl4s")
|
||||
offset = Vector2(-9.34324, -70.3448)
|
||||
|
||||
[node name="healers" parent="." instance=ExtResource("5_wtua6")]
|
||||
color = Color(1, 1, 1, 0.196078)
|
||||
polygon = PackedVector2Array(2047, 788, 1827, 1075, 2139, 1180, 2424, 1046, 2350, 837)
|
||||
target_transition = "healer_interior"
|
||||
target = "res://scenes/healers/healers.tscn"
|
||||
label = "outside"
|
||||
|
||||
[node name="entrance" parent="healers" index="0"]
|
||||
position = Vector2(1786, 959)
|
||||
|
||||
[node name="exit" parent="healers" index="1"]
|
||||
position = Vector2(2268, 1030)
|
||||
|
||||
[node name="Shelves" parent="." instance=ExtResource("6_2ny8n")]
|
||||
polygon = PackedVector2Array(1441, 159, 1449, 721, 1973, 807, 2025, 125)
|
||||
label = "Shelves"
|
||||
|
||||
[node name="interact_point" type="Node2D" parent="Shelves"]
|
||||
position = Vector2(1610, 792)
|
||||
|
||||
[connection signal="interacted" from="healers" to="." method="_on_healers_interacted"]
|
||||
[connection signal="interacted" from="Shelves" to="." method="_on_shelves_interacted"]
|
||||
|
||||
[editable path="healers"]
|
||||
BIN
scenes/archive/healer_pasture/foreground.png
LFS
Normal file
BIN
scenes/archive/healer_pasture/foreground.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healer_pasture/foreground.png.import
Normal file
40
scenes/archive/healer_pasture/foreground.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c2vwbdxi6hpa8"
|
||||
path="res://.godot/imported/foreground.png-43383103dddc794b7752affd225fc706.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healer_pasture/foreground.png"
|
||||
dest_files=["res://.godot/imported/foreground.png-43383103dddc794b7752affd225fc706.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
26
scenes/archive/healer_pasture/healer_pasture.gd
Normal file
26
scenes/archive/healer_pasture/healer_pasture.gd
Normal file
@@ -0,0 +1,26 @@
|
||||
extends Scene
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
super()
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
#func _process(delta):
|
||||
# pass
|
||||
|
||||
|
||||
func _on_entranceexit_interacted():
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.say(self.ego, "It's a hot air baloon", false)
|
||||
)
|
||||
.and_then(ScriptBuilder.say(self.ego, "Just like gramps' one."))
|
||||
.build(self, "_on_script_complete"))
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
|
||||
func _on_healers_interacted():
|
||||
$healers.default_script(self)
|
||||
1
scenes/archive/healer_pasture/healer_pasture.gd.uid
Normal file
1
scenes/archive/healer_pasture/healer_pasture.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://b3eps20sq67gn
|
||||
56
scenes/archive/healer_pasture/healer_pasture.tscn
Normal file
56
scenes/archive/healer_pasture/healer_pasture.tscn
Normal file
@@ -0,0 +1,56 @@
|
||||
[gd_scene format=3 uid="uid://ct7hctpa6641e"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b3eps20sq67gn" path="res://scenes/archive/healer_pasture/healer_pasture.gd" id="1_yrj0n"]
|
||||
[ext_resource type="Texture2D" uid="uid://q44n4fwunqnu" path="res://scenes/archive/healer_pasture/meadow.png" id="2_xlj8p"]
|
||||
[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="4_6inrv"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="5_vvsg8"]
|
||||
|
||||
[sub_resource type="NavigationPolygon" id="NavigationPolygon_dvbx8"]
|
||||
vertices = PackedVector2Array(1314, 834, 1313, 834, 2572, 796, 3672, 1092, 3802, 1128, 892, 951, 2645, 815, 3959, 793, 4382, 1031, 3674, 1076, 199, 963, 195, 907, 891, 951)
|
||||
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2), PackedInt32Array(3, 4, 5, 0, 2, 6), PackedInt32Array(7, 8, 9, 6), PackedInt32Array(10, 11, 0, 12), PackedInt32Array(5, 12, 0), PackedInt32Array(6, 9, 3)])
|
||||
outlines = Array[PackedVector2Array]([PackedVector2Array(185, 898, 190, 974, 858, 1086, 3899, 1144, 2575, 786, 1313, 824), PackedVector2Array(3567, 1093, 4417, 1039, 3963, 783, 1888, 818)])
|
||||
parsed_collision_mask = 4294967294
|
||||
source_geometry_group_name = &"navigation_polygon_source_group"
|
||||
|
||||
[node name="background" type="Node2D"]
|
||||
y_sort_enabled = true
|
||||
script = ExtResource("1_yrj0n")
|
||||
|
||||
[node name="bg" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("2_xlj8p")
|
||||
centered = false
|
||||
|
||||
[node name="StartScalePoint" type="Node2D" parent="."]
|
||||
position = Vector2(1476, 742)
|
||||
script = ExtResource("4_6inrv")
|
||||
target_scale = 0.25
|
||||
|
||||
[node name="EndScalePoint" type="Node2D" parent="."]
|
||||
position = Vector2(1408, 1097)
|
||||
scale = Vector2(0.44, 0.44)
|
||||
script = ExtResource("4_6inrv")
|
||||
target_scale = 0.35
|
||||
|
||||
[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="healers" parent="." instance=ExtResource("5_vvsg8")]
|
||||
color = Color(1, 1, 1, 1)
|
||||
polygon = PackedVector2Array(3852, 705, 3759, 1075, 4195, 1108, 4205, 725)
|
||||
target_transition = "pasture"
|
||||
target = "res://scenes/healers/healers.tscn"
|
||||
label = "Healers"
|
||||
|
||||
[node name="entrance" parent="healers" index="0"]
|
||||
position = Vector2(3878, 950)
|
||||
|
||||
[node name="exit" parent="healers" index="1"]
|
||||
position = Vector2(4168, 993)
|
||||
|
||||
[connection signal="interacted" from="healers" to="." method="_on_healers_interacted"]
|
||||
|
||||
[editable path="healers"]
|
||||
BIN
scenes/archive/healer_pasture/image6.png
LFS
Normal file
BIN
scenes/archive/healer_pasture/image6.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healer_pasture/image6.png.import
Normal file
40
scenes/archive/healer_pasture/image6.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bdrjiflog0m3g"
|
||||
path="res://.godot/imported/image6.png-7762174773c225b77ff0afa2e88ae80e.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healer_pasture/image6.png"
|
||||
dest_files=["res://.godot/imported/image6.png-7762174773c225b77ff0afa2e88ae80e.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healer_pasture/meadow.png
LFS
Normal file
BIN
scenes/archive/healer_pasture/meadow.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healer_pasture/meadow.png.import
Normal file
40
scenes/archive/healer_pasture/meadow.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://q44n4fwunqnu"
|
||||
path="res://.godot/imported/meadow.png-f52c81d5b07995b531b7f85025996180.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healer_pasture/meadow.png"
|
||||
dest_files=["res://.godot/imported/meadow.png-f52c81d5b07995b531b7f85025996180.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healer_pasture/output_00008_.png
LFS
Normal file
BIN
scenes/archive/healer_pasture/output_00008_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healer_pasture/output_00008_.png.import
Normal file
40
scenes/archive/healer_pasture/output_00008_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bevj01d40tjpv"
|
||||
path="res://.godot/imported/output_00008_.png-fe706a76c018bae76f79fd72fc28255d.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healer_pasture/output_00008_.png"
|
||||
dest_files=["res://.godot/imported/output_00008_.png-fe706a76c018bae76f79fd72fc28255d.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/New Folder/out_00001_.png
LFS
Normal file
BIN
scenes/archive/healers/New Folder/out_00001_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/New Folder/out_00001_.png.import
Normal file
40
scenes/archive/healers/New Folder/out_00001_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bymop00v47nt7"
|
||||
path="res://.godot/imported/out_00001_.png-6a9b85d0a834a9a83701c1e9ccf7cad6.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/New Folder/out_00001_.png"
|
||||
dest_files=["res://.godot/imported/out_00001_.png-6a9b85d0a834a9a83701c1e9ccf7cad6.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/New Folder/out_00002_.png
LFS
Normal file
BIN
scenes/archive/healers/New Folder/out_00002_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/New Folder/out_00002_.png.import
Normal file
40
scenes/archive/healers/New Folder/out_00002_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://hsahcj384qh4"
|
||||
path="res://.godot/imported/out_00002_.png-40ef23fd24cc548dc84aa381823b7f31.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/New Folder/out_00002_.png"
|
||||
dest_files=["res://.godot/imported/out_00002_.png-40ef23fd24cc548dc84aa381823b7f31.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/New Folder/out_00003_.png
LFS
Normal file
BIN
scenes/archive/healers/New Folder/out_00003_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/New Folder/out_00003_.png.import
Normal file
40
scenes/archive/healers/New Folder/out_00003_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dve32x58w3q1v"
|
||||
path="res://.godot/imported/out_00003_.png-6350144455e09306d464d172e155363d.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/New Folder/out_00003_.png"
|
||||
dest_files=["res://.godot/imported/out_00003_.png-6350144455e09306d464d172e155363d.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/New Folder/out_00004_.png
LFS
Normal file
BIN
scenes/archive/healers/New Folder/out_00004_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/New Folder/out_00004_.png.import
Normal file
40
scenes/archive/healers/New Folder/out_00004_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://be2x51etmxtqn"
|
||||
path="res://.godot/imported/out_00004_.png-3341934727640765734ab15cb0ca1669.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/New Folder/out_00004_.png"
|
||||
dest_files=["res://.godot/imported/out_00004_.png-3341934727640765734ab15cb0ca1669.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/New Folder/out_00005_.png
LFS
Normal file
BIN
scenes/archive/healers/New Folder/out_00005_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/New Folder/out_00005_.png.import
Normal file
40
scenes/archive/healers/New Folder/out_00005_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b0wbfwyk70h1i"
|
||||
path="res://.godot/imported/out_00005_.png-b1f508e0882a57d8961d8d1844d0ffd9.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/New Folder/out_00005_.png"
|
||||
dest_files=["res://.godot/imported/out_00005_.png-b1f508e0882a57d8961d8d1844d0ffd9.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/New Folder/out_00006_.png
LFS
Normal file
BIN
scenes/archive/healers/New Folder/out_00006_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/New Folder/out_00006_.png.import
Normal file
40
scenes/archive/healers/New Folder/out_00006_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://d3er3v8xwplu0"
|
||||
path="res://.godot/imported/out_00006_.png-7cb6c07a598421e513b5a76d57a75d3a.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/New Folder/out_00006_.png"
|
||||
dest_files=["res://.godot/imported/out_00006_.png-7cb6c07a598421e513b5a76d57a75d3a.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/New Folder/out_00007_.png
LFS
Normal file
BIN
scenes/archive/healers/New Folder/out_00007_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/New Folder/out_00007_.png.import
Normal file
40
scenes/archive/healers/New Folder/out_00007_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://gtcrw1fo1bcv"
|
||||
path="res://.godot/imported/out_00007_.png-069a92823228813b1424041ec1b16ee3.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/New Folder/out_00007_.png"
|
||||
dest_files=["res://.godot/imported/out_00007_.png-069a92823228813b1424041ec1b16ee3.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/New Folder/out_00008_.png
LFS
Normal file
BIN
scenes/archive/healers/New Folder/out_00008_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/New Folder/out_00008_.png.import
Normal file
40
scenes/archive/healers/New Folder/out_00008_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://hkfq4dx4wbtu"
|
||||
path="res://.godot/imported/out_00008_.png-e8e7b48c6b0ff35cea3be40d5fe8f3dd.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/New Folder/out_00008_.png"
|
||||
dest_files=["res://.godot/imported/out_00008_.png-e8e7b48c6b0ff35cea3be40d5fe8f3dd.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/New Folder/out_00009_.png
LFS
Normal file
BIN
scenes/archive/healers/New Folder/out_00009_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/New Folder/out_00009_.png.import
Normal file
40
scenes/archive/healers/New Folder/out_00009_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bf47oke85kjti"
|
||||
path="res://.godot/imported/out_00009_.png-3dfde63f978330171bc8c2ce0193004d.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/New Folder/out_00009_.png"
|
||||
dest_files=["res://.godot/imported/out_00009_.png-3dfde63f978330171bc8c2ce0193004d.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/New Folder/out_00010_.png
LFS
Normal file
BIN
scenes/archive/healers/New Folder/out_00010_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/New Folder/out_00010_.png.import
Normal file
40
scenes/archive/healers/New Folder/out_00010_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b41bmarvyd3td"
|
||||
path="res://.godot/imported/out_00010_.png-ed3bae10f741c0b1c44d65c26d67e7b0.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/New Folder/out_00010_.png"
|
||||
dest_files=["res://.godot/imported/out_00010_.png-ed3bae10f741c0b1c44d65c26d67e7b0.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/New Folder/out_00011_.png
LFS
Normal file
BIN
scenes/archive/healers/New Folder/out_00011_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/New Folder/out_00011_.png.import
Normal file
40
scenes/archive/healers/New Folder/out_00011_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://fj1h0ywepx08"
|
||||
path="res://.godot/imported/out_00011_.png-bb94b95dbc2ac02a093522e54c9a82ed.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/New Folder/out_00011_.png"
|
||||
dest_files=["res://.godot/imported/out_00011_.png-bb94b95dbc2ac02a093522e54c9a82ed.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/bigrock.png
LFS
Normal file
BIN
scenes/archive/healers/bigrock.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/bigrock.png.import
Normal file
40
scenes/archive/healers/bigrock.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://d4i8da2d4cks0"
|
||||
path="res://.godot/imported/bigrock.png-5ccc33742471969cee3f0172b1a9351d.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/bigrock.png"
|
||||
dest_files=["res://.godot/imported/bigrock.png-5ccc33742471969cee3f0172b1a9351d.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/dojo2.png
LFS
Normal file
BIN
scenes/archive/healers/dojo2.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/dojo2.png.import
Normal file
40
scenes/archive/healers/dojo2.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c7exa6b4icgrh"
|
||||
path="res://.godot/imported/dojo2.png-55987e459fafa64f14d9fcce1e3708da.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/dojo2.png"
|
||||
dest_files=["res://.godot/imported/dojo2.png-55987e459fafa64f14d9fcce1e3708da.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/goat.png
LFS
Normal file
BIN
scenes/archive/healers/goat.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/goat.png.import
Normal file
40
scenes/archive/healers/goat.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c7uulvgn8wsga"
|
||||
path="res://.godot/imported/goat.png-36cc6609c0ec00f2ff9dc6d6f2d3a1e7.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/goat.png"
|
||||
dest_files=["res://.godot/imported/goat.png-36cc6609c0ec00f2ff9dc6d6f2d3a1e7.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
21
scenes/archive/healers/healers.gdshader
Normal file
21
scenes/archive/healers/healers.gdshader
Normal file
@@ -0,0 +1,21 @@
|
||||
shader_type canvas_item;
|
||||
|
||||
uniform float sway_speed : hint_range(0.1, 10.0) = 1.0;
|
||||
uniform float sway_magnitude : hint_range(0.0, 50.0) = 10.0;
|
||||
uniform float randomness_factor : hint_range(0.0, 1.0) = 0.5;
|
||||
uniform sampler2D noise_texture ;
|
||||
|
||||
|
||||
void vertex() {
|
||||
float time = TIME * sway_speed;
|
||||
|
||||
// Sample the noise texture using the vertex position
|
||||
vec2 noise_uv = VERTEX.xy * 0.1;
|
||||
float noise_value = texture(noise_texture, noise_uv).r;
|
||||
float randomness = noise_value * randomness_factor;
|
||||
|
||||
// Calculate the sway offset
|
||||
float sway_offset = sin(time + VERTEX.y * 0.1) * sway_magnitude + randomness * sway_magnitude;
|
||||
|
||||
VERTEX.x += sway_offset;
|
||||
}
|
||||
1
scenes/archive/healers/healers.gdshader.uid
Normal file
1
scenes/archive/healers/healers.gdshader.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://cy7f342e70f7q
|
||||
447
scenes/archive/healers/healers.tscn
Normal file
447
scenes/archive/healers/healers.tscn
Normal file
@@ -0,0 +1,447 @@
|
||||
[gd_scene format=3 uid="uid://dpsa6s5erb0ws"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bounwnqg34t5k" path="res://SetPiece_.gd" id="2_j681b"]
|
||||
[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_eyrgf"]
|
||||
[ext_resource type="Texture2D" uid="uid://2ng30f6gxsop" path="res://ComfyUI_09976_.png" id="3_iy781"]
|
||||
[ext_resource type="Texture2D" uid="uid://cc32vj8gx56iv" path="res://scenes/archive/healers/rocks.png" id="5_45r0t"]
|
||||
[ext_resource type="Texture2D" uid="uid://dow3uuwdk3r4g" path="res://scenes/archive/healers/trimmed-anim/frame_00002_.png" id="5_c6ua8"]
|
||||
[ext_resource type="Texture2D" uid="uid://jyv82n5hrkh3" path="res://scenes/archive/healers/trimmed-anim/frame_00001_.png" id="5_utnk2"]
|
||||
[ext_resource type="Texture2D" uid="uid://5ooe4wjgrsl1" path="res://spray.png" id="6_3rr0a"]
|
||||
[ext_resource type="Texture2D" uid="uid://b31xg6f7mxdpt" path="res://scenes/archive/healers/trimmed-anim/frame_00003_.png" id="6_uyx82"]
|
||||
[ext_resource type="Texture2D" uid="uid://bjlxjwgo5wob5" path="res://scenes/archive/healers/trimmed-anim/frame_00004_.png" id="7_oar2t"]
|
||||
[ext_resource type="Texture2D" uid="uid://1htup8wmmqv6" path="res://scenes/archive/healers/trimmed-anim/frame_00005_.png" id="8_kiylr"]
|
||||
[ext_resource type="Texture2D" uid="uid://obibvl8ctxu5" path="res://scenes/archive/healers/trimmed-anim/frame_00006_.png" id="9_vlg33"]
|
||||
[ext_resource type="Texture2D" uid="uid://dfdej3nfxy6fu" path="res://scenes/archive/healers/trimmed-anim/frame_00007_.png" id="10_3n31r"]
|
||||
[ext_resource type="Texture2D" uid="uid://qenh5jngyree" path="res://scenes/archive/healers/trimmed-anim/frame_00008_.png" id="11_y0gbw"]
|
||||
[ext_resource type="Texture2D" uid="uid://y54vwtrh8hq3" path="res://scenes/archive/healers/trimmed-anim/frame_00009_.png" id="12_c1asd"]
|
||||
[ext_resource type="Texture2D" uid="uid://56klr1bdia74" path="res://scenes/archive/healers/trimmed-anim/frame_00010_.png" id="13_eh5h4"]
|
||||
[ext_resource type="Texture2D" uid="uid://b61j8o6n76ll0" path="res://scenes/archive/healers/trimmed-anim/frame_00011_.png" id="14_ff6gd"]
|
||||
[ext_resource type="Texture2D" uid="uid://bhomsuyfa6vg6" path="res://scenes/archive/healers/trimmed-anim/frame_00012_.png" id="15_jg2jy"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8i4ubpd4bf1p" path="res://scenes/archive/healers/trimmed-anim/frame_00013_.png" id="16_w11w7"]
|
||||
[ext_resource type="Texture2D" uid="uid://c7uulvgn8wsga" path="res://scenes/archive/healers/goat.png" id="17_i0x0u"]
|
||||
[ext_resource type="Texture2D" uid="uid://cro28dpr8nc4r" path="res://scenes/archive/healers/trimmed-anim/frame_00014_.png" id="17_rvtjo"]
|
||||
[ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="17_wwn3l"]
|
||||
[ext_resource type="Texture2D" uid="uid://3fguwqokk0t6" path="res://scenes/archive/healers/trimmed-anim/frame_00015_.png" id="18_lv8u6"]
|
||||
[ext_resource type="Texture2D" uid="uid://d3jc738cmic10" path="res://scenes/archive/healers/trimmed-anim/frame_00016_.png" id="19_sso3w"]
|
||||
[ext_resource type="Texture2D" uid="uid://brxm34cwcp253" path="res://scenes/archive/healers/trimmed-anim/frame_00017_.png" id="20_akjuk"]
|
||||
[ext_resource type="Texture2D" uid="uid://bil7gbklmct8" path="res://scenes/archive/healers/trimmed-anim/frame_00018_.png" id="21_n28v7"]
|
||||
[ext_resource type="Texture2D" uid="uid://gripk4x3ynrf" path="res://scenes/archive/healers/trimmed-anim/frame_00019_.png" id="22_rcnje"]
|
||||
[ext_resource type="Texture2D" uid="uid://c7sv46j0404rd" path="res://scenes/archive/healers/trimmed-anim/frame_00020_.png" id="23_h5i7n"]
|
||||
[ext_resource type="Texture2D" uid="uid://b3dx04r5d1rpf" path="res://scenes/archive/healers/trimmed-anim/frame_00021_.png" id="24_q6o4j"]
|
||||
[ext_resource type="Texture2D" uid="uid://crf25udc64geh" path="res://scenes/archive/healers/trimmed-anim/frame_00022_.png" id="25_sil2e"]
|
||||
[ext_resource type="Texture2D" uid="uid://bh7hdoy313ecr" path="res://scenes/archive/healers/trimmed-anim/frame_00023_.png" id="26_p23od"]
|
||||
[ext_resource type="Texture2D" uid="uid://b4enxgmyjsl5p" path="res://scenes/archive/healers/trimmed-anim/frame_00024_.png" id="27_xfls2"]
|
||||
[ext_resource type="Texture2D" uid="uid://dqx80t435ndyv" path="res://scenes/archive/healers/trimmed-anim/frame_00025_.png" id="29_jyvw8"]
|
||||
[ext_resource type="Shader" uid="uid://cy7f342e70f7q" path="res://scenes/archive/healers/healers.gdshader" id="33_rb4p1"]
|
||||
[ext_resource type="Texture2D" uid="uid://cuom3fk05vw8b" path="res://scenes/archive/healers/leaves.png" id="34_8dv44"]
|
||||
|
||||
[sub_resource type="GDScript" id="GDScript_bel53"]
|
||||
script/source = "extends Scene
|
||||
|
||||
|
||||
# Declare member variables here. Examples:
|
||||
# var a = 2
|
||||
# var b = \"text\"
|
||||
|
||||
signal entered_from_pasture
|
||||
|
||||
var target: Vector2
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
super()
|
||||
pass # Replace with function body.
|
||||
|
||||
func _process(delta):
|
||||
super(delta)
|
||||
var cam = get_viewport().get_camera_2d()
|
||||
#if target:
|
||||
#
|
||||
#cam.global_position = $SetPiece/thingpoint.global_position #+= ($SetPiece/thingpoint.global_position - cam.global_position).normalized() * 5000.0 * delta
|
||||
#cam.zoom = lerp(cam.zoom, Vector2(1.5, 1.5), 1.15 * delta)
|
||||
#else:
|
||||
#cam.position=Vector2(0,0)
|
||||
#super(delta)
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
#func _process(delta):
|
||||
# pass
|
||||
|
||||
|
||||
func _on_set_piece_interacted():
|
||||
#$target = $SetPiece/thingpoint.global_position
|
||||
#$ThingCamera.enabled=true
|
||||
#$ThingCamera.make_current()
|
||||
var path = NavigationServer2D.map_get_path(self.map, self.pathfind.to_local(self.ego.global_position), pathfind.to_local($\"look-at-thing-point\".global_position), true)
|
||||
start_main_script(ScriptBuilder.init(ScriptBuilder.walk_path(self.ego, path))
|
||||
.and_then(ScriptBuilder.switch_camera(\"ThingCamera\"))
|
||||
.and_then(ScriptBuilder.say(self.ego, \"Look at the cute goat!\"))
|
||||
.and_then(ScriptBuilder.reset_camera())
|
||||
#.and_then(ScriptBuilder.transition(self, pasture, \"healers-exit-point\"))
|
||||
#.and_then(ScriptBuilder.walk_to_deferred(\"healers-exit-point\", \"healers-entrance-point\"))
|
||||
.build(self, \"_on_script_complete\"))
|
||||
|
||||
#$AnimationPlayer.play(\"focus_thing\")
|
||||
|
||||
|
||||
func _on_pasture_interacted():
|
||||
$pasture.default_script(self)
|
||||
|
||||
|
||||
func _on_pit_interacted():
|
||||
$pit.default_script(self)
|
||||
|
||||
|
||||
func _on_healer_interior_interacted():
|
||||
$healer_interior.default_script(self)
|
||||
"
|
||||
|
||||
[sub_resource type="NavigationPolygon" id="NavigationPolygon_dvbx8"]
|
||||
vertices = PackedVector2Array(2275, 1174, 1726, 1106, 1727, 1106, 1284, 848, 1471, 893, 1470, 893, 1616, 939, 1615, 938, 1866, 1043, 1707, 997, 507, 1007, 750, 1048, 626, 1104, 383, 1138, 392, 1082, 1640, 1092, 1543, 1059, 1707, 1012, 1641, 1092, 1053, 849, 1052, 848, 1251, 856, 1103, 886, 1102, 886, 599, 876, 555, 821, 587, 818, 702, 879, 2109, 1048, 2276, 976, 216, 1112, -194, 1093, -112, 892, 593, 887, 516, 951, 1430, 904, 1430, 903, 806, 968, 854, 886)
|
||||
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2), PackedInt32Array(3, 4, 5), PackedInt32Array(6, 7, 8, 9), PackedInt32Array(10, 11, 12, 13, 14), PackedInt32Array(15, 16, 17, 18), PackedInt32Array(19, 20, 3, 21, 22, 23), PackedInt32Array(24, 25, 26, 27), PackedInt32Array(2, 18, 17, 8), PackedInt32Array(28, 29, 0), PackedInt32Array(28, 0, 2, 8), PackedInt32Array(30, 31, 32, 33, 34), PackedInt32Array(8, 17, 9), PackedInt32Array(5, 6, 9, 35, 36), PackedInt32Array(3, 5, 36, 21), PackedInt32Array(19, 23, 37, 38), PackedInt32Array(27, 38, 37, 34, 33), PackedInt32Array(33, 24, 27), PackedInt32Array(14, 30, 34, 10)])
|
||||
outlines = Array[PackedVector2Array]([PackedVector2Array(-119, 883, -209, 1103, 218, 1123, 507, 1072, 524, 962, 809, 979, 1105, 896, 1251, 866, 1427, 913, 1697, 1004, 1510, 1058, 1639, 1102, 1725, 1116, 2285, 1186, 2287, 961, 2107, 1038, 1868, 1033, 1619, 929, 1473, 883, 1286, 838, 1051, 839, 853, 876, 705, 869, 590, 808, 536, 813, 587, 877), PackedVector2Array(400, 979, 371, 1150, 629, 1114, 784, 1044, 388, 977)])
|
||||
source_geometry_group_name = &"navigation_polygon_source_group"
|
||||
|
||||
[sub_resource type="Animation" id="Animation_ij55e"]
|
||||
resource_name = "focus_thing"
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("camera.position.x")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 1),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"update": 1,
|
||||
"values": [null, null]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_cuet8"]
|
||||
_data = {
|
||||
&"focus_thing": SubResource("Animation_ij55e")
|
||||
}
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_7un2n"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("5_utnk2")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("5_c6ua8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("6_uyx82")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("7_oar2t")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("8_kiylr")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("9_vlg33")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("10_3n31r")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("11_y0gbw")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("12_c1asd")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("13_eh5h4")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("14_ff6gd")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("15_jg2jy")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("16_w11w7")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("17_rvtjo")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("18_lv8u6")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("19_sso3w")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("20_akjuk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("21_n28v7")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("22_rcnje")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("23_h5i7n")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("24_q6o4j")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("25_sil2e")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("26_p23od")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("27_xfls2")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("29_jyvw8")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 13.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_0pokw"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_admud"]
|
||||
offsets = PackedFloat32Array(0, 0.262724, 0.47868, 0.69326, 1)
|
||||
colors = PackedColorArray(1, 1, 1, 0, 1, 1, 0.645601, 0.149953, 1, 1, 1, 0.290196, 1, 1, 0.333333, 0.211765, 1, 1, 0.333333, 0)
|
||||
|
||||
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_j435v"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_0gqaa"]
|
||||
shader = ExtResource("33_rb4p1")
|
||||
shader_parameter/sway_speed = 3.647
|
||||
shader_parameter/sway_magnitude = 2.706
|
||||
shader_parameter/randomness_factor = 0.22
|
||||
shader_parameter/noise_texture = SubResource("NoiseTexture2D_j435v")
|
||||
|
||||
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_78p3d"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_3pjdn"]
|
||||
shader = ExtResource("33_rb4p1")
|
||||
shader_parameter/sway_speed = 4.467
|
||||
shader_parameter/sway_magnitude = 1.27
|
||||
shader_parameter/randomness_factor = 0.374
|
||||
shader_parameter/noise_texture = SubResource("NoiseTexture2D_78p3d")
|
||||
|
||||
[sub_resource type="Animation" id="Animation_sywk5"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:material:shader_parameter/sway_magnitude")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [1.27]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_cc7xh"]
|
||||
resource_name = "sway"
|
||||
length = 5.0
|
||||
loop_mode = 1
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath(".:material:shader_parameter/sway_magnitude")
|
||||
tracks/0/interp = 2
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 1.7, 3, 4.2, 4.9),
|
||||
"transitions": PackedFloat32Array(1, 1, 2.73208, 1.7411, 1),
|
||||
"update": 0,
|
||||
"values": [1.27, 1.27, 8.126, 3.526, 1.27]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_62768"]
|
||||
_data = {
|
||||
&"RESET": SubResource("Animation_sywk5"),
|
||||
&"sway": SubResource("Animation_cc7xh")
|
||||
}
|
||||
|
||||
[node name="background" type="Node2D"]
|
||||
y_sort_enabled = true
|
||||
script = SubResource("GDScript_bel53")
|
||||
|
||||
[node name="SetPiece" type="Polygon2D" parent="." groups=["set-piece"]]
|
||||
visible = false
|
||||
position = Vector2(78, 6)
|
||||
color = Color(1, 1, 1, 0.25)
|
||||
polygon = PackedVector2Array(1469, 886, 1460, 1102, 1787, 1042, 1744, 843)
|
||||
script = ExtResource("2_j681b")
|
||||
label = "Cute little goat"
|
||||
|
||||
[node name="thingpoint" type="Node2D" parent="SetPiece"]
|
||||
position = Vector2(1635, 1005)
|
||||
|
||||
[node name="StartScalePoint" type="Node2D" parent="."]
|
||||
position = Vector2(1476, 742)
|
||||
script = ExtResource("3_eyrgf")
|
||||
target_scale = 0.4
|
||||
|
||||
[node name="EndScalePoint" type="Node2D" parent="."]
|
||||
position = Vector2(1408, 1097)
|
||||
scale = Vector2(3, 3)
|
||||
script = ExtResource("3_eyrgf")
|
||||
target_scale = 0.5
|
||||
|
||||
[node name="bg" type="Sprite2D" parent="."]
|
||||
scale = Vector2(0.49, 0.49)
|
||||
texture = ExtResource("3_iy781")
|
||||
centered = false
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="pathfind" type="NavigationRegion2D" parent="."]
|
||||
navigation_polygon = SubResource("NavigationPolygon_dvbx8")
|
||||
|
||||
[node name="Rocks" type="Sprite2D" parent="."]
|
||||
position = Vector2(762, 1008)
|
||||
rotation = -6.28318
|
||||
scale = Vector2(1.27, 1.27)
|
||||
texture = ExtResource("5_45r0t")
|
||||
offset = Vector2(-3.93726, -33.8582)
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_cuet8")
|
||||
}
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
visible = false
|
||||
position = Vector2(1061, 606)
|
||||
scale = Vector2(1.58, 1.58)
|
||||
sprite_frames = SubResource("SpriteFrames_7un2n")
|
||||
autoplay = "default"
|
||||
frame_progress = 0.0470905
|
||||
|
||||
[node name="CPUParticles2D" type="CPUParticles2D" parent="."]
|
||||
material = SubResource("CanvasItemMaterial_0pokw")
|
||||
position = Vector2(546, 405)
|
||||
amount = 130
|
||||
lifetime = 10.45
|
||||
lifetime_randomness = 1.0
|
||||
local_coords = true
|
||||
texture = ExtResource("6_3rr0a")
|
||||
emission_shape = 3
|
||||
emission_rect_extents = Vector2(1200, 1200)
|
||||
direction = Vector2(15.12, -1.05)
|
||||
spread = 52.79
|
||||
gravity = Vector2(0, 17.865)
|
||||
initial_velocity_min = 43.85
|
||||
initial_velocity_max = 113.48
|
||||
damping_min = 0.095
|
||||
damping_max = 4.685
|
||||
angle_max = 63.2
|
||||
scale_amount_min = 0.1
|
||||
scale_amount_max = 0.15
|
||||
color = Color(1, 1, 0, 1)
|
||||
color_ramp = SubResource("Gradient_admud")
|
||||
anim_offset_max = 0.2425
|
||||
|
||||
[node name="ThingCamera" type="Camera2D" parent="."]
|
||||
position = Vector2(1150, 674)
|
||||
zoom = Vector2(1.095, 1.095)
|
||||
|
||||
[node name="look-at-thing-point" type="Node2D" parent="."]
|
||||
position = Vector2(886, 941)
|
||||
|
||||
[node name="Goat" type="Sprite2D" parent="."]
|
||||
position = Vector2(1727, 969)
|
||||
scale = Vector2(-0.362, 0.338)
|
||||
texture = ExtResource("17_i0x0u")
|
||||
|
||||
[node name="pasture" parent="." instance=ExtResource("17_wwn3l")]
|
||||
color = Color(1, 1, 1, 1)
|
||||
polygon = PackedVector2Array(-209, 888, -209, 1180, 220, 1090, 172, 830)
|
||||
target_transition = "healers"
|
||||
target = "res://scenes/healer_pasture/healer_pasture.tscn"
|
||||
label = "Pasture"
|
||||
|
||||
[node name="entrance" parent="pasture" index="0"]
|
||||
position = Vector2(98, 983)
|
||||
|
||||
[node name="exit" parent="pasture" index="1"]
|
||||
position = Vector2(-126, 1005)
|
||||
|
||||
[node name="pit" parent="." instance=ExtResource("17_wwn3l")]
|
||||
color = Color(1, 1, 1, 1)
|
||||
polygon = PackedVector2Array(1976, 896, 1916, 1246, 2480, 1299, 2389, 938)
|
||||
target_transition = "healers"
|
||||
target = "res://scenes/pit/pit.tscn"
|
||||
label = "Pit"
|
||||
|
||||
[node name="entrance" parent="pit" index="0"]
|
||||
position = Vector2(2007, 1047)
|
||||
|
||||
[node name="exit" parent="pit" index="1"]
|
||||
position = Vector2(2226, 1075)
|
||||
|
||||
[node name="healer_interior" parent="." instance=ExtResource("17_wwn3l")]
|
||||
visible = false
|
||||
position = Vector2(78, 6)
|
||||
color = Color(1, 1, 1, 0.27451)
|
||||
polygon = PackedVector2Array(344, 556, 296, 818, 614, 885, 735, 751, 636, 561)
|
||||
target_transition = "healers"
|
||||
target = "res://scenes/healer_interior/healer_interior.tscn"
|
||||
label = "Inside"
|
||||
|
||||
[node name="entrance" parent="healer_interior" index="0"]
|
||||
position = Vector2(550, 862)
|
||||
|
||||
[node name="exit" parent="healer_interior" index="1"]
|
||||
position = Vector2(497, 818)
|
||||
|
||||
[node name="Node2D" type="Node2D" parent="."]
|
||||
scale = Vector2(0.79, 0.79)
|
||||
|
||||
[node name="Polygon2D" type="Polygon2D" parent="Node2D"]
|
||||
visible = false
|
||||
z_index = 2
|
||||
material = SubResource("ShaderMaterial_0gqaa")
|
||||
position = Vector2(1497.47, -11.3924)
|
||||
scale = Vector2(0.82, 0.82)
|
||||
texture = ExtResource("34_8dv44")
|
||||
texture_scale = Vector2(0.79, 0.79)
|
||||
polygon = PackedVector2Array(96.6714, 6.12245, 71.5013, 41.4966, 106.195, 66.6667, 124.563, 88.4354, 75.583, 131.973, 28.6442, 155.782, -9.45105, 189.116, -15.5735, 229.252, 65.3789, 247.619, 168.1, 248.299, 192.59, 210.204, 257.896, 212.245, 289.869, 191.837, 307.556, 167.347, 327.964, 184.354, 343.61, 214.286, 330.005, 231.292, 283.746, 240.816, 237.488, 261.224, 234.086, 287.755, 210.277, 295.918, 169.46, 312.925, 117.08, 354.422, 73.5421, 371.429, 53.8143, 392.517, 93.2701, 409.524, 144.29, 424.49, 183.746, 430.612, 236.807, 427.211, 262.658, 425.17, 283.066, 447.619, 305.515, 437.415, 324.563, 422.449, 347.012, 438.775, 393.95, 431.292, 411.637, 410.204, 425.243, 400.68, 465.379, 400.68, 466.739, 371.429, 465.379, 355.782, 500.073, 361.905, 483.066, 388.435, 474.222, 410.884, 524.562, 408.844, 568.1, 427.211, 615.719, 446.939, 663.338, 438.775, 666.739, 397.959, 643.61, 389.116, 695.991, 392.517, 718.44, 371.429, 721.841, 340.136, 739.528, 335.374, 797.352, 325.85, 803.474, 285.034, 793.27, 240.816, 786.467, 228.571, 670.821, 231.292, 593.27, 251.701, 555.855, 251.02, 553.134, 277.551, 527.964, 257.823, 572.862, 210.204, 621.161, 202.721, 659.937, 194.558, 693.27, 170.068, 721.161, 170.748, 762.658, 189.796, 827.964, 214.966, 887.147, 226.531, 936.127, 200.68, 963.338, 181.633, 1015.04, 170.068, 1052.45, 157.143, 1069.46, 219.728, 1155.85, 213.605, 1174.9, 215.646, 1206.88, 255.102, 1252.45, 273.469, 1410.96, 285.034, 1476.94, 311.565, 1523.2, 242.177, 1533.41, 173.469, 1484.43, 127.891, 1420.48, 125.17, 1376.26, 110.204, 1370.82, 83.6735, 1410.96, 67.3469, 1473.54, 83.6735, 1502.79, 53.0612, 1536.81, 6.80272, 1506.2, -13.6054, 1290.55, -22.449, 191.91, -32.6531, 232.779, 349.505, 215.948, 379.208, 344.66, 374.257, 417.928, 341.584, 370.403, 307.921, 301.096, 302.97, 421.888, 272.277, 539.71, 297.03, 632.779, 308.911, 697.136, 286.139, 690.205, 314.852, 590.205, 375.248, 387.235, 130.693, 532.779, 104.951, 818.918, 46.5347, 998.126, 82.1782, 1221.89, 113.861, 1291.2, 181.188, 1417.93, 219.802, 1226.84, 87.1287, 1310.01, 36.6337, 1441.69, 32.6733, 309.017, 104.951, 182.284, 138.614, 130.799, 173.267, 56.5416, 179.208)
|
||||
uv = PackedVector2Array(96.6714, 6.12245, 71.5013, 41.4966, 106.195, 66.6667, 124.563, 88.4354, 75.583, 131.973, 28.6442, 155.782, -9.45105, 189.116, -15.5735, 229.252, 65.3789, 247.619, 168.1, 248.299, 192.59, 210.204, 257.896, 212.245, 289.869, 191.837, 307.556, 167.347, 327.964, 184.354, 343.61, 214.286, 330.005, 231.292, 283.746, 240.816, 237.488, 261.224, 234.086, 287.755, 210.277, 295.918, 169.46, 312.925, 117.08, 354.422, 73.5421, 371.429, 53.8143, 392.517, 93.2701, 409.524, 144.29, 424.49, 183.746, 430.612, 236.807, 427.211, 262.658, 425.17, 283.066, 447.619, 305.515, 437.415, 324.563, 422.449, 347.012, 438.775, 393.95, 431.292, 411.637, 410.204, 425.243, 400.68, 465.379, 400.68, 466.739, 371.429, 465.379, 355.782, 500.073, 361.905, 483.066, 388.435, 474.222, 410.884, 524.562, 408.844, 568.1, 427.211, 615.719, 446.939, 663.338, 438.775, 666.739, 397.959, 643.61, 389.116, 695.991, 392.517, 718.44, 371.429, 721.841, 340.136, 739.528, 335.374, 797.352, 325.85, 803.474, 285.034, 793.27, 240.816, 786.467, 228.571, 670.821, 231.292, 593.27, 251.701, 555.855, 251.02, 553.134, 277.551, 527.964, 257.823, 572.862, 210.204, 621.161, 202.721, 659.937, 194.558, 693.27, 170.068, 721.161, 170.748, 762.658, 189.796, 827.964, 214.966, 887.147, 226.531, 936.127, 200.68, 963.338, 181.633, 1015.04, 170.068, 1052.45, 157.143, 1069.46, 219.728, 1155.85, 213.605, 1174.9, 215.646, 1206.88, 255.102, 1252.45, 273.469, 1410.96, 285.034, 1476.94, 311.565, 1523.2, 242.177, 1533.41, 173.469, 1484.43, 127.891, 1420.48, 125.17, 1376.26, 110.204, 1370.82, 83.6735, 1410.96, 67.3469, 1473.54, 83.6735, 1502.79, 53.0612, 1536.81, 6.80272, 1506.2, -13.6054, 1290.55, -22.449, 191.91, -32.6531, 232.779, 349.505, 215.948, 379.208, 344.66, 374.257, 417.928, 341.584, 370.403, 307.921, 301.096, 302.97, 421.888, 272.277, 539.71, 297.03, 632.779, 308.911, 697.136, 286.139, 690.205, 314.852, 590.205, 375.248, 387.235, 130.693, 532.779, 104.951, 818.918, 46.5347, 998.126, 82.1782, 1221.89, 113.861, 1291.2, 181.188, 1417.93, 219.802, 1226.84, 87.1287, 1310.01, 36.6337, 1441.69, 32.6733, 309.017, 104.951, 182.284, 138.614, 130.799, 173.267, 56.5416, 179.208)
|
||||
internal_vertex_count = 26
|
||||
|
||||
[node name="Polygon2D2" type="Polygon2D" parent="Node2D"]
|
||||
visible = false
|
||||
z_index = 2
|
||||
material = SubResource("ShaderMaterial_3pjdn")
|
||||
position = Vector2(1472.15, -5.06329)
|
||||
scale = Vector2(0.82, 0.82)
|
||||
texture = ExtResource("34_8dv44")
|
||||
texture_scale = Vector2(0.79, 0.79)
|
||||
polygon = PackedVector2Array(96.6714, 6.12245, 71.5013, 41.4966, 106.195, 66.6667, 124.563, 88.4354, 75.583, 131.973, 28.6442, 155.782, -9.45105, 189.116, -15.5735, 229.252, 65.3789, 247.619, 168.1, 248.299, 192.59, 210.204, 257.896, 212.245, 289.869, 191.837, 307.556, 167.347, 327.964, 184.354, 343.61, 214.286, 330.005, 231.292, 283.746, 240.816, 237.488, 261.224, 234.086, 287.755, 210.277, 295.918, 169.46, 312.925, 117.08, 354.422, 73.5421, 371.429, 53.8143, 392.517, 93.2701, 409.524, 144.29, 424.49, 183.746, 430.612, 236.807, 427.211, 262.658, 425.17, 283.066, 447.619, 305.515, 437.415, 324.563, 422.449, 347.012, 438.775, 393.95, 431.292, 411.637, 410.204, 425.243, 400.68, 465.379, 400.68, 466.739, 371.429, 465.379, 355.782, 500.073, 361.905, 483.066, 388.435, 474.222, 410.884, 524.562, 408.844, 568.1, 427.211, 615.719, 446.939, 663.338, 438.775, 666.739, 397.959, 643.61, 389.116, 695.991, 392.517, 718.44, 371.429, 721.841, 340.136, 739.528, 335.374, 797.352, 325.85, 803.474, 285.034, 793.27, 240.816, 786.467, 228.571, 670.821, 231.292, 593.27, 251.701, 555.855, 251.02, 553.134, 277.551, 527.964, 257.823, 572.862, 210.204, 621.161, 202.721, 659.937, 194.558, 693.27, 170.068, 721.161, 170.748, 762.658, 189.796, 827.964, 214.966, 887.147, 226.531, 936.127, 200.68, 963.338, 181.633, 1015.04, 170.068, 1052.45, 157.143, 1069.46, 219.728, 1155.85, 213.605, 1174.9, 215.646, 1206.88, 255.102, 1252.45, 273.469, 1410.96, 285.034, 1476.94, 311.565, 1523.2, 242.177, 1533.41, 173.469, 1484.43, 127.891, 1420.48, 125.17, 1376.26, 110.204, 1370.82, 83.6735, 1410.96, 67.3469, 1473.54, 83.6735, 1502.79, 53.0612, 1536.81, 6.80272, 1506.2, -13.6054, 1290.55, -22.449, 191.91, -32.6531, 232.779, 349.505, 215.948, 379.208, 344.66, 374.257, 417.928, 341.584, 370.403, 307.921, 301.096, 302.97, 421.888, 272.277, 539.71, 297.03, 632.779, 308.911, 697.136, 286.139, 690.205, 314.852, 590.205, 375.248, 387.235, 130.693, 532.779, 104.951, 818.918, 46.5347, 998.126, 82.1782, 1221.89, 113.861, 1291.2, 181.188, 1417.93, 219.802, 1226.84, 87.1287, 1310.01, 36.6337, 1441.69, 32.6733, 309.017, 104.951, 182.284, 138.614, 130.799, 173.267, 56.5416, 179.208)
|
||||
uv = PackedVector2Array(96.6714, 6.12245, 71.5013, 41.4966, 106.195, 66.6667, 124.563, 88.4354, 75.583, 131.973, 28.6442, 155.782, -9.45105, 189.116, -15.5735, 229.252, 65.3789, 247.619, 168.1, 248.299, 192.59, 210.204, 257.896, 212.245, 289.869, 191.837, 307.556, 167.347, 327.964, 184.354, 343.61, 214.286, 330.005, 231.292, 283.746, 240.816, 237.488, 261.224, 234.086, 287.755, 210.277, 295.918, 169.46, 312.925, 117.08, 354.422, 73.5421, 371.429, 53.8143, 392.517, 93.2701, 409.524, 144.29, 424.49, 183.746, 430.612, 236.807, 427.211, 262.658, 425.17, 283.066, 447.619, 305.515, 437.415, 324.563, 422.449, 347.012, 438.775, 393.95, 431.292, 411.637, 410.204, 425.243, 400.68, 465.379, 400.68, 466.739, 371.429, 465.379, 355.782, 500.073, 361.905, 483.066, 388.435, 474.222, 410.884, 524.562, 408.844, 568.1, 427.211, 615.719, 446.939, 663.338, 438.775, 666.739, 397.959, 643.61, 389.116, 695.991, 392.517, 718.44, 371.429, 721.841, 340.136, 739.528, 335.374, 797.352, 325.85, 803.474, 285.034, 793.27, 240.816, 786.467, 228.571, 670.821, 231.292, 593.27, 251.701, 555.855, 251.02, 553.134, 277.551, 527.964, 257.823, 572.862, 210.204, 621.161, 202.721, 659.937, 194.558, 693.27, 170.068, 721.161, 170.748, 762.658, 189.796, 827.964, 214.966, 887.147, 226.531, 936.127, 200.68, 963.338, 181.633, 1015.04, 170.068, 1052.45, 157.143, 1069.46, 219.728, 1155.85, 213.605, 1174.9, 215.646, 1206.88, 255.102, 1252.45, 273.469, 1410.96, 285.034, 1476.94, 311.565, 1523.2, 242.177, 1533.41, 173.469, 1484.43, 127.891, 1420.48, 125.17, 1376.26, 110.204, 1370.82, 83.6735, 1410.96, 67.3469, 1473.54, 83.6735, 1502.79, 53.0612, 1536.81, 6.80272, 1506.2, -13.6054, 1290.55, -22.449, 191.91, -32.6531, 232.779, 349.505, 215.948, 379.208, 344.66, 374.257, 417.928, 341.584, 370.403, 307.921, 301.096, 302.97, 421.888, 272.277, 539.71, 297.03, 632.779, 308.911, 697.136, 286.139, 690.205, 314.852, 590.205, 375.248, 387.235, 130.693, 532.779, 104.951, 818.918, 46.5347, 998.126, 82.1782, 1221.89, 113.861, 1291.2, 181.188, 1417.93, 219.802, 1226.84, 87.1287, 1310.01, 36.6337, 1441.69, 32.6733, 309.017, 104.951, 182.284, 138.614, 130.799, 173.267, 56.5416, 179.208)
|
||||
internal_vertex_count = 26
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="Node2D/Polygon2D2"]
|
||||
visible = false
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="Node2D/Polygon2D2"]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_62768")
|
||||
}
|
||||
autoplay = "sway"
|
||||
|
||||
[connection signal="entered_from_pasture" from="." to="." method="_on_entered_from_pasture"]
|
||||
[connection signal="interacted" from="SetPiece" to="." method="_on_set_piece_interacted"]
|
||||
[connection signal="interacted" from="pasture" to="." method="_on_pasture_interacted"]
|
||||
[connection signal="interacted" from="pit" to="." method="_on_pit_interacted"]
|
||||
[connection signal="interacted" from="healer_interior" to="." method="_on_healer_interior_interacted"]
|
||||
|
||||
[editable path="pasture"]
|
||||
[editable path="pit"]
|
||||
[editable path="healer_interior"]
|
||||
BIN
scenes/archive/healers/image6.png
LFS
Normal file
BIN
scenes/archive/healers/image6.png
LFS
Normal file
Binary file not shown.
BIN
scenes/archive/healers/image6.png-autosave.kra
Normal file
BIN
scenes/archive/healers/image6.png-autosave.kra
Normal file
Binary file not shown.
40
scenes/archive/healers/image6.png.import
Normal file
40
scenes/archive/healers/image6.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bj44850m5xlfn"
|
||||
path="res://.godot/imported/image6.png-d65b01db96eaf52c892c92b70506e118.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/image6.png"
|
||||
dest_files=["res://.godot/imported/image6.png-d65b01db96eaf52c892c92b70506e118.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/leaves.png
LFS
Normal file
BIN
scenes/archive/healers/leaves.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/leaves.png.import
Normal file
40
scenes/archive/healers/leaves.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cuom3fk05vw8b"
|
||||
path="res://.godot/imported/leaves.png-a44f97ff17e5bd1c1f0e9b548a020560.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/leaves.png"
|
||||
dest_files=["res://.godot/imported/leaves.png-a44f97ff17e5bd1c1f0e9b548a020560.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/rocks.png
LFS
Normal file
BIN
scenes/archive/healers/rocks.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/rocks.png.import
Normal file
40
scenes/archive/healers/rocks.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cc32vj8gx56iv"
|
||||
path="res://.godot/imported/rocks.png-04af3ee9f25b48d4a53fb37123a9304a.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/rocks.png"
|
||||
dest_files=["res://.godot/imported/rocks.png-04af3ee9f25b48d4a53fb37123a9304a.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/trimmed-anim/frame_00001_.png
LFS
Normal file
BIN
scenes/archive/healers/trimmed-anim/frame_00001_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/trimmed-anim/frame_00001_.png.import
Normal file
40
scenes/archive/healers/trimmed-anim/frame_00001_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://jyv82n5hrkh3"
|
||||
path="res://.godot/imported/frame_00001_.png-dd64bb6567d9559129d855f52d04db77.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/trimmed-anim/frame_00001_.png"
|
||||
dest_files=["res://.godot/imported/frame_00001_.png-dd64bb6567d9559129d855f52d04db77.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/trimmed-anim/frame_00002_.png
LFS
Normal file
BIN
scenes/archive/healers/trimmed-anim/frame_00002_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/trimmed-anim/frame_00002_.png.import
Normal file
40
scenes/archive/healers/trimmed-anim/frame_00002_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dow3uuwdk3r4g"
|
||||
path="res://.godot/imported/frame_00002_.png-6fb2fa43bde68865c96011de8cc951dd.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/trimmed-anim/frame_00002_.png"
|
||||
dest_files=["res://.godot/imported/frame_00002_.png-6fb2fa43bde68865c96011de8cc951dd.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/trimmed-anim/frame_00003_.png
LFS
Normal file
BIN
scenes/archive/healers/trimmed-anim/frame_00003_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/trimmed-anim/frame_00003_.png.import
Normal file
40
scenes/archive/healers/trimmed-anim/frame_00003_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b31xg6f7mxdpt"
|
||||
path="res://.godot/imported/frame_00003_.png-c186e454dd9025331c6eef27541ca49c.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/trimmed-anim/frame_00003_.png"
|
||||
dest_files=["res://.godot/imported/frame_00003_.png-c186e454dd9025331c6eef27541ca49c.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/trimmed-anim/frame_00004_.png
LFS
Normal file
BIN
scenes/archive/healers/trimmed-anim/frame_00004_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/trimmed-anim/frame_00004_.png.import
Normal file
40
scenes/archive/healers/trimmed-anim/frame_00004_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bjlxjwgo5wob5"
|
||||
path="res://.godot/imported/frame_00004_.png-94bf774198fc1e0ec77c949e8047a56f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/trimmed-anim/frame_00004_.png"
|
||||
dest_files=["res://.godot/imported/frame_00004_.png-94bf774198fc1e0ec77c949e8047a56f.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/trimmed-anim/frame_00005_.png
LFS
Normal file
BIN
scenes/archive/healers/trimmed-anim/frame_00005_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/trimmed-anim/frame_00005_.png.import
Normal file
40
scenes/archive/healers/trimmed-anim/frame_00005_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://1htup8wmmqv6"
|
||||
path="res://.godot/imported/frame_00005_.png-1d6d4cd4a875330be35a321b670cc030.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/trimmed-anim/frame_00005_.png"
|
||||
dest_files=["res://.godot/imported/frame_00005_.png-1d6d4cd4a875330be35a321b670cc030.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/trimmed-anim/frame_00006_.png
LFS
Normal file
BIN
scenes/archive/healers/trimmed-anim/frame_00006_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/trimmed-anim/frame_00006_.png.import
Normal file
40
scenes/archive/healers/trimmed-anim/frame_00006_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://obibvl8ctxu5"
|
||||
path="res://.godot/imported/frame_00006_.png-ad395df552efb76672b374fcb7dbdf00.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/trimmed-anim/frame_00006_.png"
|
||||
dest_files=["res://.godot/imported/frame_00006_.png-ad395df552efb76672b374fcb7dbdf00.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/trimmed-anim/frame_00007_.png
LFS
Normal file
BIN
scenes/archive/healers/trimmed-anim/frame_00007_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/trimmed-anim/frame_00007_.png.import
Normal file
40
scenes/archive/healers/trimmed-anim/frame_00007_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dfdej3nfxy6fu"
|
||||
path="res://.godot/imported/frame_00007_.png-8c61377f7d340c35191e35064c020a31.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/trimmed-anim/frame_00007_.png"
|
||||
dest_files=["res://.godot/imported/frame_00007_.png-8c61377f7d340c35191e35064c020a31.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/trimmed-anim/frame_00008_.png
LFS
Normal file
BIN
scenes/archive/healers/trimmed-anim/frame_00008_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/trimmed-anim/frame_00008_.png.import
Normal file
40
scenes/archive/healers/trimmed-anim/frame_00008_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://qenh5jngyree"
|
||||
path="res://.godot/imported/frame_00008_.png-f9608d40d25cbf40d42fa78b5f63e268.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/trimmed-anim/frame_00008_.png"
|
||||
dest_files=["res://.godot/imported/frame_00008_.png-f9608d40d25cbf40d42fa78b5f63e268.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/trimmed-anim/frame_00009_.png
LFS
Normal file
BIN
scenes/archive/healers/trimmed-anim/frame_00009_.png
LFS
Normal file
Binary file not shown.
40
scenes/archive/healers/trimmed-anim/frame_00009_.png.import
Normal file
40
scenes/archive/healers/trimmed-anim/frame_00009_.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://y54vwtrh8hq3"
|
||||
path="res://.godot/imported/frame_00009_.png-cb0910169b59cd73bac02a954194c6b8.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/archive/healers/trimmed-anim/frame_00009_.png"
|
||||
dest_files=["res://.godot/imported/frame_00009_.png-cb0910169b59cd73bac02a954194c6b8.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
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/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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
|
||||
BIN
scenes/archive/healers/trimmed-anim/frame_00010_.png
LFS
Normal file
BIN
scenes/archive/healers/trimmed-anim/frame_00010_.png
LFS
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user