diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..77a3da5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "kq4-sierra-decompile"] + path = kq4-sierra-decompile + url = ssh://raspberrypi/~/git/sierra-decompile diff --git a/Ego.tres b/Ego.tres index a4b8047..e1f1f21 100644 --- a/Ego.tres +++ b/Ego.tres @@ -1,4 +1,4 @@ -[gd_resource type="VisualShader" load_steps=5 format=3 uid="uid://gg0tjobjip6u"] +[gd_resource type="VisualShader" format=3 uid="uid://gg0tjobjip6u"] [sub_resource type="VisualShaderNodeInput" id="VisualShaderNodeInput_cm35s"] input_name = "texture" @@ -14,44 +14,6 @@ expanded_output_ports = [0] operator = 2 [resource] -code = "shader_type canvas_item; -render_mode blend_mix; - - -// Varyings -varying float var_ueu; - -uniform sampler2D tex_frg_6; - - - -void vertex() { - var_ueu = 0.0; -} - -void fragment() { - vec4 n_out5p0; -// Texture2D:5 - n_out5p0 = texture(TEXTURE, UV); - float n_out5p4 = n_out5p0.a; - - -// Texture2D:6 - vec4 n_out6p0 = texture(tex_frg_6, UV); - float n_out6p1 = n_out6p0.r; - - -// FloatOp:7 - float n_out7p0 = n_out5p4 * n_out6p1; - - -// Output:0 - COLOR.rgb = vec3(n_out5p0.xyz); - COLOR.a = n_out7p0; - - -} -" mode = 1 flags/light_only = false varyings/ueu = "0,0" diff --git a/Game.tscn b/Game.tscn index 2a59bb1..f6635d9 100644 --- a/Game.tscn +++ b/Game.tscn @@ -9,7 +9,7 @@ [ext_resource type="Script" uid="uid://dsmai0fv8apie" path="res://GameScript.gd" id="5_rglkg"] [ext_resource type="PackedScene" uid="uid://c0mp4a2u3jkd" path="res://portrait.tscn" id="7_fj12q"] [ext_resource type="Script" uid="uid://bsvab128vy1ip" path="res://OffsetCameraBasedOnMovement.gd" id="8_cvftx"] -[ext_resource type="PackedScene" uid="uid://dx5rhiwa1tnvx" path="res://scenes/pool/pool.tscn" id="8_yx171"] +[ext_resource type="PackedScene" uid="uid://dx5rhiwa1tnvx" path="res://scenes/kq4_003_fountain_pool/kq4_003_fountain_pool.tscn" id="8_yx171"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_44mjr"] shader = ExtResource("2_jr51a") diff --git a/default_env.tres b/default_env.tres index 1fbf8ca..6c10cd0 100644 --- a/default_env.tres +++ b/default_env.tres @@ -1,4 +1,4 @@ -[gd_resource type="Environment" load_steps=2 format=3 uid="uid://cpvow52mm40qn"] +[gd_resource type="Environment" format=3 uid="uid://cpvow52mm40qn"] [sub_resource type="Sky" id="1"] diff --git a/kq4-sierra-decompile b/kq4-sierra-decompile new file mode 160000 index 0000000..5aa99ef --- /dev/null +++ b/kq4-sierra-decompile @@ -0,0 +1 @@ +Subproject commit 5aa99efa916c6f4d2fd82e56534813dc8579b65c diff --git a/project.godot b/project.godot index e183db4..d04ccc8 100644 --- a/project.godot +++ b/project.godot @@ -8,11 +8,15 @@ config_version=5 +[animation] + +compatibility/default_parent_skeleton_in_mesh_instance_3d=true + [application] config/name="ai-game" run/main_scene="res://Game.tscn" -config/features=PackedStringArray("4.4") +config/features=PackedStringArray("4.6") config/icon="res://icon.png" [autoload] diff --git a/scenes/cave_entrance/big-cave-entrance.png b/scenes/archive/cave_entrance/big-cave-entrance.png similarity index 100% rename from scenes/cave_entrance/big-cave-entrance.png rename to scenes/archive/cave_entrance/big-cave-entrance.png diff --git a/scenes/cave_entrance/big-cave-entrance.png.import b/scenes/archive/cave_entrance/big-cave-entrance.png.import similarity index 56% rename from scenes/cave_entrance/big-cave-entrance.png.import rename to scenes/archive/cave_entrance/big-cave-entrance.png.import index ae8f931..8a4ff28 100644 --- a/scenes/cave_entrance/big-cave-entrance.png.import +++ b/scenes/archive/cave_entrance/big-cave-entrance.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://cryf365fgpbd" -path="res://.godot/imported/big-cave-entrance.png-6c36c0a55923d9a2c804a3d209bc72c7.ctex" +path="res://.godot/imported/big-cave-entrance.png-da23125f55a50551405bf1affbf8fc4b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/cave_entrance/big-cave-entrance.png" -dest_files=["res://.godot/imported/big-cave-entrance.png-6c36c0a55923d9a2c804a3d209bc72c7.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/cave_entrance/cave_entrance.gd b/scenes/archive/cave_entrance/cave_entrance.gd similarity index 100% rename from scenes/cave_entrance/cave_entrance.gd rename to scenes/archive/cave_entrance/cave_entrance.gd diff --git a/scenes/cave_entrance/cave_entrance.gd.uid b/scenes/archive/cave_entrance/cave_entrance.gd.uid similarity index 100% rename from scenes/cave_entrance/cave_entrance.gd.uid rename to scenes/archive/cave_entrance/cave_entrance.gd.uid diff --git a/scenes/cave_entrance/cave_entrance.tscn b/scenes/archive/cave_entrance/cave_entrance.tscn similarity index 92% rename from scenes/cave_entrance/cave_entrance.tscn rename to scenes/archive/cave_entrance/cave_entrance.tscn index c6b135d..01155e1 100644 --- a/scenes/cave_entrance/cave_entrance.tscn +++ b/scenes/archive/cave_entrance/cave_entrance.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=7 format=3 uid="uid://b7qxwla60qwuh"] +[gd_scene format=3 uid="uid://b7qxwla60qwuh"] -[ext_resource type="Script" uid="uid://bidu0veg6nsac" path="res://scenes/cave_entrance/cave_entrance.gd" id="1_kad6t"] -[ext_resource type="Texture2D" uid="uid://cryf365fgpbd" path="res://scenes/cave_entrance/big-cave-entrance.png" id="2_seheg"] +[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/healer_pasture/foreground.png" id="5_rvo8g"] +[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"] diff --git a/scenes/cave_top/cave_top.gd b/scenes/archive/cave_top/cave_top.gd similarity index 100% rename from scenes/cave_top/cave_top.gd rename to scenes/archive/cave_top/cave_top.gd diff --git a/scenes/cave_top/cave_top.gd.uid b/scenes/archive/cave_top/cave_top.gd.uid similarity index 100% rename from scenes/cave_top/cave_top.gd.uid rename to scenes/archive/cave_top/cave_top.gd.uid diff --git a/scenes/cave_top/cave_top.png b/scenes/archive/cave_top/cave_top.png similarity index 100% rename from scenes/cave_top/cave_top.png rename to scenes/archive/cave_top/cave_top.png diff --git a/scenes/cave_top/cave_top.png.import b/scenes/archive/cave_top/cave_top.png.import similarity index 58% rename from scenes/cave_top/cave_top.png.import rename to scenes/archive/cave_top/cave_top.png.import index 2a83f29..fa429d8 100644 --- a/scenes/cave_top/cave_top.png.import +++ b/scenes/archive/cave_top/cave_top.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://csvf7xfa45667" -path="res://.godot/imported/cave_top.png-c67377c59836aca32bce23a89b283d10.ctex" +path="res://.godot/imported/cave_top.png-3a114e5ed117cb16c836d2f4b7099f1d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/cave_top/cave_top.png" -dest_files=["res://.godot/imported/cave_top.png-c67377c59836aca32bce23a89b283d10.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/cave_top/cave_top.tscn b/scenes/archive/cave_top/cave_top.tscn similarity index 94% rename from scenes/cave_top/cave_top.tscn rename to scenes/archive/cave_top/cave_top.tscn index a9f5573..c327895 100644 --- a/scenes/cave_top/cave_top.tscn +++ b/scenes/archive/cave_top/cave_top.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=7 format=3 uid="uid://tavnudb8gvkq"] +[gd_scene format=3 uid="uid://tavnudb8gvkq"] -[ext_resource type="Script" uid="uid://dqasvwdwv3bnh" path="res://scenes/cave_top/cave_top.gd" id="1_0j7fc"] -[ext_resource type="Texture2D" uid="uid://csvf7xfa45667" path="res://scenes/cave_top/cave_top.png" id="2_uy4by"] +[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/healer_pasture/foreground.png" id="4_54k2t"] +[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"] diff --git a/scenes/critter_area/critter-big.png b/scenes/archive/critter_area/critter-big.png similarity index 100% rename from scenes/critter_area/critter-big.png rename to scenes/archive/critter_area/critter-big.png diff --git a/scenes/critter_area/critter-big.png.import b/scenes/archive/critter_area/critter-big.png.import similarity index 57% rename from scenes/critter_area/critter-big.png.import rename to scenes/archive/critter_area/critter-big.png.import index 4a7573d..aced97e 100644 --- a/scenes/critter_area/critter-big.png.import +++ b/scenes/archive/critter_area/critter-big.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://b1psci000x2kl" -path="res://.godot/imported/critter-big.png-a35f6aec76767417c15668c31155faf7.ctex" +path="res://.godot/imported/critter-big.png-2bdf8f14136f0fcca62f9c2c286dc5e5.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/critter_area/critter-big.png" -dest_files=["res://.godot/imported/critter-big.png-a35f6aec76767417c15668c31155faf7.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/critter_area/critter_area.gd b/scenes/archive/critter_area/critter_area.gd similarity index 100% rename from scenes/critter_area/critter_area.gd rename to scenes/archive/critter_area/critter_area.gd diff --git a/scenes/critter_area/critter_area.gd.uid b/scenes/archive/critter_area/critter_area.gd.uid similarity index 100% rename from scenes/critter_area/critter_area.gd.uid rename to scenes/archive/critter_area/critter_area.gd.uid diff --git a/scenes/critter_area/critter_area.tscn b/scenes/archive/critter_area/critter_area.tscn similarity index 92% rename from scenes/critter_area/critter_area.tscn rename to scenes/archive/critter_area/critter_area.tscn index 5569e17..0af4723 100644 --- a/scenes/critter_area/critter_area.tscn +++ b/scenes/archive/critter_area/critter_area.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=7 format=3 uid="uid://bruytrmcalwpy"] +[gd_scene format=3 uid="uid://bruytrmcalwpy"] -[ext_resource type="Script" uid="uid://ci0qalod14hbk" path="res://scenes/critter_area/critter_area.gd" id="1_li2s3"] -[ext_resource type="Texture2D" uid="uid://b1psci000x2kl" path="res://scenes/critter_area/critter-big.png" id="2_tpwd0"] +[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/healer_pasture/foreground.png" id="4_l84pe"] +[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"] diff --git a/scenes/deep_cave/deep_cave.gd b/scenes/archive/deep_cave/deep_cave.gd similarity index 100% rename from scenes/deep_cave/deep_cave.gd rename to scenes/archive/deep_cave/deep_cave.gd diff --git a/scenes/deep_cave/deep_cave.gd.uid b/scenes/archive/deep_cave/deep_cave.gd.uid similarity index 100% rename from scenes/deep_cave/deep_cave.gd.uid rename to scenes/archive/deep_cave/deep_cave.gd.uid diff --git a/scenes/deep_cave/deep_cave.tscn b/scenes/archive/deep_cave/deep_cave.tscn similarity index 92% rename from scenes/deep_cave/deep_cave.tscn rename to scenes/archive/deep_cave/deep_cave.tscn index 66a3a1a..5df554b 100644 --- a/scenes/deep_cave/deep_cave.tscn +++ b/scenes/archive/deep_cave/deep_cave.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=7 format=3 uid="uid://by3vlm6hep0b7"] +[gd_scene format=3 uid="uid://by3vlm6hep0b7"] -[ext_resource type="Script" uid="uid://cr13vk4uh6xxq" path="res://scenes/deep_cave/deep_cave.gd" id="1_04uj1"] -[ext_resource type="Texture2D" uid="uid://csffrevwcdrh5" path="res://scenes/deep_cave/inside-cave-deep-big.png" id="2_w2dfs"] +[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/healer_pasture/foreground.png" id="4_ank2u"] +[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"] diff --git a/scenes/deep_cave/inside-cave-deep-big.png b/scenes/archive/deep_cave/inside-cave-deep-big.png similarity index 100% rename from scenes/deep_cave/inside-cave-deep-big.png rename to scenes/archive/deep_cave/inside-cave-deep-big.png diff --git a/scenes/deep_cave/inside-cave-deep-big.png.import b/scenes/archive/deep_cave/inside-cave-deep-big.png.import similarity index 56% rename from scenes/deep_cave/inside-cave-deep-big.png.import rename to scenes/archive/deep_cave/inside-cave-deep-big.png.import index a250b49..27852b6 100644 --- a/scenes/deep_cave/inside-cave-deep-big.png.import +++ b/scenes/archive/deep_cave/inside-cave-deep-big.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://csffrevwcdrh5" -path="res://.godot/imported/inside-cave-deep-big.png-ded57dc55cd8bb46747d92b692d889fc.ctex" +path="res://.godot/imported/inside-cave-deep-big.png-08fe1d81137b4a5b06c0cbf8e73cb68a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/deep_cave/inside-cave-deep-big.png" -dest_files=["res://.godot/imported/inside-cave-deep-big.png-ded57dc55cd8bb46747d92b692d889fc.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/entrance/entrance-wall.png b/scenes/archive/entrance/entrance-wall.png similarity index 100% rename from scenes/entrance/entrance-wall.png rename to scenes/archive/entrance/entrance-wall.png diff --git a/scenes/entrance/entrance-wall.png.import b/scenes/archive/entrance/entrance-wall.png.import similarity index 57% rename from scenes/entrance/entrance-wall.png.import rename to scenes/archive/entrance/entrance-wall.png.import index f0dda97..dae7e7a 100644 --- a/scenes/entrance/entrance-wall.png.import +++ b/scenes/archive/entrance/entrance-wall.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://dm073a7haso5u" -path="res://.godot/imported/entrance-wall.png-2292cc7acf048cd6e33ff65d08e20402.ctex" +path="res://.godot/imported/entrance-wall.png-54d149620ae7c71d34566d8a800d98b9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/entrance/entrance-wall.png" -dest_files=["res://.godot/imported/entrance-wall.png-2292cc7acf048cd6e33ff65d08e20402.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/entrance/entrance.gd b/scenes/archive/entrance/entrance.gd similarity index 100% rename from scenes/entrance/entrance.gd rename to scenes/archive/entrance/entrance.gd diff --git a/scenes/entrance/entrance.gd.uid b/scenes/archive/entrance/entrance.gd.uid similarity index 100% rename from scenes/entrance/entrance.gd.uid rename to scenes/archive/entrance/entrance.gd.uid diff --git a/scenes/entrance/entrance.png b/scenes/archive/entrance/entrance.png similarity index 100% rename from scenes/entrance/entrance.png rename to scenes/archive/entrance/entrance.png diff --git a/scenes/entrance/entrance.png.import b/scenes/archive/entrance/entrance.png.import similarity index 58% rename from scenes/entrance/entrance.png.import rename to scenes/archive/entrance/entrance.png.import index cccc621..853b277 100644 --- a/scenes/entrance/entrance.png.import +++ b/scenes/archive/entrance/entrance.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://bt71v74d7262v" -path="res://.godot/imported/entrance.png-584ee2aeccd775aaffc78edad4daaa13.ctex" +path="res://.godot/imported/entrance.png-f055bd99123b443e5620fd5b7d2044ce.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/entrance/entrance.png" -dest_files=["res://.godot/imported/entrance.png-584ee2aeccd775aaffc78edad4daaa13.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/entrance/entrance.tscn b/scenes/archive/entrance/entrance.tscn similarity index 94% rename from scenes/entrance/entrance.tscn rename to scenes/archive/entrance/entrance.tscn index 918c2fa..82761e5 100644 --- a/scenes/entrance/entrance.tscn +++ b/scenes/archive/entrance/entrance.tscn @@ -1,10 +1,10 @@ -[gd_scene load_steps=8 format=3 uid="uid://bv7s7oyoqecyy"] +[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/entrance/entrance.gd" id="2"] +[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/entrance/entrance.png" id="4"] -[ext_resource type="Texture2D" uid="uid://dm073a7haso5u" path="res://scenes/entrance/entrance-wall.png" id="5"] +[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"] diff --git a/scenes/healer_interior/ComfyUI_temp_fvpgy_00001_.png b/scenes/archive/healer_interior/ComfyUI_temp_fvpgy_00001_.png similarity index 100% rename from scenes/healer_interior/ComfyUI_temp_fvpgy_00001_.png rename to scenes/archive/healer_interior/ComfyUI_temp_fvpgy_00001_.png diff --git a/scenes/healer_interior/ComfyUI_temp_fvpgy_00001_.png.import b/scenes/archive/healer_interior/ComfyUI_temp_fvpgy_00001_.png.import similarity index 61% rename from scenes/healer_interior/ComfyUI_temp_fvpgy_00001_.png.import rename to scenes/archive/healer_interior/ComfyUI_temp_fvpgy_00001_.png.import index 3e85a4e..f7c9447 100644 --- a/scenes/healer_interior/ComfyUI_temp_fvpgy_00001_.png.import +++ b/scenes/archive/healer_interior/ComfyUI_temp_fvpgy_00001_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://dnbnq73wlh7tt" -path="res://.godot/imported/ComfyUI_temp_fvpgy_00001_.png-ca8ae0c9d436c958cd0e1cd26d6f7cee.ctex" +path="res://.godot/imported/ComfyUI_temp_fvpgy_00001_.png-c2aadb990dbe1211eb6baaf7935df875.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healer_interior/ComfyUI_temp_fvpgy_00001_.png" -dest_files=["res://.godot/imported/ComfyUI_temp_fvpgy_00001_.png-ca8ae0c9d436c958cd0e1cd26d6f7cee.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healer_interior/healer_interior.gd b/scenes/archive/healer_interior/healer_interior.gd similarity index 100% rename from scenes/healer_interior/healer_interior.gd rename to scenes/archive/healer_interior/healer_interior.gd diff --git a/scenes/healer_interior/healer_interior.gd.uid b/scenes/archive/healer_interior/healer_interior.gd.uid similarity index 100% rename from scenes/healer_interior/healer_interior.gd.uid rename to scenes/archive/healer_interior/healer_interior.gd.uid diff --git a/scenes/healer_interior/healer_interior.tscn b/scenes/archive/healer_interior/healer_interior.tscn similarity index 92% rename from scenes/healer_interior/healer_interior.tscn rename to scenes/archive/healer_interior/healer_interior.tscn index f91f419..bc9aab7 100644 --- a/scenes/healer_interior/healer_interior.tscn +++ b/scenes/archive/healer_interior/healer_interior.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=8 format=3 uid="uid://c2i6gl7gloe14"] +[gd_scene format=3 uid="uid://c2i6gl7gloe14"] -[ext_resource type="Script" uid="uid://captxuow01igl" path="res://scenes/healer_interior/healer_interior.gd" id="1_8ddec"] -[ext_resource type="Texture2D" uid="uid://dnbnq73wlh7tt" path="res://scenes/healer_interior/ComfyUI_temp_fvpgy_00001_.png" id="2_o8adn"] +[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/healer_pasture/foreground.png" id="4_2rl4s"] +[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"] diff --git a/scenes/healer_pasture/foreground.png b/scenes/archive/healer_pasture/foreground.png similarity index 100% rename from scenes/healer_pasture/foreground.png rename to scenes/archive/healer_pasture/foreground.png diff --git a/scenes/healer_pasture/foreground.png.import b/scenes/archive/healer_pasture/foreground.png.import similarity index 57% rename from scenes/healer_pasture/foreground.png.import rename to scenes/archive/healer_pasture/foreground.png.import index cdbbfd8..9eb752f 100644 --- a/scenes/healer_pasture/foreground.png.import +++ b/scenes/archive/healer_pasture/foreground.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://c2vwbdxi6hpa8" -path="res://.godot/imported/foreground.png-7212011e21614168cdbc6602544c34b3.ctex" +path="res://.godot/imported/foreground.png-43383103dddc794b7752affd225fc706.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healer_pasture/foreground.png" -dest_files=["res://.godot/imported/foreground.png-7212011e21614168cdbc6602544c34b3.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healer_pasture/healer_pasture.gd b/scenes/archive/healer_pasture/healer_pasture.gd similarity index 100% rename from scenes/healer_pasture/healer_pasture.gd rename to scenes/archive/healer_pasture/healer_pasture.gd diff --git a/scenes/healer_pasture/healer_pasture.gd.uid b/scenes/archive/healer_pasture/healer_pasture.gd.uid similarity index 100% rename from scenes/healer_pasture/healer_pasture.gd.uid rename to scenes/archive/healer_pasture/healer_pasture.gd.uid diff --git a/scenes/healer_pasture/healer_pasture.tscn b/scenes/archive/healer_pasture/healer_pasture.tscn similarity index 93% rename from scenes/healer_pasture/healer_pasture.tscn rename to scenes/archive/healer_pasture/healer_pasture.tscn index 56aa41e..394cb2d 100644 --- a/scenes/healer_pasture/healer_pasture.tscn +++ b/scenes/archive/healer_pasture/healer_pasture.tscn @@ -1,7 +1,7 @@ -[gd_scene load_steps=6 format=3 uid="uid://ct7hctpa6641e"] +[gd_scene format=3 uid="uid://ct7hctpa6641e"] -[ext_resource type="Script" uid="uid://b3eps20sq67gn" path="res://scenes/healer_pasture/healer_pasture.gd" id="1_yrj0n"] -[ext_resource type="Texture2D" uid="uid://q44n4fwunqnu" path="res://scenes/healer_pasture/meadow.png" id="2_xlj8p"] +[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"] diff --git a/scenes/healer_pasture/image6.png b/scenes/archive/healer_pasture/image6.png similarity index 100% rename from scenes/healer_pasture/image6.png rename to scenes/archive/healer_pasture/image6.png diff --git a/scenes/healer_pasture/image6.png.import b/scenes/archive/healer_pasture/image6.png.import similarity index 58% rename from scenes/healer_pasture/image6.png.import rename to scenes/archive/healer_pasture/image6.png.import index 3023b53..dfa5af8 100644 --- a/scenes/healer_pasture/image6.png.import +++ b/scenes/archive/healer_pasture/image6.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://bdrjiflog0m3g" -path="res://.godot/imported/image6.png-e05d73c07f1bbab3b96eafc67a71dc8d.ctex" +path="res://.godot/imported/image6.png-7762174773c225b77ff0afa2e88ae80e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healer_pasture/image6.png" -dest_files=["res://.godot/imported/image6.png-e05d73c07f1bbab3b96eafc67a71dc8d.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healer_pasture/meadow.png b/scenes/archive/healer_pasture/meadow.png similarity index 100% rename from scenes/healer_pasture/meadow.png rename to scenes/archive/healer_pasture/meadow.png diff --git a/scenes/healer_pasture/meadow.png.import b/scenes/archive/healer_pasture/meadow.png.import similarity index 58% rename from scenes/healer_pasture/meadow.png.import rename to scenes/archive/healer_pasture/meadow.png.import index 8b0717b..d96448d 100644 --- a/scenes/healer_pasture/meadow.png.import +++ b/scenes/archive/healer_pasture/meadow.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://q44n4fwunqnu" -path="res://.godot/imported/meadow.png-eac62227efdfa76c5a8d23ab8cb85dfb.ctex" +path="res://.godot/imported/meadow.png-f52c81d5b07995b531b7f85025996180.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healer_pasture/meadow.png" -dest_files=["res://.godot/imported/meadow.png-eac62227efdfa76c5a8d23ab8cb85dfb.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healer_pasture/output_00008_.png b/scenes/archive/healer_pasture/output_00008_.png similarity index 100% rename from scenes/healer_pasture/output_00008_.png rename to scenes/archive/healer_pasture/output_00008_.png diff --git a/scenes/healer_pasture/output_00008_.png.import b/scenes/archive/healer_pasture/output_00008_.png.import similarity index 57% rename from scenes/healer_pasture/output_00008_.png.import rename to scenes/archive/healer_pasture/output_00008_.png.import index 3147d07..78dc8b5 100644 --- a/scenes/healer_pasture/output_00008_.png.import +++ b/scenes/archive/healer_pasture/output_00008_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://bevj01d40tjpv" -path="res://.godot/imported/output_00008_.png-942147746dbd5bdf4cfc531440bf7f55.ctex" +path="res://.godot/imported/output_00008_.png-fe706a76c018bae76f79fd72fc28255d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healer_pasture/output_00008_.png" -dest_files=["res://.godot/imported/output_00008_.png-942147746dbd5bdf4cfc531440bf7f55.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/New Folder/out_00001_.png b/scenes/archive/healers/New Folder/out_00001_.png similarity index 100% rename from scenes/healers/New Folder/out_00001_.png rename to scenes/archive/healers/New Folder/out_00001_.png diff --git a/scenes/healers/New Folder/out_00001_.png.import b/scenes/archive/healers/New Folder/out_00001_.png.import similarity index 57% rename from scenes/healers/New Folder/out_00001_.png.import rename to scenes/archive/healers/New Folder/out_00001_.png.import index 0fcdd4b..b285979 100644 --- a/scenes/healers/New Folder/out_00001_.png.import +++ b/scenes/archive/healers/New Folder/out_00001_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://bymop00v47nt7" -path="res://.godot/imported/out_00001_.png-cbbd779e12e3ad17c94a0e2e3ddc06bf.ctex" +path="res://.godot/imported/out_00001_.png-6a9b85d0a834a9a83701c1e9ccf7cad6.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/New Folder/out_00001_.png" -dest_files=["res://.godot/imported/out_00001_.png-cbbd779e12e3ad17c94a0e2e3ddc06bf.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/New Folder/out_00002_.png b/scenes/archive/healers/New Folder/out_00002_.png similarity index 100% rename from scenes/healers/New Folder/out_00002_.png rename to scenes/archive/healers/New Folder/out_00002_.png diff --git a/scenes/healers/New Folder/out_00002_.png.import b/scenes/archive/healers/New Folder/out_00002_.png.import similarity index 57% rename from scenes/healers/New Folder/out_00002_.png.import rename to scenes/archive/healers/New Folder/out_00002_.png.import index 880ebec..39714ff 100644 --- a/scenes/healers/New Folder/out_00002_.png.import +++ b/scenes/archive/healers/New Folder/out_00002_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://hsahcj384qh4" -path="res://.godot/imported/out_00002_.png-699e8ef083726380347a641f7e0e15e4.ctex" +path="res://.godot/imported/out_00002_.png-40ef23fd24cc548dc84aa381823b7f31.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/New Folder/out_00002_.png" -dest_files=["res://.godot/imported/out_00002_.png-699e8ef083726380347a641f7e0e15e4.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/New Folder/out_00003_.png b/scenes/archive/healers/New Folder/out_00003_.png similarity index 100% rename from scenes/healers/New Folder/out_00003_.png rename to scenes/archive/healers/New Folder/out_00003_.png diff --git a/scenes/healers/New Folder/out_00003_.png.import b/scenes/archive/healers/New Folder/out_00003_.png.import similarity index 57% rename from scenes/healers/New Folder/out_00003_.png.import rename to scenes/archive/healers/New Folder/out_00003_.png.import index 79e3f06..652df76 100644 --- a/scenes/healers/New Folder/out_00003_.png.import +++ b/scenes/archive/healers/New Folder/out_00003_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://dve32x58w3q1v" -path="res://.godot/imported/out_00003_.png-cc676a84a17916a12dc759a26b13033a.ctex" +path="res://.godot/imported/out_00003_.png-6350144455e09306d464d172e155363d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/New Folder/out_00003_.png" -dest_files=["res://.godot/imported/out_00003_.png-cc676a84a17916a12dc759a26b13033a.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/New Folder/out_00004_.png b/scenes/archive/healers/New Folder/out_00004_.png similarity index 100% rename from scenes/healers/New Folder/out_00004_.png rename to scenes/archive/healers/New Folder/out_00004_.png diff --git a/scenes/healers/New Folder/out_00004_.png.import b/scenes/archive/healers/New Folder/out_00004_.png.import similarity index 57% rename from scenes/healers/New Folder/out_00004_.png.import rename to scenes/archive/healers/New Folder/out_00004_.png.import index 1436e59..b04fa20 100644 --- a/scenes/healers/New Folder/out_00004_.png.import +++ b/scenes/archive/healers/New Folder/out_00004_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://be2x51etmxtqn" -path="res://.godot/imported/out_00004_.png-6a2e8231249b76cebc8b3d9d83c34a2e.ctex" +path="res://.godot/imported/out_00004_.png-3341934727640765734ab15cb0ca1669.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/New Folder/out_00004_.png" -dest_files=["res://.godot/imported/out_00004_.png-6a2e8231249b76cebc8b3d9d83c34a2e.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/New Folder/out_00005_.png b/scenes/archive/healers/New Folder/out_00005_.png similarity index 100% rename from scenes/healers/New Folder/out_00005_.png rename to scenes/archive/healers/New Folder/out_00005_.png diff --git a/scenes/healers/New Folder/out_00005_.png.import b/scenes/archive/healers/New Folder/out_00005_.png.import similarity index 57% rename from scenes/healers/New Folder/out_00005_.png.import rename to scenes/archive/healers/New Folder/out_00005_.png.import index a9117ea..337a283 100644 --- a/scenes/healers/New Folder/out_00005_.png.import +++ b/scenes/archive/healers/New Folder/out_00005_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://b0wbfwyk70h1i" -path="res://.godot/imported/out_00005_.png-a0e3edda20543836792d4f69db050bd2.ctex" +path="res://.godot/imported/out_00005_.png-b1f508e0882a57d8961d8d1844d0ffd9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/New Folder/out_00005_.png" -dest_files=["res://.godot/imported/out_00005_.png-a0e3edda20543836792d4f69db050bd2.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/New Folder/out_00006_.png b/scenes/archive/healers/New Folder/out_00006_.png similarity index 100% rename from scenes/healers/New Folder/out_00006_.png rename to scenes/archive/healers/New Folder/out_00006_.png diff --git a/scenes/healers/New Folder/out_00006_.png.import b/scenes/archive/healers/New Folder/out_00006_.png.import similarity index 57% rename from scenes/healers/New Folder/out_00006_.png.import rename to scenes/archive/healers/New Folder/out_00006_.png.import index 6f04c65..e6b9811 100644 --- a/scenes/healers/New Folder/out_00006_.png.import +++ b/scenes/archive/healers/New Folder/out_00006_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://d3er3v8xwplu0" -path="res://.godot/imported/out_00006_.png-ad899fecb9769da85a7ddb867b6c1ac9.ctex" +path="res://.godot/imported/out_00006_.png-7cb6c07a598421e513b5a76d57a75d3a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/New Folder/out_00006_.png" -dest_files=["res://.godot/imported/out_00006_.png-ad899fecb9769da85a7ddb867b6c1ac9.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/New Folder/out_00007_.png b/scenes/archive/healers/New Folder/out_00007_.png similarity index 100% rename from scenes/healers/New Folder/out_00007_.png rename to scenes/archive/healers/New Folder/out_00007_.png diff --git a/scenes/healers/New Folder/out_00007_.png.import b/scenes/archive/healers/New Folder/out_00007_.png.import similarity index 57% rename from scenes/healers/New Folder/out_00007_.png.import rename to scenes/archive/healers/New Folder/out_00007_.png.import index 2fb5cb2..11c229a 100644 --- a/scenes/healers/New Folder/out_00007_.png.import +++ b/scenes/archive/healers/New Folder/out_00007_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://gtcrw1fo1bcv" -path="res://.godot/imported/out_00007_.png-fd9db58796c8eed78229483e1f9143a5.ctex" +path="res://.godot/imported/out_00007_.png-069a92823228813b1424041ec1b16ee3.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/New Folder/out_00007_.png" -dest_files=["res://.godot/imported/out_00007_.png-fd9db58796c8eed78229483e1f9143a5.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/New Folder/out_00008_.png b/scenes/archive/healers/New Folder/out_00008_.png similarity index 100% rename from scenes/healers/New Folder/out_00008_.png rename to scenes/archive/healers/New Folder/out_00008_.png diff --git a/scenes/healers/New Folder/out_00008_.png.import b/scenes/archive/healers/New Folder/out_00008_.png.import similarity index 57% rename from scenes/healers/New Folder/out_00008_.png.import rename to scenes/archive/healers/New Folder/out_00008_.png.import index eebf687..cf1e86c 100644 --- a/scenes/healers/New Folder/out_00008_.png.import +++ b/scenes/archive/healers/New Folder/out_00008_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://hkfq4dx4wbtu" -path="res://.godot/imported/out_00008_.png-55a4c324583d589369d1b9f7fa48e4a6.ctex" +path="res://.godot/imported/out_00008_.png-e8e7b48c6b0ff35cea3be40d5fe8f3dd.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/New Folder/out_00008_.png" -dest_files=["res://.godot/imported/out_00008_.png-55a4c324583d589369d1b9f7fa48e4a6.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/New Folder/out_00009_.png b/scenes/archive/healers/New Folder/out_00009_.png similarity index 100% rename from scenes/healers/New Folder/out_00009_.png rename to scenes/archive/healers/New Folder/out_00009_.png diff --git a/scenes/healers/New Folder/out_00009_.png.import b/scenes/archive/healers/New Folder/out_00009_.png.import similarity index 57% rename from scenes/healers/New Folder/out_00009_.png.import rename to scenes/archive/healers/New Folder/out_00009_.png.import index b603bbe..a4615a6 100644 --- a/scenes/healers/New Folder/out_00009_.png.import +++ b/scenes/archive/healers/New Folder/out_00009_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://bf47oke85kjti" -path="res://.godot/imported/out_00009_.png-b979f716f78051bf26865c648d9049b9.ctex" +path="res://.godot/imported/out_00009_.png-3dfde63f978330171bc8c2ce0193004d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/New Folder/out_00009_.png" -dest_files=["res://.godot/imported/out_00009_.png-b979f716f78051bf26865c648d9049b9.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/New Folder/out_00010_.png b/scenes/archive/healers/New Folder/out_00010_.png similarity index 100% rename from scenes/healers/New Folder/out_00010_.png rename to scenes/archive/healers/New Folder/out_00010_.png diff --git a/scenes/healers/New Folder/out_00010_.png.import b/scenes/archive/healers/New Folder/out_00010_.png.import similarity index 57% rename from scenes/healers/New Folder/out_00010_.png.import rename to scenes/archive/healers/New Folder/out_00010_.png.import index db58574..38b03de 100644 --- a/scenes/healers/New Folder/out_00010_.png.import +++ b/scenes/archive/healers/New Folder/out_00010_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://b41bmarvyd3td" -path="res://.godot/imported/out_00010_.png-db48fcf6fc8852b07a288c727b0ec21b.ctex" +path="res://.godot/imported/out_00010_.png-ed3bae10f741c0b1c44d65c26d67e7b0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/New Folder/out_00010_.png" -dest_files=["res://.godot/imported/out_00010_.png-db48fcf6fc8852b07a288c727b0ec21b.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/New Folder/out_00011_.png b/scenes/archive/healers/New Folder/out_00011_.png similarity index 100% rename from scenes/healers/New Folder/out_00011_.png rename to scenes/archive/healers/New Folder/out_00011_.png diff --git a/scenes/healers/New Folder/out_00011_.png.import b/scenes/archive/healers/New Folder/out_00011_.png.import similarity index 57% rename from scenes/healers/New Folder/out_00011_.png.import rename to scenes/archive/healers/New Folder/out_00011_.png.import index 26a6b8d..78d4295 100644 --- a/scenes/healers/New Folder/out_00011_.png.import +++ b/scenes/archive/healers/New Folder/out_00011_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://fj1h0ywepx08" -path="res://.godot/imported/out_00011_.png-e4e401adb4978624c60d6b9daa204519.ctex" +path="res://.godot/imported/out_00011_.png-bb94b95dbc2ac02a093522e54c9a82ed.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/New Folder/out_00011_.png" -dest_files=["res://.godot/imported/out_00011_.png-e4e401adb4978624c60d6b9daa204519.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/bigrock.png b/scenes/archive/healers/bigrock.png similarity index 100% rename from scenes/healers/bigrock.png rename to scenes/archive/healers/bigrock.png diff --git a/scenes/healers/bigrock.png.import b/scenes/archive/healers/bigrock.png.import similarity index 58% rename from scenes/healers/bigrock.png.import rename to scenes/archive/healers/bigrock.png.import index fdd1d3a..49403d0 100644 --- a/scenes/healers/bigrock.png.import +++ b/scenes/archive/healers/bigrock.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://d4i8da2d4cks0" -path="res://.godot/imported/bigrock.png-07e2128bb899503320c3c12e0052358f.ctex" +path="res://.godot/imported/bigrock.png-5ccc33742471969cee3f0172b1a9351d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/bigrock.png" -dest_files=["res://.godot/imported/bigrock.png-07e2128bb899503320c3c12e0052358f.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/dojo2.png b/scenes/archive/healers/dojo2.png similarity index 100% rename from scenes/healers/dojo2.png rename to scenes/archive/healers/dojo2.png diff --git a/scenes/healers/dojo2.png.import b/scenes/archive/healers/dojo2.png.import similarity index 59% rename from scenes/healers/dojo2.png.import rename to scenes/archive/healers/dojo2.png.import index 748d73a..0484f64 100644 --- a/scenes/healers/dojo2.png.import +++ b/scenes/archive/healers/dojo2.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://c7exa6b4icgrh" -path="res://.godot/imported/dojo2.png-9e6f6b9e34788489a5fccc44c1731e54.ctex" +path="res://.godot/imported/dojo2.png-55987e459fafa64f14d9fcce1e3708da.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/dojo2.png" -dest_files=["res://.godot/imported/dojo2.png-9e6f6b9e34788489a5fccc44c1731e54.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/goat.png b/scenes/archive/healers/goat.png similarity index 100% rename from scenes/healers/goat.png rename to scenes/archive/healers/goat.png diff --git a/scenes/healers/goat.png.import b/scenes/archive/healers/goat.png.import similarity index 59% rename from scenes/healers/goat.png.import rename to scenes/archive/healers/goat.png.import index 15504ce..819e604 100644 --- a/scenes/healers/goat.png.import +++ b/scenes/archive/healers/goat.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://c7uulvgn8wsga" -path="res://.godot/imported/goat.png-eadebce00b326c2a1ad2f41795c0e871.ctex" +path="res://.godot/imported/goat.png-36cc6609c0ec00f2ff9dc6d6f2d3a1e7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/goat.png" -dest_files=["res://.godot/imported/goat.png-eadebce00b326c2a1ad2f41795c0e871.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/healers.gdshader b/scenes/archive/healers/healers.gdshader similarity index 100% rename from scenes/healers/healers.gdshader rename to scenes/archive/healers/healers.gdshader diff --git a/scenes/healers/healers.gdshader.uid b/scenes/archive/healers/healers.gdshader.uid similarity index 100% rename from scenes/healers/healers.gdshader.uid rename to scenes/archive/healers/healers.gdshader.uid diff --git a/scenes/healers/healers.tscn b/scenes/archive/healers/healers.tscn similarity index 91% rename from scenes/healers/healers.tscn rename to scenes/archive/healers/healers.tscn index 6ce84b5..4ed5479 100644 --- a/scenes/healers/healers.tscn +++ b/scenes/archive/healers/healers.tscn @@ -1,39 +1,39 @@ -[gd_scene load_steps=49 format=3 uid="uid://dpsa6s5erb0ws"] +[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/healers/rocks.png" id="5_45r0t"] -[ext_resource type="Texture2D" uid="uid://dow3uuwdk3r4g" path="res://scenes/healers/trimmed-anim/frame_00002_.png" id="5_c6ua8"] -[ext_resource type="Texture2D" uid="uid://jyv82n5hrkh3" path="res://scenes/healers/trimmed-anim/frame_00001_.png" id="5_utnk2"] +[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/healers/trimmed-anim/frame_00003_.png" id="6_uyx82"] -[ext_resource type="Texture2D" uid="uid://bjlxjwgo5wob5" path="res://scenes/healers/trimmed-anim/frame_00004_.png" id="7_oar2t"] -[ext_resource type="Texture2D" uid="uid://1htup8wmmqv6" path="res://scenes/healers/trimmed-anim/frame_00005_.png" id="8_kiylr"] -[ext_resource type="Texture2D" uid="uid://obibvl8ctxu5" path="res://scenes/healers/trimmed-anim/frame_00006_.png" id="9_vlg33"] -[ext_resource type="Texture2D" uid="uid://dfdej3nfxy6fu" path="res://scenes/healers/trimmed-anim/frame_00007_.png" id="10_3n31r"] -[ext_resource type="Texture2D" uid="uid://qenh5jngyree" path="res://scenes/healers/trimmed-anim/frame_00008_.png" id="11_y0gbw"] -[ext_resource type="Texture2D" uid="uid://y54vwtrh8hq3" path="res://scenes/healers/trimmed-anim/frame_00009_.png" id="12_c1asd"] -[ext_resource type="Texture2D" uid="uid://56klr1bdia74" path="res://scenes/healers/trimmed-anim/frame_00010_.png" id="13_eh5h4"] -[ext_resource type="Texture2D" uid="uid://b61j8o6n76ll0" path="res://scenes/healers/trimmed-anim/frame_00011_.png" id="14_ff6gd"] -[ext_resource type="Texture2D" uid="uid://bhomsuyfa6vg6" path="res://scenes/healers/trimmed-anim/frame_00012_.png" id="15_jg2jy"] -[ext_resource type="Texture2D" uid="uid://b8i4ubpd4bf1p" path="res://scenes/healers/trimmed-anim/frame_00013_.png" id="16_w11w7"] -[ext_resource type="Texture2D" uid="uid://c7uulvgn8wsga" path="res://scenes/healers/goat.png" id="17_i0x0u"] -[ext_resource type="Texture2D" uid="uid://cro28dpr8nc4r" path="res://scenes/healers/trimmed-anim/frame_00014_.png" id="17_rvtjo"] +[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/healers/trimmed-anim/frame_00015_.png" id="18_lv8u6"] -[ext_resource type="Texture2D" uid="uid://d3jc738cmic10" path="res://scenes/healers/trimmed-anim/frame_00016_.png" id="19_sso3w"] -[ext_resource type="Texture2D" uid="uid://brxm34cwcp253" path="res://scenes/healers/trimmed-anim/frame_00017_.png" id="20_akjuk"] -[ext_resource type="Texture2D" uid="uid://bil7gbklmct8" path="res://scenes/healers/trimmed-anim/frame_00018_.png" id="21_n28v7"] -[ext_resource type="Texture2D" uid="uid://gripk4x3ynrf" path="res://scenes/healers/trimmed-anim/frame_00019_.png" id="22_rcnje"] -[ext_resource type="Texture2D" uid="uid://c7sv46j0404rd" path="res://scenes/healers/trimmed-anim/frame_00020_.png" id="23_h5i7n"] -[ext_resource type="Texture2D" uid="uid://b3dx04r5d1rpf" path="res://scenes/healers/trimmed-anim/frame_00021_.png" id="24_q6o4j"] -[ext_resource type="Texture2D" uid="uid://crf25udc64geh" path="res://scenes/healers/trimmed-anim/frame_00022_.png" id="25_sil2e"] -[ext_resource type="Texture2D" uid="uid://bh7hdoy313ecr" path="res://scenes/healers/trimmed-anim/frame_00023_.png" id="26_p23od"] -[ext_resource type="Texture2D" uid="uid://b4enxgmyjsl5p" path="res://scenes/healers/trimmed-anim/frame_00024_.png" id="27_xfls2"] -[ext_resource type="Texture2D" uid="uid://dqx80t435ndyv" path="res://scenes/healers/trimmed-anim/frame_00025_.png" id="29_jyvw8"] -[ext_resource type="Shader" uid="uid://cy7f342e70f7q" path="res://scenes/healers/healers.gdshader" id="33_rb4p1"] -[ext_resource type="Texture2D" uid="uid://cuom3fk05vw8b" path="res://scenes/healers/leaves.png" id="34_8dv44"] +[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 diff --git a/scenes/healers/image6.png b/scenes/archive/healers/image6.png similarity index 100% rename from scenes/healers/image6.png rename to scenes/archive/healers/image6.png diff --git a/scenes/archive/healers/image6.png-autosave.kra b/scenes/archive/healers/image6.png-autosave.kra new file mode 100644 index 0000000..a8a10b6 Binary files /dev/null and b/scenes/archive/healers/image6.png-autosave.kra differ diff --git a/scenes/healers/image6.png.import b/scenes/archive/healers/image6.png.import similarity index 58% rename from scenes/healers/image6.png.import rename to scenes/archive/healers/image6.png.import index aad7da2..8209666 100644 --- a/scenes/healers/image6.png.import +++ b/scenes/archive/healers/image6.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://bj44850m5xlfn" -path="res://.godot/imported/image6.png-06378632fcd2f7d02e047f7cb7558155.ctex" +path="res://.godot/imported/image6.png-d65b01db96eaf52c892c92b70506e118.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/image6.png" -dest_files=["res://.godot/imported/image6.png-06378632fcd2f7d02e047f7cb7558155.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/leaves.png b/scenes/archive/healers/leaves.png similarity index 100% rename from scenes/healers/leaves.png rename to scenes/archive/healers/leaves.png diff --git a/scenes/healers/leaves.png.import b/scenes/archive/healers/leaves.png.import similarity index 58% rename from scenes/healers/leaves.png.import rename to scenes/archive/healers/leaves.png.import index 8dad39c..dd21ff4 100644 --- a/scenes/healers/leaves.png.import +++ b/scenes/archive/healers/leaves.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://cuom3fk05vw8b" -path="res://.godot/imported/leaves.png-c5c2f66b5392e44594620b4fac9a5985.ctex" +path="res://.godot/imported/leaves.png-a44f97ff17e5bd1c1f0e9b548a020560.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/leaves.png" -dest_files=["res://.godot/imported/leaves.png-c5c2f66b5392e44594620b4fac9a5985.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/rocks.png b/scenes/archive/healers/rocks.png similarity index 100% rename from scenes/healers/rocks.png rename to scenes/archive/healers/rocks.png diff --git a/scenes/healers/rocks.png.import b/scenes/archive/healers/rocks.png.import similarity index 59% rename from scenes/healers/rocks.png.import rename to scenes/archive/healers/rocks.png.import index 22c7818..6181ffe 100644 --- a/scenes/healers/rocks.png.import +++ b/scenes/archive/healers/rocks.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://cc32vj8gx56iv" -path="res://.godot/imported/rocks.png-a342a16e52b37d37b805e029f262b3e0.ctex" +path="res://.godot/imported/rocks.png-04af3ee9f25b48d4a53fb37123a9304a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/rocks.png" -dest_files=["res://.godot/imported/rocks.png-a342a16e52b37d37b805e029f262b3e0.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00001_.png b/scenes/archive/healers/trimmed-anim/frame_00001_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00001_.png rename to scenes/archive/healers/trimmed-anim/frame_00001_.png diff --git a/scenes/healers/trimmed-anim/frame_00001_.png.import b/scenes/archive/healers/trimmed-anim/frame_00001_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00001_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00001_.png.import index c701292..df45806 100644 --- a/scenes/healers/trimmed-anim/frame_00001_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00001_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://jyv82n5hrkh3" -path="res://.godot/imported/frame_00001_.png-5907f36d0521d5c8cde00e9580c4e86c.ctex" +path="res://.godot/imported/frame_00001_.png-dd64bb6567d9559129d855f52d04db77.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00001_.png" -dest_files=["res://.godot/imported/frame_00001_.png-5907f36d0521d5c8cde00e9580c4e86c.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00002_.png b/scenes/archive/healers/trimmed-anim/frame_00002_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00002_.png rename to scenes/archive/healers/trimmed-anim/frame_00002_.png diff --git a/scenes/healers/trimmed-anim/frame_00002_.png.import b/scenes/archive/healers/trimmed-anim/frame_00002_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00002_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00002_.png.import index 3632095..1365700 100644 --- a/scenes/healers/trimmed-anim/frame_00002_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00002_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://dow3uuwdk3r4g" -path="res://.godot/imported/frame_00002_.png-9fc4f040a91b059bc9ca205069f7ee5a.ctex" +path="res://.godot/imported/frame_00002_.png-6fb2fa43bde68865c96011de8cc951dd.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00002_.png" -dest_files=["res://.godot/imported/frame_00002_.png-9fc4f040a91b059bc9ca205069f7ee5a.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00003_.png b/scenes/archive/healers/trimmed-anim/frame_00003_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00003_.png rename to scenes/archive/healers/trimmed-anim/frame_00003_.png diff --git a/scenes/healers/trimmed-anim/frame_00003_.png.import b/scenes/archive/healers/trimmed-anim/frame_00003_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00003_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00003_.png.import index 1a331ad..0abaa33 100644 --- a/scenes/healers/trimmed-anim/frame_00003_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00003_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://b31xg6f7mxdpt" -path="res://.godot/imported/frame_00003_.png-4efa8dc1ff28b406b523acca8cf7facb.ctex" +path="res://.godot/imported/frame_00003_.png-c186e454dd9025331c6eef27541ca49c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00003_.png" -dest_files=["res://.godot/imported/frame_00003_.png-4efa8dc1ff28b406b523acca8cf7facb.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00004_.png b/scenes/archive/healers/trimmed-anim/frame_00004_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00004_.png rename to scenes/archive/healers/trimmed-anim/frame_00004_.png diff --git a/scenes/healers/trimmed-anim/frame_00004_.png.import b/scenes/archive/healers/trimmed-anim/frame_00004_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00004_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00004_.png.import index 6ed525f..c7502a6 100644 --- a/scenes/healers/trimmed-anim/frame_00004_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00004_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://bjlxjwgo5wob5" -path="res://.godot/imported/frame_00004_.png-261d7a6c2895cb3e705d3da8d1bc2df9.ctex" +path="res://.godot/imported/frame_00004_.png-94bf774198fc1e0ec77c949e8047a56f.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00004_.png" -dest_files=["res://.godot/imported/frame_00004_.png-261d7a6c2895cb3e705d3da8d1bc2df9.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00005_.png b/scenes/archive/healers/trimmed-anim/frame_00005_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00005_.png rename to scenes/archive/healers/trimmed-anim/frame_00005_.png diff --git a/scenes/healers/trimmed-anim/frame_00005_.png.import b/scenes/archive/healers/trimmed-anim/frame_00005_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00005_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00005_.png.import index fff4291..127b5df 100644 --- a/scenes/healers/trimmed-anim/frame_00005_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00005_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://1htup8wmmqv6" -path="res://.godot/imported/frame_00005_.png-ff8ea951efc4175fb9a2e8e461f1e42e.ctex" +path="res://.godot/imported/frame_00005_.png-1d6d4cd4a875330be35a321b670cc030.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00005_.png" -dest_files=["res://.godot/imported/frame_00005_.png-ff8ea951efc4175fb9a2e8e461f1e42e.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00006_.png b/scenes/archive/healers/trimmed-anim/frame_00006_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00006_.png rename to scenes/archive/healers/trimmed-anim/frame_00006_.png diff --git a/scenes/healers/trimmed-anim/frame_00006_.png.import b/scenes/archive/healers/trimmed-anim/frame_00006_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00006_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00006_.png.import index e45298d..30a4a5d 100644 --- a/scenes/healers/trimmed-anim/frame_00006_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00006_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://obibvl8ctxu5" -path="res://.godot/imported/frame_00006_.png-2f27c29be0db7b80e5bbc92287b073c9.ctex" +path="res://.godot/imported/frame_00006_.png-ad395df552efb76672b374fcb7dbdf00.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00006_.png" -dest_files=["res://.godot/imported/frame_00006_.png-2f27c29be0db7b80e5bbc92287b073c9.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00007_.png b/scenes/archive/healers/trimmed-anim/frame_00007_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00007_.png rename to scenes/archive/healers/trimmed-anim/frame_00007_.png diff --git a/scenes/healers/trimmed-anim/frame_00007_.png.import b/scenes/archive/healers/trimmed-anim/frame_00007_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00007_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00007_.png.import index cb9ab99..459075a 100644 --- a/scenes/healers/trimmed-anim/frame_00007_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00007_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://dfdej3nfxy6fu" -path="res://.godot/imported/frame_00007_.png-1ac35de3651c806df2e0287e239679a4.ctex" +path="res://.godot/imported/frame_00007_.png-8c61377f7d340c35191e35064c020a31.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00007_.png" -dest_files=["res://.godot/imported/frame_00007_.png-1ac35de3651c806df2e0287e239679a4.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00008_.png b/scenes/archive/healers/trimmed-anim/frame_00008_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00008_.png rename to scenes/archive/healers/trimmed-anim/frame_00008_.png diff --git a/scenes/healers/trimmed-anim/frame_00008_.png.import b/scenes/archive/healers/trimmed-anim/frame_00008_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00008_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00008_.png.import index 9314b0c..6a075ee 100644 --- a/scenes/healers/trimmed-anim/frame_00008_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00008_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://qenh5jngyree" -path="res://.godot/imported/frame_00008_.png-5ffb6f7d5750c8d343eee2ba2073683a.ctex" +path="res://.godot/imported/frame_00008_.png-f9608d40d25cbf40d42fa78b5f63e268.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00008_.png" -dest_files=["res://.godot/imported/frame_00008_.png-5ffb6f7d5750c8d343eee2ba2073683a.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00009_.png b/scenes/archive/healers/trimmed-anim/frame_00009_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00009_.png rename to scenes/archive/healers/trimmed-anim/frame_00009_.png diff --git a/scenes/healers/trimmed-anim/frame_00009_.png.import b/scenes/archive/healers/trimmed-anim/frame_00009_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00009_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00009_.png.import index adca51c..412e4a7 100644 --- a/scenes/healers/trimmed-anim/frame_00009_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00009_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://y54vwtrh8hq3" -path="res://.godot/imported/frame_00009_.png-c18e2fba28628c6ee5f1796bcc27c73a.ctex" +path="res://.godot/imported/frame_00009_.png-cb0910169b59cd73bac02a954194c6b8.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00009_.png" -dest_files=["res://.godot/imported/frame_00009_.png-c18e2fba28628c6ee5f1796bcc27c73a.ctex"] +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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00010_.png b/scenes/archive/healers/trimmed-anim/frame_00010_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00010_.png rename to scenes/archive/healers/trimmed-anim/frame_00010_.png diff --git a/scenes/healers/trimmed-anim/frame_00010_.png.import b/scenes/archive/healers/trimmed-anim/frame_00010_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00010_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00010_.png.import index e20c845..b43fd3c 100644 --- a/scenes/healers/trimmed-anim/frame_00010_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00010_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://56klr1bdia74" -path="res://.godot/imported/frame_00010_.png-451d789340ff27ba2f26dee6a2213e67.ctex" +path="res://.godot/imported/frame_00010_.png-1e06a7f5f2425fd6a6346d864297c107.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00010_.png" -dest_files=["res://.godot/imported/frame_00010_.png-451d789340ff27ba2f26dee6a2213e67.ctex"] +source_file="res://scenes/archive/healers/trimmed-anim/frame_00010_.png" +dest_files=["res://.godot/imported/frame_00010_.png-1e06a7f5f2425fd6a6346d864297c107.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00011_.png b/scenes/archive/healers/trimmed-anim/frame_00011_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00011_.png rename to scenes/archive/healers/trimmed-anim/frame_00011_.png diff --git a/scenes/healers/trimmed-anim/frame_00011_.png.import b/scenes/archive/healers/trimmed-anim/frame_00011_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00011_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00011_.png.import index afe8aa1..c29606f 100644 --- a/scenes/healers/trimmed-anim/frame_00011_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00011_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://b61j8o6n76ll0" -path="res://.godot/imported/frame_00011_.png-fc1a8b66f940fe7b6329943961b53d2e.ctex" +path="res://.godot/imported/frame_00011_.png-30b5c92ec64012ccaee342fef1d4d571.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00011_.png" -dest_files=["res://.godot/imported/frame_00011_.png-fc1a8b66f940fe7b6329943961b53d2e.ctex"] +source_file="res://scenes/archive/healers/trimmed-anim/frame_00011_.png" +dest_files=["res://.godot/imported/frame_00011_.png-30b5c92ec64012ccaee342fef1d4d571.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00012_.png b/scenes/archive/healers/trimmed-anim/frame_00012_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00012_.png rename to scenes/archive/healers/trimmed-anim/frame_00012_.png diff --git a/scenes/healers/trimmed-anim/frame_00012_.png.import b/scenes/archive/healers/trimmed-anim/frame_00012_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00012_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00012_.png.import index 6e89bcb..514d48f 100644 --- a/scenes/healers/trimmed-anim/frame_00012_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00012_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://bhomsuyfa6vg6" -path="res://.godot/imported/frame_00012_.png-041c7261f43ee74c3411ca99f0b72bb0.ctex" +path="res://.godot/imported/frame_00012_.png-b40ade9540217219c808174580829783.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00012_.png" -dest_files=["res://.godot/imported/frame_00012_.png-041c7261f43ee74c3411ca99f0b72bb0.ctex"] +source_file="res://scenes/archive/healers/trimmed-anim/frame_00012_.png" +dest_files=["res://.godot/imported/frame_00012_.png-b40ade9540217219c808174580829783.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00013_.png b/scenes/archive/healers/trimmed-anim/frame_00013_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00013_.png rename to scenes/archive/healers/trimmed-anim/frame_00013_.png diff --git a/scenes/healers/trimmed-anim/frame_00013_.png.import b/scenes/archive/healers/trimmed-anim/frame_00013_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00013_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00013_.png.import index 558a019..a5d3d04 100644 --- a/scenes/healers/trimmed-anim/frame_00013_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00013_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://b8i4ubpd4bf1p" -path="res://.godot/imported/frame_00013_.png-30d37d17d6520a985c412fa1b088efda.ctex" +path="res://.godot/imported/frame_00013_.png-3bcb8d3992bd265a48bca490cc2f7b3f.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00013_.png" -dest_files=["res://.godot/imported/frame_00013_.png-30d37d17d6520a985c412fa1b088efda.ctex"] +source_file="res://scenes/archive/healers/trimmed-anim/frame_00013_.png" +dest_files=["res://.godot/imported/frame_00013_.png-3bcb8d3992bd265a48bca490cc2f7b3f.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00014_.png b/scenes/archive/healers/trimmed-anim/frame_00014_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00014_.png rename to scenes/archive/healers/trimmed-anim/frame_00014_.png diff --git a/scenes/oceanside-2/ComfyUI_10039_.png.import b/scenes/archive/healers/trimmed-anim/frame_00014_.png.import similarity index 57% rename from scenes/oceanside-2/ComfyUI_10039_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00014_.png.import index 79b0f67..c64b844 100644 --- a/scenes/oceanside-2/ComfyUI_10039_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00014_.png.import @@ -2,22 +2,24 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cr2pu16swo811" -path="res://.godot/imported/ComfyUI_10039_.png-ba007830897d9a4eb8274a4463a058d0.ctex" +uid="uid://cro28dpr8nc4r" +path="res://.godot/imported/frame_00014_.png-3326ae3934ea0066dcc2f594b3952bb0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/oceanside-2/ComfyUI_10039_.png" -dest_files=["res://.godot/imported/ComfyUI_10039_.png-ba007830897d9a4eb8274a4463a058d0.ctex"] +source_file="res://scenes/archive/healers/trimmed-anim/frame_00014_.png" +dest_files=["res://.godot/imported/frame_00014_.png-3326ae3934ea0066dcc2f594b3952bb0.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00015_.png b/scenes/archive/healers/trimmed-anim/frame_00015_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00015_.png rename to scenes/archive/healers/trimmed-anim/frame_00015_.png diff --git a/scenes/healers/trimmed-anim/frame_00015_.png.import b/scenes/archive/healers/trimmed-anim/frame_00015_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00015_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00015_.png.import index 0ba6979..d9cccb6 100644 --- a/scenes/healers/trimmed-anim/frame_00015_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00015_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://3fguwqokk0t6" -path="res://.godot/imported/frame_00015_.png-e6bb9a7e295856d0887421defbce3277.ctex" +path="res://.godot/imported/frame_00015_.png-95662c21f641796d041df8354d494d05.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00015_.png" -dest_files=["res://.godot/imported/frame_00015_.png-e6bb9a7e295856d0887421defbce3277.ctex"] +source_file="res://scenes/archive/healers/trimmed-anim/frame_00015_.png" +dest_files=["res://.godot/imported/frame_00015_.png-95662c21f641796d041df8354d494d05.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00016_.png b/scenes/archive/healers/trimmed-anim/frame_00016_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00016_.png rename to scenes/archive/healers/trimmed-anim/frame_00016_.png diff --git a/scenes/healers/trimmed-anim/frame_00016_.png.import b/scenes/archive/healers/trimmed-anim/frame_00016_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00016_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00016_.png.import index 14bf2a2..e4a693a 100644 --- a/scenes/healers/trimmed-anim/frame_00016_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00016_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://d3jc738cmic10" -path="res://.godot/imported/frame_00016_.png-c6f3a37dc03b0d25a96dd1d72f32d4e6.ctex" +path="res://.godot/imported/frame_00016_.png-fb8be8edbc444ab84d69b0b0d2a7011f.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00016_.png" -dest_files=["res://.godot/imported/frame_00016_.png-c6f3a37dc03b0d25a96dd1d72f32d4e6.ctex"] +source_file="res://scenes/archive/healers/trimmed-anim/frame_00016_.png" +dest_files=["res://.godot/imported/frame_00016_.png-fb8be8edbc444ab84d69b0b0d2a7011f.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00017_.png b/scenes/archive/healers/trimmed-anim/frame_00017_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00017_.png rename to scenes/archive/healers/trimmed-anim/frame_00017_.png diff --git a/scenes/healers/trimmed-anim/frame_00017_.png.import b/scenes/archive/healers/trimmed-anim/frame_00017_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00017_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00017_.png.import index c0ee472..dcc82a8 100644 --- a/scenes/healers/trimmed-anim/frame_00017_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00017_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://brxm34cwcp253" -path="res://.godot/imported/frame_00017_.png-08a1aa6128d7a0d2f40a42bf5be307b7.ctex" +path="res://.godot/imported/frame_00017_.png-aff1d365685ea0f3b7b3cca10987d131.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00017_.png" -dest_files=["res://.godot/imported/frame_00017_.png-08a1aa6128d7a0d2f40a42bf5be307b7.ctex"] +source_file="res://scenes/archive/healers/trimmed-anim/frame_00017_.png" +dest_files=["res://.godot/imported/frame_00017_.png-aff1d365685ea0f3b7b3cca10987d131.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00018_.png b/scenes/archive/healers/trimmed-anim/frame_00018_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00018_.png rename to scenes/archive/healers/trimmed-anim/frame_00018_.png diff --git a/scenes/healers/trimmed-anim/frame_00018_.png.import b/scenes/archive/healers/trimmed-anim/frame_00018_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00018_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00018_.png.import index 9e88659..dc420bf 100644 --- a/scenes/healers/trimmed-anim/frame_00018_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00018_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://bil7gbklmct8" -path="res://.godot/imported/frame_00018_.png-c192507225160b6600dfe59a1bad16ca.ctex" +path="res://.godot/imported/frame_00018_.png-b8d7268369a4d2ce7af62b37e3b48ab1.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00018_.png" -dest_files=["res://.godot/imported/frame_00018_.png-c192507225160b6600dfe59a1bad16ca.ctex"] +source_file="res://scenes/archive/healers/trimmed-anim/frame_00018_.png" +dest_files=["res://.godot/imported/frame_00018_.png-b8d7268369a4d2ce7af62b37e3b48ab1.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00019_.png b/scenes/archive/healers/trimmed-anim/frame_00019_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00019_.png rename to scenes/archive/healers/trimmed-anim/frame_00019_.png diff --git a/scenes/healers/trimmed-anim/frame_00019_.png.import b/scenes/archive/healers/trimmed-anim/frame_00019_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00019_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00019_.png.import index 946a46f..6dac86c 100644 --- a/scenes/healers/trimmed-anim/frame_00019_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00019_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://gripk4x3ynrf" -path="res://.godot/imported/frame_00019_.png-34fb1d26f0111a6f53031a38bdc0211a.ctex" +path="res://.godot/imported/frame_00019_.png-990fd0ec8e0a747cfd022c055119c65a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00019_.png" -dest_files=["res://.godot/imported/frame_00019_.png-34fb1d26f0111a6f53031a38bdc0211a.ctex"] +source_file="res://scenes/archive/healers/trimmed-anim/frame_00019_.png" +dest_files=["res://.godot/imported/frame_00019_.png-990fd0ec8e0a747cfd022c055119c65a.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00020_.png b/scenes/archive/healers/trimmed-anim/frame_00020_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00020_.png rename to scenes/archive/healers/trimmed-anim/frame_00020_.png diff --git a/scenes/healers/trimmed-anim/frame_00020_.png.import b/scenes/archive/healers/trimmed-anim/frame_00020_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00020_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00020_.png.import index 2503f4b..a5530c7 100644 --- a/scenes/healers/trimmed-anim/frame_00020_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00020_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://c7sv46j0404rd" -path="res://.godot/imported/frame_00020_.png-7b4dc9b4b0fbc1637ef2315084cc0bde.ctex" +path="res://.godot/imported/frame_00020_.png-fac4b56082ecdb09b04b4d945d7d117b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00020_.png" -dest_files=["res://.godot/imported/frame_00020_.png-7b4dc9b4b0fbc1637ef2315084cc0bde.ctex"] +source_file="res://scenes/archive/healers/trimmed-anim/frame_00020_.png" +dest_files=["res://.godot/imported/frame_00020_.png-fac4b56082ecdb09b04b4d945d7d117b.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00021_.png b/scenes/archive/healers/trimmed-anim/frame_00021_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00021_.png rename to scenes/archive/healers/trimmed-anim/frame_00021_.png diff --git a/scenes/healers/trimmed-anim/frame_00021_.png.import b/scenes/archive/healers/trimmed-anim/frame_00021_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00021_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00021_.png.import index 55c3e5e..cef0f97 100644 --- a/scenes/healers/trimmed-anim/frame_00021_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00021_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://b3dx04r5d1rpf" -path="res://.godot/imported/frame_00021_.png-9f4e74250fc5dee93e211c3db60894c4.ctex" +path="res://.godot/imported/frame_00021_.png-814cc130bc18cd03fa17c628b9e7d667.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00021_.png" -dest_files=["res://.godot/imported/frame_00021_.png-9f4e74250fc5dee93e211c3db60894c4.ctex"] +source_file="res://scenes/archive/healers/trimmed-anim/frame_00021_.png" +dest_files=["res://.godot/imported/frame_00021_.png-814cc130bc18cd03fa17c628b9e7d667.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00022_.png b/scenes/archive/healers/trimmed-anim/frame_00022_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00022_.png rename to scenes/archive/healers/trimmed-anim/frame_00022_.png diff --git a/scenes/healers/trimmed-anim/frame_00022_.png.import b/scenes/archive/healers/trimmed-anim/frame_00022_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00022_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00022_.png.import index eef1075..d386fb3 100644 --- a/scenes/healers/trimmed-anim/frame_00022_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00022_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://crf25udc64geh" -path="res://.godot/imported/frame_00022_.png-af8fddbae9b1128df64d1d14b8c90819.ctex" +path="res://.godot/imported/frame_00022_.png-ea1540fe343b06fd121320361954471c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00022_.png" -dest_files=["res://.godot/imported/frame_00022_.png-af8fddbae9b1128df64d1d14b8c90819.ctex"] +source_file="res://scenes/archive/healers/trimmed-anim/frame_00022_.png" +dest_files=["res://.godot/imported/frame_00022_.png-ea1540fe343b06fd121320361954471c.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00023_.png b/scenes/archive/healers/trimmed-anim/frame_00023_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00023_.png rename to scenes/archive/healers/trimmed-anim/frame_00023_.png diff --git a/scenes/healers/trimmed-anim/frame_00023_.png.import b/scenes/archive/healers/trimmed-anim/frame_00023_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00023_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00023_.png.import index 8e99904..16c02f3 100644 --- a/scenes/healers/trimmed-anim/frame_00023_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00023_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://bh7hdoy313ecr" -path="res://.godot/imported/frame_00023_.png-0069c5f4f3cb35d79c18ee23c1dcc171.ctex" +path="res://.godot/imported/frame_00023_.png-0e0a442f088809e96fe5cb8f742cd9d4.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00023_.png" -dest_files=["res://.godot/imported/frame_00023_.png-0069c5f4f3cb35d79c18ee23c1dcc171.ctex"] +source_file="res://scenes/archive/healers/trimmed-anim/frame_00023_.png" +dest_files=["res://.godot/imported/frame_00023_.png-0e0a442f088809e96fe5cb8f742cd9d4.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00024_.png b/scenes/archive/healers/trimmed-anim/frame_00024_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00024_.png rename to scenes/archive/healers/trimmed-anim/frame_00024_.png diff --git a/scenes/healers/trimmed-anim/frame_00024_.png.import b/scenes/archive/healers/trimmed-anim/frame_00024_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00024_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00024_.png.import index 6f93119..048aad8 100644 --- a/scenes/healers/trimmed-anim/frame_00024_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00024_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://b4enxgmyjsl5p" -path="res://.godot/imported/frame_00024_.png-018f235bbd4f4e4b3540ec1f72fcba53.ctex" +path="res://.godot/imported/frame_00024_.png-ca8e7e76a8bebcad03132018521dfacb.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00024_.png" -dest_files=["res://.godot/imported/frame_00024_.png-018f235bbd4f4e4b3540ec1f72fcba53.ctex"] +source_file="res://scenes/archive/healers/trimmed-anim/frame_00024_.png" +dest_files=["res://.godot/imported/frame_00024_.png-ca8e7e76a8bebcad03132018521dfacb.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00025_.png b/scenes/archive/healers/trimmed-anim/frame_00025_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00025_.png rename to scenes/archive/healers/trimmed-anim/frame_00025_.png diff --git a/scenes/healers/trimmed-anim/frame_00025_.png.import b/scenes/archive/healers/trimmed-anim/frame_00025_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00025_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00025_.png.import index 1778659..1f51bec 100644 --- a/scenes/healers/trimmed-anim/frame_00025_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00025_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqx80t435ndyv" -path="res://.godot/imported/frame_00025_.png-2adbce72d71e04a05fde666e1a552c80.ctex" +path="res://.godot/imported/frame_00025_.png-0d509ac67c7576f1bdd973ceacb60f2e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00025_.png" -dest_files=["res://.godot/imported/frame_00025_.png-2adbce72d71e04a05fde666e1a552c80.ctex"] +source_file="res://scenes/archive/healers/trimmed-anim/frame_00025_.png" +dest_files=["res://.godot/imported/frame_00025_.png-0d509ac67c7576f1bdd973ceacb60f2e.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/healers/trimmed-anim/frame_00026_.png b/scenes/archive/healers/trimmed-anim/frame_00026_.png similarity index 100% rename from scenes/healers/trimmed-anim/frame_00026_.png rename to scenes/archive/healers/trimmed-anim/frame_00026_.png diff --git a/scenes/healers/trimmed-anim/frame_00026_.png.import b/scenes/archive/healers/trimmed-anim/frame_00026_.png.import similarity index 57% rename from scenes/healers/trimmed-anim/frame_00026_.png.import rename to scenes/archive/healers/trimmed-anim/frame_00026_.png.import index bddc6dd..f8ffeb9 100644 --- a/scenes/healers/trimmed-anim/frame_00026_.png.import +++ b/scenes/archive/healers/trimmed-anim/frame_00026_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://bmobakkbca20b" -path="res://.godot/imported/frame_00026_.png-4366db4cb1b4ad23262b5bfa79d7a58d.ctex" +path="res://.godot/imported/frame_00026_.png-9096c0355ec935201f512c63df3e6c5c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/healers/trimmed-anim/frame_00026_.png" -dest_files=["res://.godot/imported/frame_00026_.png-4366db4cb1b4ad23262b5bfa79d7a58d.ctex"] +source_file="res://scenes/archive/healers/trimmed-anim/frame_00026_.png" +dest_files=["res://.godot/imported/frame_00026_.png-9096c0355ec935201f512c63df3e6c5c.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/meadow-2/.meadow_2.png-autosave.kra b/scenes/archive/meadow-2/.meadow_2.png-autosave.kra similarity index 100% rename from scenes/meadow-2/.meadow_2.png-autosave.kra rename to scenes/archive/meadow-2/.meadow_2.png-autosave.kra diff --git a/scenes/meadow-2/ComfyUI_10042_.png b/scenes/archive/meadow-2/ComfyUI_10042_.png similarity index 100% rename from scenes/meadow-2/ComfyUI_10042_.png rename to scenes/archive/meadow-2/ComfyUI_10042_.png diff --git a/scenes/meadow-2/ComfyUI_10042_.png.import b/scenes/archive/meadow-2/ComfyUI_10042_.png.import similarity index 57% rename from scenes/meadow-2/ComfyUI_10042_.png.import rename to scenes/archive/meadow-2/ComfyUI_10042_.png.import index 8317c63..c7ac2a1 100644 --- a/scenes/meadow-2/ComfyUI_10042_.png.import +++ b/scenes/archive/meadow-2/ComfyUI_10042_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://bt8lcv2i2l1fv" -path="res://.godot/imported/ComfyUI_10042_.png-c8cdadb9fb05745fa0662e27239eaae9.ctex" +path="res://.godot/imported/ComfyUI_10042_.png-dc234c944fcf1d47df241cca2c2a8720.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/meadow-2/ComfyUI_10042_.png" -dest_files=["res://.godot/imported/ComfyUI_10042_.png-c8cdadb9fb05745fa0662e27239eaae9.ctex"] +source_file="res://scenes/archive/meadow-2/ComfyUI_10042_.png" +dest_files=["res://.godot/imported/ComfyUI_10042_.png-dc234c944fcf1d47df241cca2c2a8720.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/meadow-2/meadow_2.png b/scenes/archive/meadow-2/meadow_2.png similarity index 100% rename from scenes/meadow-2/meadow_2.png rename to scenes/archive/meadow-2/meadow_2.png diff --git a/scenes/meadow-2/meadow_2.png.import b/scenes/archive/meadow-2/meadow_2.png.import similarity index 58% rename from scenes/meadow-2/meadow_2.png.import rename to scenes/archive/meadow-2/meadow_2.png.import index c1cd8b6..2876e6f 100644 --- a/scenes/meadow-2/meadow_2.png.import +++ b/scenes/archive/meadow-2/meadow_2.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://cn7ac1petpjj0" -path="res://.godot/imported/meadow_2.png-4b9d411e5dbf31b71b711a6219bcf339.ctex" +path="res://.godot/imported/meadow_2.png-1c672a1a367fefce985fc3ad5a3a7bcd.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/meadow-2/meadow_2.png" -dest_files=["res://.godot/imported/meadow_2.png-4b9d411e5dbf31b71b711a6219bcf339.ctex"] +source_file="res://scenes/archive/meadow-2/meadow_2.png" +dest_files=["res://.godot/imported/meadow_2.png-1c672a1a367fefce985fc3ad5a3a7bcd.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/pit/pit.gd b/scenes/archive/pit/pit.gd similarity index 100% rename from scenes/pit/pit.gd rename to scenes/archive/pit/pit.gd diff --git a/scenes/pit/pit.gd.uid b/scenes/archive/pit/pit.gd.uid similarity index 100% rename from scenes/pit/pit.gd.uid rename to scenes/archive/pit/pit.gd.uid diff --git a/scenes/pit/pit.png b/scenes/archive/pit/pit.png similarity index 100% rename from scenes/pit/pit.png rename to scenes/archive/pit/pit.png diff --git a/scenes/pit/pit.png.import b/scenes/archive/pit/pit.png.import similarity index 59% rename from scenes/pit/pit.png.import rename to scenes/archive/pit/pit.png.import index e00d9a9..656da51 100644 --- a/scenes/pit/pit.png.import +++ b/scenes/archive/pit/pit.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://diwganfwvfg8j" -path="res://.godot/imported/pit.png-7277736e558eb85d67090bd631eba8f2.ctex" +path="res://.godot/imported/pit.png-5cc2165d145e593b21fccb50925d9f99.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/pit/pit.png" -dest_files=["res://.godot/imported/pit.png-7277736e558eb85d67090bd631eba8f2.ctex"] +source_file="res://scenes/archive/pit/pit.png" +dest_files=["res://.godot/imported/pit.png-5cc2165d145e593b21fccb50925d9f99.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/pit/pit.tscn b/scenes/archive/pit/pit.tscn similarity index 95% rename from scenes/pit/pit.tscn rename to scenes/archive/pit/pit.tscn index 33966d9..6e08f03 100644 --- a/scenes/pit/pit.tscn +++ b/scenes/archive/pit/pit.tscn @@ -1,9 +1,9 @@ -[gd_scene load_steps=7 format=3 uid="uid://bd13f8yhh8x0i"] +[gd_scene format=3 uid="uid://bd13f8yhh8x0i"] -[ext_resource type="Script" uid="uid://ch2n0h58cj0l1" path="res://scenes/pit/pit.gd" id="1_rlm8t"] -[ext_resource type="Texture2D" uid="uid://diwganfwvfg8j" path="res://scenes/pit/pit.png" id="2_ismrw"] +[ext_resource type="Script" uid="uid://ch2n0h58cj0l1" path="res://scenes/archive/pit/pit.gd" id="1_rlm8t"] +[ext_resource type="Texture2D" uid="uid://diwganfwvfg8j" path="res://scenes/archive/pit/pit.png" id="2_ismrw"] [ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="4_r2q0f"] -[ext_resource type="Texture2D" uid="uid://c2vwbdxi6hpa8" path="res://scenes/healer_pasture/foreground.png" id="5_o3cq1"] +[ext_resource type="Texture2D" uid="uid://c2vwbdxi6hpa8" path="res://scenes/archive/healer_pasture/foreground.png" id="5_o3cq1"] [ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="6_2u4ri"] [sub_resource type="NavigationPolygon" id="NavigationPolygon_dvbx8"] diff --git a/scenes/healers/image6.png-autosave.kra b/scenes/healers/image6.png-autosave.kra deleted file mode 100644 index 7866f53..0000000 --- a/scenes/healers/image6.png-autosave.kra +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa25ed2d910dae2e11108eb9375406690460de2a2f47c69e0ce84e24860b0281 -size 4689428 diff --git a/scenes/healers/trimmed-anim/frame_00014_.png.import b/scenes/healers/trimmed-anim/frame_00014_.png.import deleted file mode 100644 index b7a1b96..0000000 --- a/scenes/healers/trimmed-anim/frame_00014_.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cro28dpr8nc4r" -path="res://.godot/imported/frame_00014_.png-6166fae83ad72217a0903222b8cb9212.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://scenes/healers/trimmed-anim/frame_00014_.png" -dest_files=["res://.godot/imported/frame_00014_.png-6166fae83ad72217a0903222b8cb9212.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/scenes/pool/ComfyUI_10001_.png b/scenes/kq4_003_fountain_pool/ComfyUI_10001_.png similarity index 100% rename from scenes/pool/ComfyUI_10001_.png rename to scenes/kq4_003_fountain_pool/ComfyUI_10001_.png diff --git a/scenes/pool/ComfyUI_10001_.png.import b/scenes/kq4_003_fountain_pool/ComfyUI_10001_.png.import similarity index 57% rename from scenes/pool/ComfyUI_10001_.png.import rename to scenes/kq4_003_fountain_pool/ComfyUI_10001_.png.import index 5914883..9082d5f 100644 --- a/scenes/pool/ComfyUI_10001_.png.import +++ b/scenes/kq4_003_fountain_pool/ComfyUI_10001_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://0ak807tg6jso" -path="res://.godot/imported/ComfyUI_10001_.png-6282d75201d05c6e64a1b17d603b9775.ctex" +path="res://.godot/imported/ComfyUI_10001_.png-1e9a08302ac8bfcaba4ffa925333754a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/pool/ComfyUI_10001_.png" -dest_files=["res://.godot/imported/ComfyUI_10001_.png-6282d75201d05c6e64a1b17d603b9775.ctex"] +source_file="res://scenes/kq4_003_fountain_pool/ComfyUI_10001_.png" +dest_files=["res://.godot/imported/ComfyUI_10001_.png-1e9a08302ac8bfcaba4ffa925333754a.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/pool/ComfyUI_10001_.png:Zone.Identifier b/scenes/kq4_003_fountain_pool/ComfyUI_10001_.png:Zone.Identifier similarity index 100% rename from scenes/pool/ComfyUI_10001_.png:Zone.Identifier rename to scenes/kq4_003_fountain_pool/ComfyUI_10001_.png:Zone.Identifier diff --git a/scenes/pool/fg.png b/scenes/kq4_003_fountain_pool/fg.png similarity index 100% rename from scenes/pool/fg.png rename to scenes/kq4_003_fountain_pool/fg.png diff --git a/scenes/pool/fg.png.import b/scenes/kq4_003_fountain_pool/fg.png.import similarity index 59% rename from scenes/pool/fg.png.import rename to scenes/kq4_003_fountain_pool/fg.png.import index 7dd5df4..2d79b5e 100644 --- a/scenes/pool/fg.png.import +++ b/scenes/kq4_003_fountain_pool/fg.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://bmvcn5pl2qble" -path="res://.godot/imported/fg.png-d3477ea30155a595fbbdcb6715e35a7f.ctex" +path="res://.godot/imported/fg.png-ffcdc809e94200030b5bed0b11433b71.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/pool/fg.png" -dest_files=["res://.godot/imported/fg.png-d3477ea30155a595fbbdcb6715e35a7f.ctex"] +source_file="res://scenes/kq4_003_fountain_pool/fg.png" +dest_files=["res://.godot/imported/fg.png-ffcdc809e94200030b5bed0b11433b71.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/kq4_003_fountain_pool/kq4_003_fountain_pool.gd b/scenes/kq4_003_fountain_pool/kq4_003_fountain_pool.gd new file mode 100644 index 0000000..c5d0710 --- /dev/null +++ b/scenes/kq4_003_fountain_pool/kq4_003_fountain_pool.gd @@ -0,0 +1,5 @@ +extends Scene + + +func _on_ogre_house_interacted() -> void: + $kq4_004_ogres_cottage.default_script(self) diff --git a/scenes/pool/pool.gd.uid b/scenes/kq4_003_fountain_pool/kq4_003_fountain_pool.gd.uid similarity index 100% rename from scenes/pool/pool.gd.uid rename to scenes/kq4_003_fountain_pool/kq4_003_fountain_pool.gd.uid diff --git a/scenes/pool/pool.tscn b/scenes/kq4_003_fountain_pool/kq4_003_fountain_pool.tscn similarity index 78% rename from scenes/pool/pool.tscn rename to scenes/kq4_003_fountain_pool/kq4_003_fountain_pool.tscn index f2c8c5d..b8e1a37 100644 --- a/scenes/pool/pool.tscn +++ b/scenes/kq4_003_fountain_pool/kq4_003_fountain_pool.tscn @@ -1,10 +1,10 @@ -[gd_scene load_steps=7 format=3 uid="uid://dx5rhiwa1tnvx"] +[gd_scene format=3 uid="uid://dx5rhiwa1tnvx"] -[ext_resource type="Script" uid="uid://2mmn5y4b67lg" path="res://scenes/pool/pool.gd" id="1_heq0u"] -[ext_resource type="Texture2D" uid="uid://0ak807tg6jso" path="res://scenes/pool/ComfyUI_10001_.png" id="2_heq0u"] +[ext_resource type="Script" uid="uid://2mmn5y4b67lg" path="res://scenes/kq4_003_fountain_pool/kq4_003_fountain_pool.gd" id="1_heq0u"] +[ext_resource type="Texture2D" uid="uid://0ak807tg6jso" path="res://scenes/kq4_003_fountain_pool/ComfyUI_10001_.png" id="2_heq0u"] [ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_1g2ot"] [ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="4_6r684"] -[ext_resource type="Texture2D" uid="uid://bmvcn5pl2qble" path="res://scenes/pool/fg.png" id="5_cu368"] +[ext_resource type="Texture2D" uid="uid://bmvcn5pl2qble" path="res://scenes/kq4_003_fountain_pool/fg.png" id="5_cu368"] [sub_resource type="NavigationPolygon" id="NavigationPolygon_heq0u"] vertices = PackedVector2Array(2047.41, 716.57, 2016.32, 718.031, 2012.05, 588.461, 2016.21, 588.297, -24.7109, 554.789, -30.1563, 678.656, -32.4922, 678.719, -26.5, 554.672, 1549.08, 973.094, 1600.39, 892.133, 1664.59, 879.789, 1849.6, 912.438, 2010.65, 1152.71, 1938.66, 866.219, 1997.01, 738.961, 1913.5, 767.961, 1652.01, 755.148, 1694.65, 795.859, 1548.2, 566.008, 1990.35, 536.656, 1991.42, 569.242, 1521.82, 587.352, -3.86719, 536.156, -3.4375, 526.25, 1322.68, 566.07, 572.727, 554.938, -28.5625, 1097.27, -11.0078, 698.188, 363.648, 688.758, 233.078, 917.219, 522.023, 998.82, 544.961, 937, 1256.86, 937, 1356.66, 1006.56, 1515.53, 657.82, 368.352, 561.688, 319.969, 1004.11) @@ -38,39 +38,25 @@ navigation_polygon = SubResource("NavigationPolygon_heq0u") [node name="default-starting-point" type="Node2D" parent="."] position = Vector2(194, 819) -[node name="ogre" parent="." instance=ExtResource("4_6r684")] +[node name="kq4_004_ogres_cottage" parent="." instance=ExtResource("4_6r684")] position = Vector2(1912, 756) color = Color(1, 1, 1, 1) polygon = PackedVector2Array(-235, -142, -147, 252, 155, 148, 102, -85) -target_transition = "pool" +target_transition = "kq4_003_fountain_pool" target = "uid://detumfmmcd0jw" label = "Ogre's House" -[node name="entrance" parent="ogre" index="0"] +[node name="entrance" parent="kq4_004_ogres_cottage" index="0"] position = Vector2(-79, 65) -[node name="exit" parent="ogre" index="1"] +[node name="exit" parent="kq4_004_ogres_cottage" index="1"] position = Vector2(66, 71) -[node name="meadow" parent="." instance=ExtResource("4_6r684")] -polygon = PackedVector2Array(-50, 624, -63, 967, 222, 956, 201, 632) -target_transition = "pool" -target = "uid://dnyfhcvbsecvy" -label = "Meadow" - -[node name="entrance" parent="meadow" index="0"] -position = Vector2(169, 799) - -[node name="exit" parent="meadow" index="1"] -position = Vector2(-16, 905) - [node name="Fg" type="Sprite2D" parent="."] scale = Vector2(1.163, 1.179) texture = ExtResource("5_cu368") centered = false -[connection signal="interacted" from="ogre" to="." method="_on_ogre_house_interacted"] -[connection signal="interacted" from="meadow" to="." method="_on_meadow_interacted"] +[connection signal="interacted" from="kq4_004_ogres_cottage" to="." method="_on_ogre_house_interacted"] -[editable path="ogre"] -[editable path="meadow"] +[editable path="kq4_004_ogres_cottage"] diff --git a/scenes/pool/small.png b/scenes/kq4_003_fountain_pool/small.png similarity index 100% rename from scenes/pool/small.png rename to scenes/kq4_003_fountain_pool/small.png diff --git a/scenes/pool/small.png.import b/scenes/kq4_003_fountain_pool/small.png.import similarity index 58% rename from scenes/pool/small.png.import rename to scenes/kq4_003_fountain_pool/small.png.import index f951db3..b375f77 100644 --- a/scenes/pool/small.png.import +++ b/scenes/kq4_003_fountain_pool/small.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://dnqq3ambi7jyj" -path="res://.godot/imported/small.png-98fd0ed20383fdacea397771db5b9421.ctex" +path="res://.godot/imported/small.png-32483329b6ab39060160523c4c0b3cd8.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/pool/small.png" -dest_files=["res://.godot/imported/small.png-98fd0ed20383fdacea397771db5b9421.ctex"] +source_file="res://scenes/kq4_003_fountain_pool/small.png" +dest_files=["res://.godot/imported/small.png-32483329b6ab39060160523c4c0b3cd8.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/ogre/.ComfyUI_09922_.png-autosave.kra b/scenes/kq4_004_ogres_cottage/.ComfyUI_09922_.png-autosave.kra similarity index 100% rename from scenes/ogre/.ComfyUI_09922_.png-autosave.kra rename to scenes/kq4_004_ogres_cottage/.ComfyUI_09922_.png-autosave.kra diff --git a/scenes/ogre/ComfyUI_09922_.png b/scenes/kq4_004_ogres_cottage/ComfyUI_09922_.png similarity index 100% rename from scenes/ogre/ComfyUI_09922_.png rename to scenes/kq4_004_ogres_cottage/ComfyUI_09922_.png diff --git a/scenes/ogre/ComfyUI_09922_.png.import b/scenes/kq4_004_ogres_cottage/ComfyUI_09922_.png.import similarity index 57% rename from scenes/ogre/ComfyUI_09922_.png.import rename to scenes/kq4_004_ogres_cottage/ComfyUI_09922_.png.import index b03580f..db02882 100644 --- a/scenes/ogre/ComfyUI_09922_.png.import +++ b/scenes/kq4_004_ogres_cottage/ComfyUI_09922_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://br1qpwa1hpcr7" -path="res://.godot/imported/ComfyUI_09922_.png-bc2f7976bc298ee51d532ede4c9bca1e.ctex" +path="res://.godot/imported/ComfyUI_09922_.png-4f020c2dfa5047a8a9b6562786dfab71.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/ogre/ComfyUI_09922_.png" -dest_files=["res://.godot/imported/ComfyUI_09922_.png-bc2f7976bc298ee51d532ede4c9bca1e.ctex"] +source_file="res://scenes/kq4_004_ogres_cottage/ComfyUI_09922_.png" +dest_files=["res://.godot/imported/ComfyUI_09922_.png-4f020c2dfa5047a8a9b6562786dfab71.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/kq4_004_ogres_cottage/kq4_004_ogres_cottage.gd b/scenes/kq4_004_ogres_cottage/kq4_004_ogres_cottage.gd new file mode 100644 index 0000000..4dc3846 --- /dev/null +++ b/scenes/kq4_004_ogres_cottage/kq4_004_ogres_cottage.gd @@ -0,0 +1,9 @@ +extends Scene + + +func _on_pool_interacted() -> void: + $kq4_003_fountain_pool.default_script(self) + + +func _on_forest_path_interacted() -> void: + $kq4_010_forest_path.default_script(self) diff --git a/scenes/ogre/ogre.gd.uid b/scenes/kq4_004_ogres_cottage/kq4_004_ogres_cottage.gd.uid similarity index 100% rename from scenes/ogre/ogre.gd.uid rename to scenes/kq4_004_ogres_cottage/kq4_004_ogres_cottage.gd.uid diff --git a/scenes/ogre/ogre.tscn b/scenes/kq4_004_ogres_cottage/kq4_004_ogres_cottage.tscn similarity index 66% rename from scenes/ogre/ogre.tscn rename to scenes/kq4_004_ogres_cottage/kq4_004_ogres_cottage.tscn index 7cc6ec9..836f29e 100644 --- a/scenes/ogre/ogre.tscn +++ b/scenes/kq4_004_ogres_cottage/kq4_004_ogres_cottage.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=6 format=3 uid="uid://detumfmmcd0jw"] -[ext_resource type="Script" uid="uid://bo6vtorh56ik4" path="res://scenes/ogre/ogre.gd" id="1_rgthv"] -[ext_resource type="Texture2D" uid="uid://br1qpwa1hpcr7" path="res://scenes/ogre/ComfyUI_09922_.png" id="2_rgthv"] +[ext_resource type="Script" uid="uid://bo6vtorh56ik4" path="res://scenes/kq4_004_ogres_cottage/kq4_004_ogres_cottage.gd" id="1_rgthv"] +[ext_resource type="Texture2D" uid="uid://br1qpwa1hpcr7" path="res://scenes/kq4_004_ogres_cottage/ComfyUI_09922_.png" id="2_rgthv"] [ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_kvdqi"] [ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="4_67nph"] @@ -37,20 +37,37 @@ navigation_polygon = SubResource("NavigationPolygon_furs3") [node name="default-starting-point" type="Node2D" parent="."] position = Vector2(194, 819) -[node name="pool" parent="." instance=ExtResource("4_67nph")] +[node name="kq4_003_fountain_pool" parent="." instance=ExtResource("4_67nph")] position = Vector2(5, 888) color = Color(1, 1, 1, 1) polygon = PackedVector2Array(-85, -86, -65, 128, 264, 167, 260, -78) -target_transition = "ogre" +target_transition = "kq4_004_ogres_cottage" target = "uid://dx5rhiwa1tnvx" -label = "Healers" +label = "Fountain Pool" -[node name="entrance" parent="pool" index="0"] +[node name="entrance" parent="kq4_003_fountain_pool" index="0"] position = Vector2(184, 70) -[node name="exit" parent="pool" index="1"] +[node name="exit" parent="kq4_003_fountain_pool" index="1"] position = Vector2(-61, 74) -[connection signal="interacted" from="pool" to="." method="_on_pool_interacted"] +[connection signal="interacted" from="kq4_003_fountain_pool" to="." method="_on_pool_interacted"] -[editable path="pool"] +[node name="kq4_010_forest_path" parent="." instance=ExtResource("4_67nph")] +position = Vector2(910, 542) +color = Color(1, 1, 1, 1) +polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381) +target_transition = "kq4_004_ogres_cottage" +target = "uid://cxqpbv3y2mkd0" +label = "Forest Path" + +[node name="entrance" parent="kq4_010_forest_path" index="0"] +position = Vector2(118, 514) + +[node name="exit" parent="kq4_010_forest_path" index="1"] +position = Vector2(151, 615) + +[connection signal="interacted" from="kq4_010_forest_path" to="." method="_on_forest_path_interacted"] + +[editable path="kq4_003_fountain_pool"] +[editable path="kq4_010_forest_path"] diff --git a/scenes/ogre/oceanside-1.png b/scenes/kq4_004_ogres_cottage/oceanside-1.png similarity index 100% rename from scenes/ogre/oceanside-1.png rename to scenes/kq4_004_ogres_cottage/oceanside-1.png diff --git a/scenes/ogre/oceanside-1.png.import b/scenes/kq4_004_ogres_cottage/oceanside-1.png.import similarity index 57% rename from scenes/ogre/oceanside-1.png.import rename to scenes/kq4_004_ogres_cottage/oceanside-1.png.import index e1f6c1e..ff89354 100644 --- a/scenes/ogre/oceanside-1.png.import +++ b/scenes/kq4_004_ogres_cottage/oceanside-1.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://r0y4cclpewq4" -path="res://.godot/imported/oceanside-1.png-3a760e3cc6376d42e6b8a182e0059abe.ctex" +path="res://.godot/imported/oceanside-1.png-195aa37521a5e9e36407f95397181d26.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/ogre/oceanside-1.png" -dest_files=["res://.godot/imported/oceanside-1.png-3a760e3cc6376d42e6b8a182e0059abe.ctex"] +source_file="res://scenes/kq4_004_ogres_cottage/oceanside-1.png" +dest_files=["res://.godot/imported/oceanside-1.png-195aa37521a5e9e36407f95397181d26.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/ogre/ogre.png b/scenes/kq4_004_ogres_cottage/ogre.png similarity index 100% rename from scenes/ogre/ogre.png rename to scenes/kq4_004_ogres_cottage/ogre.png diff --git a/scenes/ogre/ogre.png.import b/scenes/kq4_004_ogres_cottage/ogre.png.import similarity index 58% rename from scenes/ogre/ogre.png.import rename to scenes/kq4_004_ogres_cottage/ogre.png.import index f68ac71..bd906ce 100644 --- a/scenes/ogre/ogre.png.import +++ b/scenes/kq4_004_ogres_cottage/ogre.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://cpal1vdlecnn4" -path="res://.godot/imported/ogre.png-e56ea246f5c79c850314198d72153546.ctex" +path="res://.godot/imported/ogre.png-4498c9ab7ad1a9f50e1bf5fe8162c244.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/ogre/ogre.png" -dest_files=["res://.godot/imported/ogre.png-e56ea246f5c79c850314198d72153546.ctex"] +source_file="res://scenes/kq4_004_ogres_cottage/ogre.png" +dest_files=["res://.godot/imported/ogre.png-4498c9ab7ad1a9f50e1bf5fe8162c244.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/kq4_010_forest_path/kq4_010_forest_path.gd b/scenes/kq4_010_forest_path/kq4_010_forest_path.gd new file mode 100644 index 0000000..c42a296 --- /dev/null +++ b/scenes/kq4_010_forest_path/kq4_010_forest_path.gd @@ -0,0 +1,9 @@ +extends Scene + + +func _on_ogres_cottage_interacted() -> void: + $kq4_004_ogres_cottage.default_script(self) + + +func _on_enchanted_grove_interacted() -> void: + $kq4_011_enchanted_grove.default_script(self) diff --git a/scenes/kq4_010_forest_path/kq4_010_forest_path.gd.uid b/scenes/kq4_010_forest_path/kq4_010_forest_path.gd.uid new file mode 100644 index 0000000..c13dfde --- /dev/null +++ b/scenes/kq4_010_forest_path/kq4_010_forest_path.gd.uid @@ -0,0 +1 @@ +uid://bk8q2nad4pu44 diff --git a/scenes/kq4_010_forest_path/kq4_010_forest_path.tscn b/scenes/kq4_010_forest_path/kq4_010_forest_path.tscn new file mode 100644 index 0000000..a5816e1 --- /dev/null +++ b/scenes/kq4_010_forest_path/kq4_010_forest_path.tscn @@ -0,0 +1,97 @@ +[gd_scene format=3 uid="uid://cxqpbv3y2mkd0"] + +[ext_resource type="Script" uid="uid://bk8q2nad4pu44" path="res://scenes/kq4_010_forest_path/kq4_010_forest_path.gd" id="1_abc"] +[ext_resource type="Texture2D" uid="uid://cxqpbv3y2mkd1" path="res://scenes/kq4_010_forest_path/pic_010_visual.png" id="2_abc"] +[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_abc"] +[ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="4_abc"] + +[sub_resource type="NavigationPolygon" id="NavigationPolygon_ppo6b"] +vertices = PackedVector2Array(374.47656, 1145.0078, -140.75781, 1180.2031, -76.11719, 588.6797, -53.679688, 490.4922, 1222.4688, 227.3125, 1994.2422, 468.4297, 2012.7031, 1020.2031, 1268.1875, 1113.0234) +polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3), PackedInt32Array(3, 4, 5, 6, 7, 0)]) +outlines = Array[PackedVector2Array]([PackedVector2Array(-62, 482, 1223, 217, 2004, 461, 2023, 1029, 1269, 1123, 375, 1155, -152, 1191, -86, 587)]) + +[node name="background" type="Node2D" unique_id=657573819] +y_sort_enabled = true +script = ExtResource("1_abc") + +[node name="bg" type="Sprite2D" parent="." unique_id=874052749] +scale = Vector2(6, 6) +texture = ExtResource("2_abc") +centered = false + +[node name="StartScalePoint" type="Node2D" parent="." unique_id=1640687858] +position = Vector2(1476, 742) +script = ExtResource("3_abc") +target_scale = 0.25 + +[node name="EndScalePoint" type="Node2D" parent="." unique_id=1996763530] +position = Vector2(1408, 1097) +scale = Vector2(0.44, 0.44) +script = ExtResource("3_abc") +target_scale = 0.35 + +[node name="pathfind" type="NavigationRegion2D" parent="." unique_id=1418661203] +position = Vector2(-1, 0) +navigation_polygon = SubResource("NavigationPolygon_ppo6b") + +[node name="default-starting-point" type="Node2D" parent="." unique_id=1018141532] +position = Vector2(194, 819) + +[node name="kq4_004_ogres_cottage" parent="." unique_id=484638394 instance=ExtResource("4_abc")] +position = Vector2(910, -213) +polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381) +target_transition = "kq4_004_ogres_cottage" +target = "uid://detumfmmcd0jw" +label = "Ogre's Cottage" + +[node name="entrance" parent="kq4_004_ogres_cottage" index="0"] +position = Vector2(163, 598) + +[node name="exit" parent="kq4_004_ogres_cottage" index="1"] +position = Vector2(159, 459) + +[node name="kq4_011_enchanted_grove" parent="." unique_id=1916756563 instance=ExtResource("4_abc")] +position = Vector2(1766, 74) +polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381) +target_transition = "kq4_010_forest_path" +target = "uid://ujxktwdn8l8r" +label = "Enchanted Grove" + +[node name="entrance" parent="kq4_011_enchanted_grove" index="0"] +position = Vector2(24, 565) + +[node name="exit" parent="kq4_011_enchanted_grove" index="1"] +position = Vector2(293, 554) + +[node name="kq4_016_graveyard" parent="." unique_id=990092106 instance=ExtResource("4_abc")] +position = Vector2(910, 542) +polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381) +target_transition = "kq4_010_forest_path" +target = "uid://pending" +label = "Graveyard" + +[node name="entrance" parent="kq4_016_graveyard" index="0"] +position = Vector2(118, 514) + +[node name="exit" parent="kq4_016_graveyard" index="1"] +position = Vector2(151, 615) + +[node name="kq4_009_shady_wooded_area" parent="." unique_id=1117747814 instance=ExtResource("4_abc")] +polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381) +target_transition = "kq4_010_forest_path" +target = "uid://pending" +label = "Shady Wooded Area" + +[node name="entrance" parent="kq4_009_shady_wooded_area" index="0"] +position = Vector2(506, 555) + +[node name="exit" parent="kq4_009_shady_wooded_area" index="1"] +position = Vector2(-64, 534) + +[connection signal="interacted" from="kq4_004_ogres_cottage" to="." method="_on_ogres_cottage_interacted"] +[connection signal="interacted" from="kq4_011_enchanted_grove" to="." method="_on_enchanted_grove_interacted"] + +[editable path="kq4_004_ogres_cottage"] +[editable path="kq4_011_enchanted_grove"] +[editable path="kq4_016_graveyard"] +[editable path="kq4_009_shady_wooded_area"] diff --git a/scenes/kq4_010_forest_path/kq4_010_forest_path.tscn.uid b/scenes/kq4_010_forest_path/kq4_010_forest_path.tscn.uid new file mode 100644 index 0000000..7088bfe --- /dev/null +++ b/scenes/kq4_010_forest_path/kq4_010_forest_path.tscn.uid @@ -0,0 +1 @@ +uid://cxqpbv3y2mkd0 \ No newline at end of file diff --git a/scenes/kq4_010_forest_path/pic_010_visual.png b/scenes/kq4_010_forest_path/pic_010_visual.png new file mode 100644 index 0000000..808267c --- /dev/null +++ b/scenes/kq4_010_forest_path/pic_010_visual.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d70c805d82e5696ec94bca8048347636834286e9804a4afeb64e3f620e0157b +size 13176 diff --git a/scenes/kq4_010_forest_path/pic_010_visual.png.import b/scenes/kq4_010_forest_path/pic_010_visual.png.import new file mode 100644 index 0000000..35d18af --- /dev/null +++ b/scenes/kq4_010_forest_path/pic_010_visual.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cxqpbv3y2mkd1" +path="res://.godot/imported/pic_010_visual.png-1b09a738c2247c5c8a974df856174173.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://scenes/kq4_010_forest_path/pic_010_visual.png" +dest_files=["res://.godot/imported/pic_010_visual.png-1b09a738c2247c5c8a974df856174173.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=10 +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 diff --git a/scenes/kq4_011_enchanted_grove/kq4_011_enchanted_grove.gd b/scenes/kq4_011_enchanted_grove/kq4_011_enchanted_grove.gd new file mode 100644 index 0000000..0e45e8a --- /dev/null +++ b/scenes/kq4_011_enchanted_grove/kq4_011_enchanted_grove.gd @@ -0,0 +1,5 @@ +extends Scene + + +func _on_forest_path_interacted() -> void: + $kq4_010_forest_path.default_script(self) diff --git a/scenes/kq4_011_enchanted_grove/kq4_011_enchanted_grove.gd.uid b/scenes/kq4_011_enchanted_grove/kq4_011_enchanted_grove.gd.uid new file mode 100644 index 0000000..5332472 --- /dev/null +++ b/scenes/kq4_011_enchanted_grove/kq4_011_enchanted_grove.gd.uid @@ -0,0 +1 @@ +uid://bulhkgdox6uan diff --git a/scenes/kq4_011_enchanted_grove/kq4_011_enchanted_grove.tscn b/scenes/kq4_011_enchanted_grove/kq4_011_enchanted_grove.tscn new file mode 100644 index 0000000..7ebb62a --- /dev/null +++ b/scenes/kq4_011_enchanted_grove/kq4_011_enchanted_grove.tscn @@ -0,0 +1,96 @@ +[gd_scene format=3 uid="uid://ujxktwdn8l8r"] + +[ext_resource type="Script" uid="uid://bulhkgdox6uan" path="res://scenes/kq4_011_enchanted_grove/kq4_011_enchanted_grove.gd" id="1_abc"] +[ext_resource type="Texture2D" uid="uid://r4tba15getlv" path="res://scenes/kq4_011_enchanted_grove/pic_011_visual.png" id="2_abc"] +[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_abc"] +[ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="4_abc"] + +[sub_resource type="NavigationPolygon" id="NavigationPolygon_ppo6b"] +vertices = PackedVector2Array(374.47656, 1145.0078, -140.75781, 1180.2031, -76.11719, 588.6797, -53.679688, 490.4922, 1222.4688, 227.3125, 1994.2422, 468.4297, 2012.7031, 1020.2031, 1268.1875, 1113.0234) +polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3), PackedInt32Array(3, 4, 5, 6, 7, 0)]) +outlines = Array[PackedVector2Array]([PackedVector2Array(-62, 482, 1223, 217, 2004, 461, 2023, 1029, 1269, 1123, 375, 1155, -152, 1191, -86, 587)]) + +[node name="background" type="Node2D" unique_id=657573819] +y_sort_enabled = true +script = ExtResource("1_abc") + +[node name="bg" type="Sprite2D" parent="." unique_id=874052749] +scale = Vector2(6, 6) +texture = ExtResource("2_abc") +centered = false + +[node name="StartScalePoint" type="Node2D" parent="." unique_id=1640687858] +position = Vector2(1476, 742) +script = ExtResource("3_abc") +target_scale = 0.25 + +[node name="EndScalePoint" type="Node2D" parent="." unique_id=1996763530] +position = Vector2(1408, 1097) +scale = Vector2(0.44, 0.44) +script = ExtResource("3_abc") +target_scale = 0.35 + +[node name="pathfind" type="NavigationRegion2D" parent="." unique_id=1418661203] +position = Vector2(-1, 0) +navigation_polygon = SubResource("NavigationPolygon_ppo6b") + +[node name="default-starting-point" type="Node2D" parent="." unique_id=1018141532] +position = Vector2(194, 819) + +[node name="kq4_005_forest_grove" parent="." unique_id=484638394 instance=ExtResource("4_abc")] +position = Vector2(910, -213) +polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381) +target_transition = "kq4_011_enchanted_grove" +target = "uid://pending" +label = "Forest Grove" + +[node name="entrance" parent="kq4_005_forest_grove" index="0"] +position = Vector2(118, 514) + +[node name="exit" parent="kq4_005_forest_grove" index="1"] +position = Vector2(151, 615) + +[node name="kq4_012_haunted_forest" parent="." unique_id=1916756563 instance=ExtResource("4_abc")] +position = Vector2(1766, 74) +polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381) +target_transition = "kq4_011_enchanted_grove" +target = "uid://pending" +label = "Haunted Forest" + +[node name="entrance" parent="kq4_012_haunted_forest" index="0"] +position = Vector2(24, 565) + +[node name="exit" parent="kq4_012_haunted_forest" index="1"] +position = Vector2(293, 554) + +[node name="kq4_017_spooky_house_exterior" parent="." unique_id=990092106 instance=ExtResource("4_abc")] +position = Vector2(910, 542) +polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381) +target_transition = "kq4_011_enchanted_grove" +target = "uid://pending" +label = "Spooky House Exterior" + +[node name="entrance" parent="kq4_017_spooky_house_exterior" index="0"] +position = Vector2(118, 514) + +[node name="exit" parent="kq4_017_spooky_house_exterior" index="1"] +position = Vector2(151, 615) + +[node name="kq4_010_forest_path" parent="." unique_id=1117747814 instance=ExtResource("4_abc")] +polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381) +target_transition = "kq4_011_enchanted_grove" +target = "uid://cxqpbv3y2mkd0" +label = "Forest Path" + +[node name="entrance" parent="kq4_010_forest_path" index="0"] +position = Vector2(506, 555) + +[node name="exit" parent="kq4_010_forest_path" index="1"] +position = Vector2(-64, 534) + +[connection signal="interacted" from="kq4_010_forest_path" to="." method="_on_forest_path_interacted"] + +[editable path="kq4_005_forest_grove"] +[editable path="kq4_012_haunted_forest"] +[editable path="kq4_017_spooky_house_exterior"] +[editable path="kq4_010_forest_path"] diff --git a/scenes/kq4_011_enchanted_grove/kq4_011_enchanted_grove.tscn.uid b/scenes/kq4_011_enchanted_grove/kq4_011_enchanted_grove.tscn.uid new file mode 100644 index 0000000..e98682c --- /dev/null +++ b/scenes/kq4_011_enchanted_grove/kq4_011_enchanted_grove.tscn.uid @@ -0,0 +1 @@ +uid://ujxktwdn8l8r \ No newline at end of file diff --git a/scenes/kq4_011_enchanted_grove/pic_011_visual.png b/scenes/kq4_011_enchanted_grove/pic_011_visual.png new file mode 100644 index 0000000..24226d6 --- /dev/null +++ b/scenes/kq4_011_enchanted_grove/pic_011_visual.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56a1854912595879511ad6d83f54e25abc8aa0829feafdf309458cc121bedfd +size 13701 diff --git a/scenes/kq4_011_enchanted_grove/pic_011_visual.png.import b/scenes/kq4_011_enchanted_grove/pic_011_visual.png.import new file mode 100644 index 0000000..8cd12fd --- /dev/null +++ b/scenes/kq4_011_enchanted_grove/pic_011_visual.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://r4tba15getlv" +path="res://.godot/imported/pic_011_visual.png-f0bbe8f5d8e769bdbfc1201119dbef6a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://scenes/kq4_011_enchanted_grove/pic_011_visual.png" +dest_files=["res://.godot/imported/pic_011_visual.png-f0bbe8f5d8e769bdbfc1201119dbef6a.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=10 +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 diff --git a/scenes/oceanside-1/ComfyUI_10031_.png b/scenes/kq4_019_coastal_cliffs/ComfyUI_10031_.png similarity index 100% rename from scenes/oceanside-1/ComfyUI_10031_.png rename to scenes/kq4_019_coastal_cliffs/ComfyUI_10031_.png diff --git a/scenes/oceanside-1/ComfyUI_10031_.png.import b/scenes/kq4_019_coastal_cliffs/ComfyUI_10031_.png.import similarity index 57% rename from scenes/oceanside-1/ComfyUI_10031_.png.import rename to scenes/kq4_019_coastal_cliffs/ComfyUI_10031_.png.import index 14f89b3..87a2134 100644 --- a/scenes/oceanside-1/ComfyUI_10031_.png.import +++ b/scenes/kq4_019_coastal_cliffs/ComfyUI_10031_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://blus266j2vw5o" -path="res://.godot/imported/ComfyUI_10031_.png-e488ecee0647618be242c35531d1766b.ctex" +path="res://.godot/imported/ComfyUI_10031_.png-d2af2973a0f6d4daa5d57196b27be9ec.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/oceanside-1/ComfyUI_10031_.png" -dest_files=["res://.godot/imported/ComfyUI_10031_.png-e488ecee0647618be242c35531d1766b.ctex"] +source_file="res://scenes/kq4_019_coastal_cliffs/ComfyUI_10031_.png" +dest_files=["res://.godot/imported/ComfyUI_10031_.png-d2af2973a0f6d4daa5d57196b27be9ec.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/kq4_019_coastal_cliffs/kq4_019_coastal_cliffs.gd b/scenes/kq4_019_coastal_cliffs/kq4_019_coastal_cliffs.gd new file mode 100644 index 0000000..f370f3c --- /dev/null +++ b/scenes/kq4_019_coastal_cliffs/kq4_019_coastal_cliffs.gd @@ -0,0 +1,5 @@ +extends Scene + + +func _on_meadow_interacted() -> void: + $kq4_020_meadow.default_script(self) # Replace with function body. diff --git a/scenes/oceanside-1/oceanside_1.gd.uid b/scenes/kq4_019_coastal_cliffs/kq4_019_coastal_cliffs.gd.uid similarity index 100% rename from scenes/oceanside-1/oceanside_1.gd.uid rename to scenes/kq4_019_coastal_cliffs/kq4_019_coastal_cliffs.gd.uid diff --git a/scenes/oceanside-1/oceanside-1.tscn b/scenes/kq4_019_coastal_cliffs/kq4_019_coastal_cliffs.tscn similarity index 73% rename from scenes/oceanside-1/oceanside-1.tscn rename to scenes/kq4_019_coastal_cliffs/kq4_019_coastal_cliffs.tscn index d2b9263..40d9fa1 100644 --- a/scenes/oceanside-1/oceanside-1.tscn +++ b/scenes/kq4_019_coastal_cliffs/kq4_019_coastal_cliffs.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=5 format=3 uid="uid://bnywifkj64juu"] [ext_resource type="PackedScene" uid="uid://ctkmgtcvpnkm8" path="res://TemplateScene.tscn" id="1_fcvak"] -[ext_resource type="Texture2D" uid="uid://blus266j2vw5o" path="res://scenes/oceanside-1/ComfyUI_10031_.png" id="2_xrxwv"] +[ext_resource type="Texture2D" uid="uid://blus266j2vw5o" path="res://scenes/kq4_019_coastal_cliffs/ComfyUI_10031_.png" id="2_xrxwv"] [ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="4_8xjvi"] [sub_resource type="NavigationPolygon" id="NavigationPolygon_mt6rs"] @@ -17,29 +17,29 @@ texture = ExtResource("2_xrxwv") [node name="pathfind" parent="." index="3"] navigation_polygon = SubResource("NavigationPolygon_mt6rs") -[node name="meadow" parent="." index="5" instance=ExtResource("4_8xjvi")] +[node name="kq4_020_meadow" parent="." index="5" instance=ExtResource("4_8xjvi")] polygon = PackedVector2Array(1821, 506, 1756, 1110, 2122, 1104, 2067, 511) -target_transition = "oceanside" +target_transition = "kq4_019_coastal_cliffs" target = "uid://dnyfhcvbsecvy" label = "Meadow" -[node name="entrance" parent="meadow" index="0"] +[node name="entrance" parent="kq4_020_meadow" index="0"] position = Vector2(1766, 715) -[node name="exit" parent="meadow" index="1"] +[node name="exit" parent="kq4_020_meadow" index="1"] position = Vector2(2048, 766) -[node name="oceanside_2" parent="." index="6" instance=ExtResource("4_8xjvi")] +[node name="kq4_025_beach_at_river_delta" parent="." index="6" instance=ExtResource("4_8xjvi")] polygon = PackedVector2Array(999, 905, 2014, 941, 1973, 1208, 938, 1204) -target_transition = "oceanside_1" +target_transition = "kq4_025_beach_at_river_delta" target = "uid://bdssynip0x1ki" -label = "Oceanside" +label = "River Delta" -[node name="entrance" parent="oceanside_2" index="0"] +[node name="entrance" parent="kq4_025_beach_at_river_delta" index="0"] position = Vector2(1734, 906) -[node name="exit" parent="oceanside_2" index="1"] +[node name="exit" parent="kq4_025_beach_at_river_delta" index="1"] position = Vector2(1538, 1274) -[editable path="meadow"] -[editable path="oceanside_2"] +[editable path="kq4_020_meadow"] +[editable path="kq4_025_beach_at_river_delta"] diff --git a/scenes/meadow/ComfyUI_09941_.png b/scenes/kq4_020_meadow/ComfyUI_09941_.png similarity index 100% rename from scenes/meadow/ComfyUI_09941_.png rename to scenes/kq4_020_meadow/ComfyUI_09941_.png diff --git a/scenes/meadow/ComfyUI_09941_.png.import b/scenes/kq4_020_meadow/ComfyUI_09941_.png.import similarity index 57% rename from scenes/meadow/ComfyUI_09941_.png.import rename to scenes/kq4_020_meadow/ComfyUI_09941_.png.import index 488e455..bbc3013 100644 --- a/scenes/meadow/ComfyUI_09941_.png.import +++ b/scenes/kq4_020_meadow/ComfyUI_09941_.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://mo525tcuoqes" -path="res://.godot/imported/ComfyUI_09941_.png-6513a86ca732c2467a880a0a20356858.ctex" +path="res://.godot/imported/ComfyUI_09941_.png-f20fbbe8b82721514e6a96d18a934a1e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/meadow/ComfyUI_09941_.png" -dest_files=["res://.godot/imported/ComfyUI_09941_.png-6513a86ca732c2467a880a0a20356858.ctex"] +source_file="res://scenes/kq4_020_meadow/ComfyUI_09941_.png" +dest_files=["res://.godot/imported/ComfyUI_09941_.png-f20fbbe8b82721514e6a96d18a934a1e.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/meadow/meadow.gd b/scenes/kq4_020_meadow/kq4_020_meadow.gd similarity index 51% rename from scenes/meadow/meadow.gd rename to scenes/kq4_020_meadow/kq4_020_meadow.gd index 7896a31..fd931af 100644 --- a/scenes/meadow/meadow.gd +++ b/scenes/kq4_020_meadow/kq4_020_meadow.gd @@ -2,8 +2,8 @@ extends Scene func _on_pool_interacted() -> void: - $pool.default_script(self) + $kq4_003_fountain_pool.default_script(self) func _on_oceanside_interacted() -> void: - $oceanside.default_script(self) + $kq4_019_coastal_cliffs.default_script(self) diff --git a/scenes/meadow/meadow.gd.uid b/scenes/kq4_020_meadow/kq4_020_meadow.gd.uid similarity index 100% rename from scenes/meadow/meadow.gd.uid rename to scenes/kq4_020_meadow/kq4_020_meadow.gd.uid diff --git a/scenes/meadow/meadow.tscn b/scenes/kq4_020_meadow/kq4_020_meadow.tscn similarity index 55% rename from scenes/meadow/meadow.tscn rename to scenes/kq4_020_meadow/kq4_020_meadow.tscn index 272cf31..2af58b5 100644 --- a/scenes/meadow/meadow.tscn +++ b/scenes/kq4_020_meadow/kq4_020_meadow.tscn @@ -1,79 +1,63 @@ -[gd_scene load_steps=7 format=3 uid="uid://dnyfhcvbsecvy"] +[gd_scene format=3 uid="uid://dnyfhcvbsecvy"] -[ext_resource type="Script" uid="uid://b7elji15ea6kg" path="res://scenes/meadow/meadow.gd" id="1_bn14v"] -[ext_resource type="Texture2D" uid="uid://mo525tcuoqes" path="res://scenes/meadow/ComfyUI_09941_.png" id="2_bn14v"] +[ext_resource type="Script" uid="uid://b7elji15ea6kg" path="res://scenes/kq4_020_meadow/kq4_020_meadow.gd" id="1_bn14v"] +[ext_resource type="Texture2D" uid="uid://mo525tcuoqes" path="res://scenes/kq4_020_meadow/ComfyUI_09941_.png" id="2_bn14v"] [ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_6lc2m"] [ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="4_nrc7r"] -[ext_resource type="Texture2D" uid="uid://2wfp64i5brcn" path="res://scenes/meadow/tree.png" id="5_ppo6b"] +[ext_resource type="Texture2D" uid="uid://2wfp64i5brcn" path="res://scenes/kq4_020_meadow/tree.png" id="5_ppo6b"] [sub_resource type="NavigationPolygon" id="NavigationPolygon_ppo6b"] vertices = PackedVector2Array(1263.16, 1113.2, 424.328, 1143.23, 1026.63, 865.109, 1359.65, 949.383, 1238.89, 383.039, 1994.29, 469.938, 2012.62, 1017.85, 1025.28, 850.992, -53.8672, 491.352, -74.0469, 579.641) polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3), PackedInt32Array(4, 5, 6, 3, 2, 7), PackedInt32Array(8, 4, 7, 9)]) outlines = Array[PackedVector2Array]([PackedVector2Array(-62, 482, 1239, 373, 2004, 461, 2023, 1029, 1365, 960, 1269, 1123, 375, 1155, 1016, 859, -86, 587)]) -[node name="background" type="Node2D"] +[node name="background" type="Node2D" unique_id=657573819] y_sort_enabled = true script = ExtResource("1_bn14v") -[node name="bg" type="Sprite2D" parent="."] +[node name="bg" type="Sprite2D" parent="." unique_id=874052749] scale = Vector2(0.470459, 0.467949) texture = ExtResource("2_bn14v") centered = false -[node name="StartScalePoint" type="Node2D" parent="."] +[node name="StartScalePoint" type="Node2D" parent="." unique_id=1640687858] position = Vector2(1476, 742) script = ExtResource("3_6lc2m") target_scale = 0.25 -[node name="EndScalePoint" type="Node2D" parent="."] +[node name="EndScalePoint" type="Node2D" parent="." unique_id=1996763530] position = Vector2(1408, 1097) scale = Vector2(0.44, 0.44) script = ExtResource("3_6lc2m") target_scale = 0.35 -[node name="pathfind" type="NavigationRegion2D" parent="."] +[node name="pathfind" type="NavigationRegion2D" parent="." unique_id=1418661203] visible = false position = Vector2(-1, 0) navigation_polygon = SubResource("NavigationPolygon_ppo6b") -[node name="default-starting-point" type="Node2D" parent="."] +[node name="default-starting-point" type="Node2D" parent="." unique_id=1018141532] position = Vector2(194, 819) -[node name="pool" parent="." instance=ExtResource("4_nrc7r")] -position = Vector2(1912, 756) -color = Color(1, 1, 1, 1) -polygon = PackedVector2Array(-494, -59, -243, 202, 175, 224, 179, -443, -128, -497) -target_transition = "meadow" -target = "uid://dx5rhiwa1tnvx" -label = "Pool" - -[node name="entrance" parent="pool" index="0"] -position = Vector2(7, 73) - -[node name="exit" parent="pool" index="1"] -position = Vector2(66, 71) - -[node name="oceanside" parent="." instance=ExtResource("4_nrc7r")] +[node name="kq4_019_coastal_cliffs" parent="." unique_id=1117747814 instance=ExtResource("4_nrc7r")] polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381) -target_transition = "meadow" +target_transition = "kq4_019_coastal_cliffs" target = "uid://bnywifkj64juu" -label = "Oceanside" +label = "Beach" -[node name="entrance" parent="oceanside" index="0"] +[node name="entrance" parent="kq4_019_coastal_cliffs" index="0"] position = Vector2(506, 555) -[node name="exit" parent="oceanside" index="1"] +[node name="exit" parent="kq4_019_coastal_cliffs" index="1"] position = Vector2(-64, 534) -[node name="Tree" type="Sprite2D" parent="."] +[node name="Tree" type="Sprite2D" parent="." unique_id=2128315710] position = Vector2(335, 855) scale = Vector2(1.159, 1.181) texture = ExtResource("5_ppo6b") centered = false offset = Vector2(-289.042, -723.963) -[connection signal="interacted" from="pool" to="." method="_on_pool_interacted"] -[connection signal="interacted" from="oceanside" to="." method="_on_oceanside_interacted"] +[connection signal="interacted" from="kq4_019_coastal_cliffs" to="." method="_on_oceanside_interacted"] -[editable path="pool"] -[editable path="oceanside"] +[editable path="kq4_019_coastal_cliffs"] diff --git a/scenes/meadow/meadow.png b/scenes/kq4_020_meadow/meadow.png similarity index 100% rename from scenes/meadow/meadow.png rename to scenes/kq4_020_meadow/meadow.png diff --git a/scenes/kq4_020_meadow/meadow.png.import b/scenes/kq4_020_meadow/meadow.png.import new file mode 100644 index 0000000..e7ad32d --- /dev/null +++ b/scenes/kq4_020_meadow/meadow.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c7a1pag2lofs7" +path="res://.godot/imported/meadow.png-4fd34d22eee4c7b7cabec300cf6dee8e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://scenes/kq4_020_meadow/meadow.png" +dest_files=["res://.godot/imported/meadow.png-4fd34d22eee4c7b7cabec300cf6dee8e.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 diff --git a/scenes/meadow/tree.png b/scenes/kq4_020_meadow/tree.png similarity index 100% rename from scenes/meadow/tree.png rename to scenes/kq4_020_meadow/tree.png diff --git a/scenes/meadow/tree.png.import b/scenes/kq4_020_meadow/tree.png.import similarity index 59% rename from scenes/meadow/tree.png.import rename to scenes/kq4_020_meadow/tree.png.import index 98a8810..0f7b3e6 100644 --- a/scenes/meadow/tree.png.import +++ b/scenes/kq4_020_meadow/tree.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://2wfp64i5brcn" -path="res://.godot/imported/tree.png-d383814fcaab3b84bd298a45f81d986f.ctex" +path="res://.godot/imported/tree.png-bcf84141e2042ae0d4ee19ec143ad270.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/meadow/tree.png" -dest_files=["res://.godot/imported/tree.png-d383814fcaab3b84bd298a45f81d986f.ctex"] +source_file="res://scenes/kq4_020_meadow/tree.png" +dest_files=["res://.godot/imported/tree.png-bcf84141e2042ae0d4ee19ec143ad270.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/oceanside-2/ComfyUI_10039_.png b/scenes/kq4_025_beach_at_river_delta/ComfyUI_10039_.png similarity index 100% rename from scenes/oceanside-2/ComfyUI_10039_.png rename to scenes/kq4_025_beach_at_river_delta/ComfyUI_10039_.png diff --git a/scenes/kq4_025_beach_at_river_delta/ComfyUI_10039_.png.import b/scenes/kq4_025_beach_at_river_delta/ComfyUI_10039_.png.import new file mode 100644 index 0000000..e6312e5 --- /dev/null +++ b/scenes/kq4_025_beach_at_river_delta/ComfyUI_10039_.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cr2pu16swo811" +path="res://.godot/imported/ComfyUI_10039_.png-ab2aae823981c72bd3fd666d00d35f5b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://scenes/kq4_025_beach_at_river_delta/ComfyUI_10039_.png" +dest_files=["res://.godot/imported/ComfyUI_10039_.png-ab2aae823981c72bd3fd666d00d35f5b.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 diff --git a/scenes/oceanside-2/ComfyUI_10039_.png~ b/scenes/kq4_025_beach_at_river_delta/ComfyUI_10039_.png~ similarity index 100% rename from scenes/oceanside-2/ComfyUI_10039_.png~ rename to scenes/kq4_025_beach_at_river_delta/ComfyUI_10039_.png~ diff --git a/scenes/oceanside-2/oceanside_2.tscn b/scenes/kq4_025_beach_at_river_delta/kq4_025_beach_at_river_delta.tscn similarity index 73% rename from scenes/oceanside-2/oceanside_2.tscn rename to scenes/kq4_025_beach_at_river_delta/kq4_025_beach_at_river_delta.tscn index f8d4338..c53c632 100644 --- a/scenes/oceanside-2/oceanside_2.tscn +++ b/scenes/kq4_025_beach_at_river_delta/kq4_025_beach_at_river_delta.tscn @@ -1,16 +1,16 @@ -[gd_scene load_steps=6 format=3 uid="uid://bdssynip0x1ki"] +[gd_scene format=3 uid="uid://bdssynip0x1ki"] [ext_resource type="PackedScene" uid="uid://ctkmgtcvpnkm8" path="res://TemplateScene.tscn" id="1_vunpr"] -[ext_resource type="Texture2D" uid="uid://bjt8wovxf8m1b" path="res://scenes/oceanside-2/reg.png" id="2_uc3vv"] +[ext_resource type="Texture2D" uid="uid://bjt8wovxf8m1b" path="res://scenes/kq4_025_beach_at_river_delta/reg.png" id="2_uc3vv"] [ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="3_slrk6"] -[ext_resource type="Texture2D" uid="uid://ddvidy6i6wnka" path="res://scenes/oceanside-2/tree.png" id="4_slrk6"] +[ext_resource type="Texture2D" uid="uid://ddvidy6i6wnka" path="res://scenes/kq4_025_beach_at_river_delta/tree.png" id="4_slrk6"] [sub_resource type="NavigationPolygon" id="NavigationPolygon_n0vbh"] vertices = PackedVector2Array(1420.8, 882.891, 643.523, 782.813, 755.508, 679.367, 1170.98, 718.422, 1446.82, 264.32, 1830.07, 288.641, 1892.21, 394.188, 1460.68, 425.43, 1357.31, 386.203, 2174.01, 646.32, 2120.42, 949.383, 1827.87, 811.828, 1884.59, 654.039, 1592.76, 853.242, 1279.84, 600.93, 1418.68, 506.969, 1706.24, 821.109, 1346.11, 437.141, 1248.03, 530.352) polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3), PackedInt32Array(4, 5, 6, 7, 8), PackedInt32Array(9, 10, 11, 12), PackedInt32Array(13, 0, 3, 14, 15, 16), PackedInt32Array(17, 8, 7, 15), PackedInt32Array(15, 12, 11, 16), PackedInt32Array(17, 15, 14, 18)]) outlines = Array[PackedVector2Array]([PackedVector2Array(1442, 254, 1836, 279, 1909, 403, 1467, 435, 1433, 501, 1886, 644, 2186, 636, 2128, 964, 1826, 822, 1708, 831, 1595, 863, 1421, 893, 621, 790, 752, 669, 1167, 708, 1268, 599, 1236, 528, 1337, 432, 1348, 382)]) -[node name="Scene" instance=ExtResource("1_vunpr")] +[node name="Scene" unique_id=819405050 instance=ExtResource("1_vunpr")] [node name="bg" parent="." index="0"] scale = Vector2(1.17, 1.17) @@ -19,19 +19,19 @@ texture = ExtResource("2_uc3vv") [node name="pathfind" parent="." index="3"] navigation_polygon = SubResource("NavigationPolygon_n0vbh") -[node name="oceanside_1" parent="." index="5" instance=ExtResource("3_slrk6")] +[node name="kq4_019_coastal_cliffs" parent="." index="5" unique_id=893874410 instance=ExtResource("3_slrk6")] polygon = PackedVector2Array(1442, 94, 973, 238, 939, 386, 1753, 367, 1751, 180) -target_transition = "oceanside_2" -target = "uid://bnywifkj64juu" -label = "Oceanside" +target_transition = "kq4_19_coastal_cliffs" +target = "" +label = "Coastal Cliffs" -[node name="entrance" parent="oceanside_1" index="0"] +[node name="entrance" parent="kq4_019_coastal_cliffs" index="0"] position = Vector2(1310, 784) -[node name="exit" parent="oceanside_1" index="1"] +[node name="exit" parent="kq4_019_coastal_cliffs" index="1"] position = Vector2(1535, 302) -[node name="Tree" type="Sprite2D" parent="." index="6"] +[node name="Tree" type="Sprite2D" parent="." index="6" unique_id=1514036032] z_as_relative = false y_sort_enabled = true position = Vector2(1821, 484) @@ -40,4 +40,4 @@ texture = ExtResource("4_slrk6") centered = false offset = Vector2(-1556.81, -413.703) -[editable path="oceanside_1"] +[editable path="kq4_019_coastal_cliffs"] diff --git a/scenes/oceanside-2/layers.kra b/scenes/kq4_025_beach_at_river_delta/layers.kra similarity index 100% rename from scenes/oceanside-2/layers.kra rename to scenes/kq4_025_beach_at_river_delta/layers.kra diff --git a/scenes/oceanside-2/layers.kra~ b/scenes/kq4_025_beach_at_river_delta/layers.kra~ similarity index 100% rename from scenes/oceanside-2/layers.kra~ rename to scenes/kq4_025_beach_at_river_delta/layers.kra~ diff --git a/scenes/oceanside-2/reg.png b/scenes/kq4_025_beach_at_river_delta/reg.png similarity index 100% rename from scenes/oceanside-2/reg.png rename to scenes/kq4_025_beach_at_river_delta/reg.png diff --git a/scenes/oceanside-2/reg.png.import b/scenes/kq4_025_beach_at_river_delta/reg.png.import similarity index 58% rename from scenes/oceanside-2/reg.png.import rename to scenes/kq4_025_beach_at_river_delta/reg.png.import index 1a7e45c..2064fb4 100644 --- a/scenes/oceanside-2/reg.png.import +++ b/scenes/kq4_025_beach_at_river_delta/reg.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://bjt8wovxf8m1b" -path="res://.godot/imported/reg.png-01d6b639ec94580d9159dd337832424e.ctex" +path="res://.godot/imported/reg.png-7c6b9c164e8efcb733022c702116b131.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/oceanside-2/reg.png" -dest_files=["res://.godot/imported/reg.png-01d6b639ec94580d9159dd337832424e.ctex"] +source_file="res://scenes/kq4_025_beach_at_river_delta/reg.png" +dest_files=["res://.godot/imported/reg.png-7c6b9c164e8efcb733022c702116b131.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/oceanside-2/tree.png b/scenes/kq4_025_beach_at_river_delta/tree.png similarity index 100% rename from scenes/oceanside-2/tree.png rename to scenes/kq4_025_beach_at_river_delta/tree.png diff --git a/scenes/meadow/meadow.png.import b/scenes/kq4_025_beach_at_river_delta/tree.png.import similarity index 62% rename from scenes/meadow/meadow.png.import rename to scenes/kq4_025_beach_at_river_delta/tree.png.import index b96204c..7a8a958 100644 --- a/scenes/meadow/meadow.png.import +++ b/scenes/kq4_025_beach_at_river_delta/tree.png.import @@ -2,22 +2,24 @@ importer="texture" type="CompressedTexture2D" -uid="uid://c7a1pag2lofs7" -path="res://.godot/imported/meadow.png-88ba564e394313aff373933d4206c3b3.ctex" +uid="uid://ddvidy6i6wnka" +path="res://.godot/imported/tree.png-b8c8803a3af8afe6d2e9d11ed81a21c1.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/meadow/meadow.png" -dest_files=["res://.godot/imported/meadow.png-88ba564e394313aff373933d4206c3b3.ctex"] +source_file="res://scenes/kq4_025_beach_at_river_delta/tree.png" +dest_files=["res://.godot/imported/tree.png-b8c8803a3af8afe6d2e9d11ed81a21c1.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 @@ -25,6 +27,10 @@ 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 diff --git a/scenes/kq4_placeholder_template/kq4_placeholder_template.gd b/scenes/kq4_placeholder_template/kq4_placeholder_template.gd new file mode 100644 index 0000000..fd931af --- /dev/null +++ b/scenes/kq4_placeholder_template/kq4_placeholder_template.gd @@ -0,0 +1,9 @@ +extends Scene + + +func _on_pool_interacted() -> void: + $kq4_003_fountain_pool.default_script(self) + + +func _on_oceanside_interacted() -> void: + $kq4_019_coastal_cliffs.default_script(self) diff --git a/scenes/kq4_placeholder_template/kq4_placeholder_template.gd.uid b/scenes/kq4_placeholder_template/kq4_placeholder_template.gd.uid new file mode 100644 index 0000000..c13dfde --- /dev/null +++ b/scenes/kq4_placeholder_template/kq4_placeholder_template.gd.uid @@ -0,0 +1 @@ +uid://bk8q2nad4pu44 diff --git a/scenes/kq4_placeholder_template/kq4_placeholder_template.tscn b/scenes/kq4_placeholder_template/kq4_placeholder_template.tscn new file mode 100644 index 0000000..96b82fd --- /dev/null +++ b/scenes/kq4_placeholder_template/kq4_placeholder_template.tscn @@ -0,0 +1,88 @@ +[gd_scene format=3 uid="uid://ofw7in23wy7r"] + +[ext_resource type="Script" uid="uid://b7elji15ea6kg" path="res://scenes/kq4_020_meadow/kq4_020_meadow.gd" id="1_47til"] +[ext_resource type="Texture2D" uid="uid://2ah46uee1jhn" path="res://kq4-sierra-decompile/rooms/kq4-001-beach/pic_001_visual.png" id="2_27tgy"] +[ext_resource type="Script" uid="uid://xmphq3i0wbg3" path="res://ScalePoint_.gd" id="3_1n146"] +[ext_resource type="PackedScene" uid="uid://c4vc1wx7k6cw" path="res://TransitionPiece.tscn" id="4_lfiav"] + +[sub_resource type="NavigationPolygon" id="NavigationPolygon_ppo6b"] +vertices = PackedVector2Array(374.47656, 1145.0078, -140.75781, 1180.2031, -76.11719, 588.6797, -53.679688, 490.4922, 1222.4688, 227.3125, 1994.2422, 468.4297, 2012.7031, 1020.2031, 1268.1875, 1113.0234) +polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3), PackedInt32Array(3, 4, 5, 6, 7, 0)]) +outlines = Array[PackedVector2Array]([PackedVector2Array(-62, 482, 1223, 217, 2004, 461, 2023, 1029, 1269, 1123, 375, 1155, -152, 1191, -86, 587)]) + +[node name="background" type="Node2D" unique_id=657573819] +y_sort_enabled = true +script = ExtResource("1_47til") + +[node name="bg" type="Sprite2D" parent="." unique_id=874052749] +scale = Vector2(6, 6) +texture = ExtResource("2_27tgy") +centered = false + +[node name="StartScalePoint" type="Node2D" parent="." unique_id=1640687858] +position = Vector2(1476, 742) +script = ExtResource("3_1n146") +target_scale = 0.25 + +[node name="EndScalePoint" type="Node2D" parent="." unique_id=1996763530] +position = Vector2(1408, 1097) +scale = Vector2(0.44, 0.44) +script = ExtResource("3_1n146") +target_scale = 0.35 + +[node name="pathfind" type="NavigationRegion2D" parent="." unique_id=1418661203] +position = Vector2(-1, 0) +navigation_polygon = SubResource("NavigationPolygon_ppo6b") + +[node name="default-starting-point" type="Node2D" parent="." unique_id=1018141532] +position = Vector2(194, 819) + +[node name="north_exit" parent="." unique_id=484638394 instance=ExtResource("4_lfiav")] +position = Vector2(910, -213) +polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381) +label = "North Exit" + +[node name="entrance" parent="north_exit" index="0"] +position = Vector2(133, 643) + +[node name="exit" parent="north_exit" index="1"] +position = Vector2(174, 519) + +[node name="east_exit" parent="." unique_id=1916756563 instance=ExtResource("4_lfiav")] +position = Vector2(1766, 74) +polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381) +label = "East Exit" + +[node name="entrance" parent="east_exit" index="0"] +position = Vector2(24, 565) + +[node name="exit" parent="east_exit" index="1"] +position = Vector2(293, 554) + +[node name="south_exit" parent="." unique_id=990092106 instance=ExtResource("4_lfiav")] +position = Vector2(910, 542) +polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381) +label = "South Exit" + +[node name="entrance" parent="south_exit" index="0"] +position = Vector2(118, 514) + +[node name="exit" parent="south_exit" index="1"] +position = Vector2(151, 615) + +[node name="west_exit" parent="." unique_id=1117747814 instance=ExtResource("4_lfiav")] +polygon = PackedVector2Array(-108, 454, -87, 649, 376, 658, 348, 381) +label = "West Exit" + +[node name="entrance" parent="west_exit" index="0"] +position = Vector2(506, 555) + +[node name="exit" parent="west_exit" index="1"] +position = Vector2(-64, 534) + +[connection signal="interacted" from="west_exit" to="." method="_on_oceanside_interacted"] + +[editable path="north_exit"] +[editable path="east_exit"] +[editable path="south_exit"] +[editable path="west_exit"] diff --git a/scenes/oceanside-1/oceanside_1.gd b/scenes/oceanside-1/oceanside_1.gd deleted file mode 100644 index 8009c06..0000000 --- a/scenes/oceanside-1/oceanside_1.gd +++ /dev/null @@ -1,5 +0,0 @@ -extends Scene - - -func _on_meadow_interacted() -> void: - $meadow.default_script(self) # Replace with function body. diff --git a/scenes/oceanside-2/tree.png.import b/scenes/oceanside-2/tree.png.import deleted file mode 100644 index 80b77d1..0000000 --- a/scenes/oceanside-2/tree.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ddvidy6i6wnka" -path="res://.godot/imported/tree.png-67db710896728586ec9d1f3913c09aa4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://scenes/oceanside-2/tree.png" -dest_files=["res://.godot/imported/tree.png-67db710896728586ec9d1f3913c09aa4.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/scenes/ogre/ogre.gd b/scenes/ogre/ogre.gd deleted file mode 100644 index 0895ce9..0000000 --- a/scenes/ogre/ogre.gd +++ /dev/null @@ -1,5 +0,0 @@ -extends Scene - - -func _on_pool_interacted() -> void: - $pool.default_script(self) # Replace with function body. diff --git a/scenes/pool/pool.gd b/scenes/pool/pool.gd deleted file mode 100644 index 775bc1b..0000000 --- a/scenes/pool/pool.gd +++ /dev/null @@ -1,9 +0,0 @@ -extends Scene - - -func _on_ogre_house_interacted() -> void: - $"ogre".default_script(self) # Replace with function body. - - -func _on_meadow_interacted() -> void: - $meadow.default_script(self)