diff --git a/Ego.tscn b/Ego.tscn index 4498fa5..5461db4 100644 --- a/Ego.tscn +++ b/Ego.tscn @@ -1,13 +1,11 @@ -[gd_scene load_steps=142 format=3 uid="uid://busykrn2susv4"] +[gd_scene format=3 uid="uid://busykrn2susv4"] [ext_resource type="Script" uid="uid://brg2414xf5aep" path="res://AutoSpriteFrames.gd" id="1"] [ext_resource type="Texture2D" uid="uid://dn170b5k8r0i2" path="res://shadow.png" id="2"] [ext_resource type="FontFile" uid="uid://b1n7bvtur65ac" path="res://friendlyscribbles.ttf" id="4_1psks"] [ext_resource type="Texture2D" uid="uid://dpul5cqwaheo3" path="res://ego/animations/minstrel-v3/idle-s-med/0000 .png" id="5_botsu"] [ext_resource type="Texture2D" uid="uid://ckmeitar23ocb" path="res://ego/masks/1.png" id="5_erh68"] -[ext_resource type="Shader" uid="uid://gg0tjobjip6u" path="res://Ego.tres" id="5_gcocc"] [ext_resource type="Texture2D" uid="uid://bn8dqy1c05yis" path="res://ego/masks/2.png" id="6_g53vb"] -[ext_resource type="Texture2D" uid="uid://b5rdmh66p4l2t" path="res://grassclips.tres" id="6_uiplq"] [ext_resource type="Texture2D" uid="uid://dktr5r4ir8gnl" path="res://ego/animations/minstrel-v3/idle-e-med/0000 .png" id="6_wqx8q"] [ext_resource type="Texture2D" uid="uid://b4inlny6ixmf0" path="res://ego/masks/3.png" id="7_jhjmn"] [ext_resource type="Texture2D" uid="uid://bnnap4pr1mr5h" path="res://ego/animations/rosella/img_00103_.png" id="9_pyi2f"] @@ -147,8 +145,6 @@ shadow_size = 46 shadow_color = Color(0, 0, 0, 0.517647) [sub_resource type="ShaderMaterial" id="ShaderMaterial_sle7q"] -shader = ExtResource("5_gcocc") -shader_parameter/tex_frg_6 = ExtResource("6_uiplq") [sub_resource type="SpriteFrames" id="1"] animations = [{ @@ -578,7 +574,7 @@ animations = [{ }], "loop": true, "name": &"walk_SE", -"speed": 6.0 +"speed": 8.0 }, { "frames": [{ "duration": 1.0, @@ -699,17 +695,17 @@ animations = [{ "speed": 5.0 }] -[node name="Graham" type="Node2D"] +[node name="Graham" type="Node2D" unique_id=81727919] script = ExtResource("195") -[node name="Sprite2D" type="Sprite2D" parent="."] +[node name="Sprite2D" type="Sprite2D" parent="." unique_id=47672926] modulate = Color(1, 1, 1, 0.490196) position = Vector2(33, 20) scale = Vector2(1.70039, 0.405202) texture = ExtResource("2") offset = Vector2(0, -500) -[node name="DONNEED" type="Camera2D" parent="."] +[node name="DONNEED" type="Camera2D" parent="." unique_id=1102531710] enabled = false limit_left = 0 limit_top = 0 @@ -717,10 +713,10 @@ limit_smoothed = true position_smoothing_enabled = true position_smoothing_speed = 0.5 -[node name="label-root" type="Node2D" parent="."] +[node name="label-root" type="Node2D" parent="." unique_id=949980900] position = Vector2(0, -1060) -[node name="talk-label" type="Label" parent="label-root"] +[node name="talk-label" type="Label" parent="label-root" unique_id=159594375] texture_filter = 6 offset_right = 134.0 offset_bottom = 65.0 @@ -730,15 +726,15 @@ text = " " label_settings = SubResource("LabelSettings_iwj1e") -[node name="Polygon2D" type="Polygon2D" parent="label-root"] +[node name="Polygon2D" type="Polygon2D" parent="label-root" unique_id=682019764] clip_children = 1 position = Vector2(0, 1060) polygon = PackedVector2Array(-174, -10, -35, -41, 200, -6, 41, 45, -157, 17) -[node name="RemoteTransform2D" type="RemoteTransform2D" parent="."] +[node name="RemoteTransform2D" type="RemoteTransform2D" parent="." unique_id=500434486] position = Vector2(-342, -227) -[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] +[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=826282163] unique_name_in_owner = true z_as_relative = false texture_filter = 2 @@ -746,12 +742,13 @@ material = SubResource("ShaderMaterial_sle7q") position = Vector2(-14, -13) scale = Vector2(1.5, 1.5) sprite_frames = SubResource("1") -animation = &"idle_SE" -frame_progress = 0.153569 +animation = &"walk_SE" +frame = 10 +frame_progress = 0.19484821 speed_scale = 2.0 offset = Vector2(1.33333, -413.333) -[node name="ClipMask" type="AnimatedSprite2D" parent="."] +[node name="ClipMask" type="AnimatedSprite2D" parent="." unique_id=61198776] visible = false self_modulate = Color(0.929412, 0.929412, 0.929412, 1) clip_children = 2 diff --git a/ego/Ego.gd b/ego/Ego.gd index ad858c6..5c06069 100644 --- a/ego/Ego.gd +++ b/ego/Ego.gd @@ -10,11 +10,12 @@ extends Node2D func _ready(): pass # Replace with function body. func _process(delta): - if %AnimatedSprite2D.animation.contains("walk"): - %AnimatedSprite2D.material.get_shader_parameter("tex_frg_6").pause=false - else: - %AnimatedSprite2D.material.get_shader_parameter("tex_frg_6").pause=true - + pass + #if %AnimatedSprite2D.animation.contains("walk"): + #%AnimatedSprite2D.material.get_shader_parameter("tex_frg_6").pause=false + #else: + #%AnimatedSprite2D.material.get_shader_parameter("tex_frg_6").pause=true + # @export var facing = "S" diff --git a/ego/animations/rosella.png b/ego/animations/rosella.png new file mode 100644 index 0000000..fcbf23a --- /dev/null +++ b/ego/animations/rosella.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2feb1a8c0a12da7bfead4b57655cf02f2c4762554f21ad6099faa909b003cc6c +size 11462062 diff --git a/ego/animations/rosella.png.import b/ego/animations/rosella.png.import new file mode 100644 index 0000000..3ac27f6 --- /dev/null +++ b/ego/animations/rosella.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b68hohei4ihy4" +path="res://.godot/imported/rosella.png-14fc26af3d4d9c480e1c76bbb11dd059.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ego/animations/rosella.png" +dest_files=["res://.godot/imported/rosella.png-14fc26af3d4d9c480e1c76bbb11dd059.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/ego/animations/rosella/img_00001_.png.import b/ego/animations/rosella/img_00001_.png.import index 0bf8c43..45a4311 100644 --- a/ego/animations/rosella/img_00001_.png.import +++ b/ego/animations/rosella/img_00001_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://bma63tibheds3" -path="res://.godot/imported/img_00001_.png-a02ba93782221cb340a04607257ca31e.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00001_.png-a02ba93782221cb340a04607257ca31e.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00001_.png" -dest_files=["res://.godot/imported/img_00001_.png-a02ba93782221cb340a04607257ca31e.ctex"] +dest_files=["res://.godot/imported/img_00001_.png-a02ba93782221cb340a04607257ca31e.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00002_.png.import b/ego/animations/rosella/img_00002_.png.import index 0eac0c3..11d3d6d 100644 --- a/ego/animations/rosella/img_00002_.png.import +++ b/ego/animations/rosella/img_00002_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://d12fabpeuio5j" -path="res://.godot/imported/img_00002_.png-992c3ceb61bd6ef0cf5455ec7ede3365.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00002_.png-992c3ceb61bd6ef0cf5455ec7ede3365.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00002_.png" -dest_files=["res://.godot/imported/img_00002_.png-992c3ceb61bd6ef0cf5455ec7ede3365.ctex"] +dest_files=["res://.godot/imported/img_00002_.png-992c3ceb61bd6ef0cf5455ec7ede3365.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00003_.png.import b/ego/animations/rosella/img_00003_.png.import index 5cd8aa4..e65105c 100644 --- a/ego/animations/rosella/img_00003_.png.import +++ b/ego/animations/rosella/img_00003_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://cy7q04eg5hjvx" -path="res://.godot/imported/img_00003_.png-daab67141bed4e5c58ce1de9b8a8e0a3.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00003_.png-daab67141bed4e5c58ce1de9b8a8e0a3.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00003_.png" -dest_files=["res://.godot/imported/img_00003_.png-daab67141bed4e5c58ce1de9b8a8e0a3.ctex"] +dest_files=["res://.godot/imported/img_00003_.png-daab67141bed4e5c58ce1de9b8a8e0a3.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00004_.png.import b/ego/animations/rosella/img_00004_.png.import index a536763..94b2f78 100644 --- a/ego/animations/rosella/img_00004_.png.import +++ b/ego/animations/rosella/img_00004_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://bpqarq0yirtuh" -path="res://.godot/imported/img_00004_.png-25ab6ae8b94a77299621bdeca99d1c41.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00004_.png-25ab6ae8b94a77299621bdeca99d1c41.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00004_.png" -dest_files=["res://.godot/imported/img_00004_.png-25ab6ae8b94a77299621bdeca99d1c41.ctex"] +dest_files=["res://.godot/imported/img_00004_.png-25ab6ae8b94a77299621bdeca99d1c41.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00005_.png.import b/ego/animations/rosella/img_00005_.png.import index 0830962..7e2eef3 100644 --- a/ego/animations/rosella/img_00005_.png.import +++ b/ego/animations/rosella/img_00005_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://m5wgl7mifwqk" -path="res://.godot/imported/img_00005_.png-97a6886e092515d97a59155dfed3c7ac.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00005_.png-97a6886e092515d97a59155dfed3c7ac.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00005_.png" -dest_files=["res://.godot/imported/img_00005_.png-97a6886e092515d97a59155dfed3c7ac.ctex"] +dest_files=["res://.godot/imported/img_00005_.png-97a6886e092515d97a59155dfed3c7ac.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00006_.png.import b/ego/animations/rosella/img_00006_.png.import index 56ac4f1..d952b43 100644 --- a/ego/animations/rosella/img_00006_.png.import +++ b/ego/animations/rosella/img_00006_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://cbufiq5fjmq03" -path="res://.godot/imported/img_00006_.png-461680f439c9c5637f339651f9709fec.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00006_.png-461680f439c9c5637f339651f9709fec.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00006_.png" -dest_files=["res://.godot/imported/img_00006_.png-461680f439c9c5637f339651f9709fec.ctex"] +dest_files=["res://.godot/imported/img_00006_.png-461680f439c9c5637f339651f9709fec.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00007_.png.import b/ego/animations/rosella/img_00007_.png.import index 97726a2..6a4f112 100644 --- a/ego/animations/rosella/img_00007_.png.import +++ b/ego/animations/rosella/img_00007_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://gubrfsm2pk0x" -path="res://.godot/imported/img_00007_.png-1da874aa138ee917ee8fd15e6aa5e8a7.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00007_.png-1da874aa138ee917ee8fd15e6aa5e8a7.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00007_.png" -dest_files=["res://.godot/imported/img_00007_.png-1da874aa138ee917ee8fd15e6aa5e8a7.ctex"] +dest_files=["res://.godot/imported/img_00007_.png-1da874aa138ee917ee8fd15e6aa5e8a7.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00008_.png.import b/ego/animations/rosella/img_00008_.png.import index c19a526..b3e4305 100644 --- a/ego/animations/rosella/img_00008_.png.import +++ b/ego/animations/rosella/img_00008_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://binxa18kwl3d4" -path="res://.godot/imported/img_00008_.png-12d085d02f167c142d8b6b982eda7ee4.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00008_.png-12d085d02f167c142d8b6b982eda7ee4.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00008_.png" -dest_files=["res://.godot/imported/img_00008_.png-12d085d02f167c142d8b6b982eda7ee4.ctex"] +dest_files=["res://.godot/imported/img_00008_.png-12d085d02f167c142d8b6b982eda7ee4.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00009_.png.import b/ego/animations/rosella/img_00009_.png.import index fd7907b..a662e9f 100644 --- a/ego/animations/rosella/img_00009_.png.import +++ b/ego/animations/rosella/img_00009_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://cfbwoverts640" -path="res://.godot/imported/img_00009_.png-5b98f13a4113af38612f09f8a2f44d7a.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00009_.png-5b98f13a4113af38612f09f8a2f44d7a.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00009_.png" -dest_files=["res://.godot/imported/img_00009_.png-5b98f13a4113af38612f09f8a2f44d7a.ctex"] +dest_files=["res://.godot/imported/img_00009_.png-5b98f13a4113af38612f09f8a2f44d7a.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00010_.png.import b/ego/animations/rosella/img_00010_.png.import index c82b862..b0ca769 100644 --- a/ego/animations/rosella/img_00010_.png.import +++ b/ego/animations/rosella/img_00010_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://bjk0a5x3tb84w" -path="res://.godot/imported/img_00010_.png-d8acd70e2e9bebc27ca4a4ebe934fd1d.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00010_.png-d8acd70e2e9bebc27ca4a4ebe934fd1d.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00010_.png" -dest_files=["res://.godot/imported/img_00010_.png-d8acd70e2e9bebc27ca4a4ebe934fd1d.ctex"] +dest_files=["res://.godot/imported/img_00010_.png-d8acd70e2e9bebc27ca4a4ebe934fd1d.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00011_.png.import b/ego/animations/rosella/img_00011_.png.import index 6c3ed52..1044d01 100644 --- a/ego/animations/rosella/img_00011_.png.import +++ b/ego/animations/rosella/img_00011_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://b6lqqhr124lh" -path="res://.godot/imported/img_00011_.png-973ac6d525637b73bc6b1f74a5ea3f28.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00011_.png-973ac6d525637b73bc6b1f74a5ea3f28.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00011_.png" -dest_files=["res://.godot/imported/img_00011_.png-973ac6d525637b73bc6b1f74a5ea3f28.ctex"] +dest_files=["res://.godot/imported/img_00011_.png-973ac6d525637b73bc6b1f74a5ea3f28.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00012_.png.import b/ego/animations/rosella/img_00012_.png.import index 3b4b256..e5e8d08 100644 --- a/ego/animations/rosella/img_00012_.png.import +++ b/ego/animations/rosella/img_00012_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://bv2b02uqonxe1" -path="res://.godot/imported/img_00012_.png-1f3db27c6c5d99c73b94099f865daff8.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00012_.png-1f3db27c6c5d99c73b94099f865daff8.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00012_.png" -dest_files=["res://.godot/imported/img_00012_.png-1f3db27c6c5d99c73b94099f865daff8.ctex"] +dest_files=["res://.godot/imported/img_00012_.png-1f3db27c6c5d99c73b94099f865daff8.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00013_.png.import b/ego/animations/rosella/img_00013_.png.import index 2fdf7a0..1363562 100644 --- a/ego/animations/rosella/img_00013_.png.import +++ b/ego/animations/rosella/img_00013_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://b0icq1fqlcgup" -path="res://.godot/imported/img_00013_.png-f6120fa925292fc377b76b4f08e7502e.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00013_.png-f6120fa925292fc377b76b4f08e7502e.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00013_.png" -dest_files=["res://.godot/imported/img_00013_.png-f6120fa925292fc377b76b4f08e7502e.ctex"] +dest_files=["res://.godot/imported/img_00013_.png-f6120fa925292fc377b76b4f08e7502e.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00014_.png.import b/ego/animations/rosella/img_00014_.png.import index 849c2d3..457e36d 100644 --- a/ego/animations/rosella/img_00014_.png.import +++ b/ego/animations/rosella/img_00014_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://t4ws1dxrk74k" -path="res://.godot/imported/img_00014_.png-05f041b25a0a4cbe603e0de74809e1f0.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00014_.png-05f041b25a0a4cbe603e0de74809e1f0.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00014_.png" -dest_files=["res://.godot/imported/img_00014_.png-05f041b25a0a4cbe603e0de74809e1f0.ctex"] +dest_files=["res://.godot/imported/img_00014_.png-05f041b25a0a4cbe603e0de74809e1f0.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00015_.png.import b/ego/animations/rosella/img_00015_.png.import index 7eeb5c8..33ac365 100644 --- a/ego/animations/rosella/img_00015_.png.import +++ b/ego/animations/rosella/img_00015_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://b0hr3ftsvypi3" -path="res://.godot/imported/img_00015_.png-abd8d70096522f5666bc54a8de5d565f.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00015_.png-abd8d70096522f5666bc54a8de5d565f.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00015_.png" -dest_files=["res://.godot/imported/img_00015_.png-abd8d70096522f5666bc54a8de5d565f.ctex"] +dest_files=["res://.godot/imported/img_00015_.png-abd8d70096522f5666bc54a8de5d565f.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00016_.png.import b/ego/animations/rosella/img_00016_.png.import index ea34939..6540e2f 100644 --- a/ego/animations/rosella/img_00016_.png.import +++ b/ego/animations/rosella/img_00016_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://cbiapiccssu0k" -path="res://.godot/imported/img_00016_.png-05b3f396e4582c222e9447d8d9685aa8.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00016_.png-05b3f396e4582c222e9447d8d9685aa8.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00016_.png" -dest_files=["res://.godot/imported/img_00016_.png-05b3f396e4582c222e9447d8d9685aa8.ctex"] +dest_files=["res://.godot/imported/img_00016_.png-05b3f396e4582c222e9447d8d9685aa8.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00017_.png.import b/ego/animations/rosella/img_00017_.png.import index 99b1e9a..e5b3b37 100644 --- a/ego/animations/rosella/img_00017_.png.import +++ b/ego/animations/rosella/img_00017_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://dtjlq5rm3gj3c" -path="res://.godot/imported/img_00017_.png-7b63b292fd61433b58bc896d0864fe0d.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00017_.png-7b63b292fd61433b58bc896d0864fe0d.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00017_.png" -dest_files=["res://.godot/imported/img_00017_.png-7b63b292fd61433b58bc896d0864fe0d.ctex"] +dest_files=["res://.godot/imported/img_00017_.png-7b63b292fd61433b58bc896d0864fe0d.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00018_.png.import b/ego/animations/rosella/img_00018_.png.import index 7cf0023..3a4a14d 100644 --- a/ego/animations/rosella/img_00018_.png.import +++ b/ego/animations/rosella/img_00018_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://dij6cjatpop24" -path="res://.godot/imported/img_00018_.png-ea1c471f2d259d035bf78af29ec1fd9e.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00018_.png-ea1c471f2d259d035bf78af29ec1fd9e.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00018_.png" -dest_files=["res://.godot/imported/img_00018_.png-ea1c471f2d259d035bf78af29ec1fd9e.ctex"] +dest_files=["res://.godot/imported/img_00018_.png-ea1c471f2d259d035bf78af29ec1fd9e.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00019_.png.import b/ego/animations/rosella/img_00019_.png.import index a72a162..6864275 100644 --- a/ego/animations/rosella/img_00019_.png.import +++ b/ego/animations/rosella/img_00019_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://8ylna7crhmiq" -path="res://.godot/imported/img_00019_.png-ff7d8f1540148061756bf44a98d1db5a.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00019_.png-ff7d8f1540148061756bf44a98d1db5a.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00019_.png" -dest_files=["res://.godot/imported/img_00019_.png-ff7d8f1540148061756bf44a98d1db5a.ctex"] +dest_files=["res://.godot/imported/img_00019_.png-ff7d8f1540148061756bf44a98d1db5a.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00020_.png.import b/ego/animations/rosella/img_00020_.png.import index 82ca57d..bdf3f3c 100644 --- a/ego/animations/rosella/img_00020_.png.import +++ b/ego/animations/rosella/img_00020_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://rkrkgom3cm3v" -path="res://.godot/imported/img_00020_.png-b6c9036d120140993d6519e0c86fb838.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00020_.png-b6c9036d120140993d6519e0c86fb838.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00020_.png" -dest_files=["res://.godot/imported/img_00020_.png-b6c9036d120140993d6519e0c86fb838.ctex"] +dest_files=["res://.godot/imported/img_00020_.png-b6c9036d120140993d6519e0c86fb838.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00021_.png.import b/ego/animations/rosella/img_00021_.png.import index 8c51d58..7a00f80 100644 --- a/ego/animations/rosella/img_00021_.png.import +++ b/ego/animations/rosella/img_00021_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://fg5643mb7a3q" -path="res://.godot/imported/img_00021_.png-5bae79b8aaf302decaa04a0fa12d986c.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00021_.png-5bae79b8aaf302decaa04a0fa12d986c.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00021_.png" -dest_files=["res://.godot/imported/img_00021_.png-5bae79b8aaf302decaa04a0fa12d986c.ctex"] +dest_files=["res://.godot/imported/img_00021_.png-5bae79b8aaf302decaa04a0fa12d986c.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00022_.png.import b/ego/animations/rosella/img_00022_.png.import index 7538b1c..6e8a12b 100644 --- a/ego/animations/rosella/img_00022_.png.import +++ b/ego/animations/rosella/img_00022_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://b4hg51a11paw1" -path="res://.godot/imported/img_00022_.png-68923d82fe70d2aef19cafffc6ad5db1.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00022_.png-68923d82fe70d2aef19cafffc6ad5db1.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00022_.png" -dest_files=["res://.godot/imported/img_00022_.png-68923d82fe70d2aef19cafffc6ad5db1.ctex"] +dest_files=["res://.godot/imported/img_00022_.png-68923d82fe70d2aef19cafffc6ad5db1.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00023_.png.import b/ego/animations/rosella/img_00023_.png.import index e1b977b..13eb965 100644 --- a/ego/animations/rosella/img_00023_.png.import +++ b/ego/animations/rosella/img_00023_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://n2hgry6npirj" -path="res://.godot/imported/img_00023_.png-df88f793c711433484a2afc1f3adc5a3.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00023_.png-df88f793c711433484a2afc1f3adc5a3.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00023_.png" -dest_files=["res://.godot/imported/img_00023_.png-df88f793c711433484a2afc1f3adc5a3.ctex"] +dest_files=["res://.godot/imported/img_00023_.png-df88f793c711433484a2afc1f3adc5a3.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00024_.png.import b/ego/animations/rosella/img_00024_.png.import index 3c1de77..f270aab 100644 --- a/ego/animations/rosella/img_00024_.png.import +++ b/ego/animations/rosella/img_00024_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://0bi20hsxamun" -path="res://.godot/imported/img_00024_.png-6aabc15ff4d5cbec92c72dca4e4e74fc.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00024_.png-6aabc15ff4d5cbec92c72dca4e4e74fc.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00024_.png" -dest_files=["res://.godot/imported/img_00024_.png-6aabc15ff4d5cbec92c72dca4e4e74fc.ctex"] +dest_files=["res://.godot/imported/img_00024_.png-6aabc15ff4d5cbec92c72dca4e4e74fc.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00025_.png.import b/ego/animations/rosella/img_00025_.png.import index efc0029..9900e65 100644 --- a/ego/animations/rosella/img_00025_.png.import +++ b/ego/animations/rosella/img_00025_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://dkbnilfkftdo8" -path="res://.godot/imported/img_00025_.png-dd1b342d76331fb753ce6a7db7e4b70d.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00025_.png-dd1b342d76331fb753ce6a7db7e4b70d.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00025_.png" -dest_files=["res://.godot/imported/img_00025_.png-dd1b342d76331fb753ce6a7db7e4b70d.ctex"] +dest_files=["res://.godot/imported/img_00025_.png-dd1b342d76331fb753ce6a7db7e4b70d.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00026_.png.import b/ego/animations/rosella/img_00026_.png.import index 28cde7c..62200a1 100644 --- a/ego/animations/rosella/img_00026_.png.import +++ b/ego/animations/rosella/img_00026_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://dywe87t2qm0im" -path="res://.godot/imported/img_00026_.png-58bd664be996f2a210e859f6563c6c41.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00026_.png-58bd664be996f2a210e859f6563c6c41.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00026_.png" -dest_files=["res://.godot/imported/img_00026_.png-58bd664be996f2a210e859f6563c6c41.ctex"] +dest_files=["res://.godot/imported/img_00026_.png-58bd664be996f2a210e859f6563c6c41.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00027_.png.import b/ego/animations/rosella/img_00027_.png.import index 0dfabfa..f893547 100644 --- a/ego/animations/rosella/img_00027_.png.import +++ b/ego/animations/rosella/img_00027_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://r6hhulvl5wtn" -path="res://.godot/imported/img_00027_.png-db67ebec0b55d47b2fba6d7ca01d5862.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00027_.png-db67ebec0b55d47b2fba6d7ca01d5862.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00027_.png" -dest_files=["res://.godot/imported/img_00027_.png-db67ebec0b55d47b2fba6d7ca01d5862.ctex"] +dest_files=["res://.godot/imported/img_00027_.png-db67ebec0b55d47b2fba6d7ca01d5862.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00028_.png.import b/ego/animations/rosella/img_00028_.png.import index 95560f9..c9dbabf 100644 --- a/ego/animations/rosella/img_00028_.png.import +++ b/ego/animations/rosella/img_00028_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://w47creb8ae45" -path="res://.godot/imported/img_00028_.png-480f9636696abb8ebf7af7fb20424d84.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00028_.png-480f9636696abb8ebf7af7fb20424d84.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00028_.png" -dest_files=["res://.godot/imported/img_00028_.png-480f9636696abb8ebf7af7fb20424d84.ctex"] +dest_files=["res://.godot/imported/img_00028_.png-480f9636696abb8ebf7af7fb20424d84.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00029_.png.import b/ego/animations/rosella/img_00029_.png.import index 90c1e9d..3ee69f8 100644 --- a/ego/animations/rosella/img_00029_.png.import +++ b/ego/animations/rosella/img_00029_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://370l1illwxuv" -path="res://.godot/imported/img_00029_.png-c35db780417fad1e718c0dbc473f36f6.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00029_.png-c35db780417fad1e718c0dbc473f36f6.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00029_.png" -dest_files=["res://.godot/imported/img_00029_.png-c35db780417fad1e718c0dbc473f36f6.ctex"] +dest_files=["res://.godot/imported/img_00029_.png-c35db780417fad1e718c0dbc473f36f6.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00030_.png.import b/ego/animations/rosella/img_00030_.png.import index 63ea74c..072b4e6 100644 --- a/ego/animations/rosella/img_00030_.png.import +++ b/ego/animations/rosella/img_00030_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://c04v143dispfa" -path="res://.godot/imported/img_00030_.png-03ca54f09c375c35389a879803e1a3b0.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00030_.png-03ca54f09c375c35389a879803e1a3b0.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00030_.png" -dest_files=["res://.godot/imported/img_00030_.png-03ca54f09c375c35389a879803e1a3b0.ctex"] +dest_files=["res://.godot/imported/img_00030_.png-03ca54f09c375c35389a879803e1a3b0.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00031_.png.import b/ego/animations/rosella/img_00031_.png.import index b765106..1cd6aee 100644 --- a/ego/animations/rosella/img_00031_.png.import +++ b/ego/animations/rosella/img_00031_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://notpa4ibijco" -path="res://.godot/imported/img_00031_.png-7acd16e2231d073d70e2db6b7041de99.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00031_.png-7acd16e2231d073d70e2db6b7041de99.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00031_.png" -dest_files=["res://.godot/imported/img_00031_.png-7acd16e2231d073d70e2db6b7041de99.ctex"] +dest_files=["res://.godot/imported/img_00031_.png-7acd16e2231d073d70e2db6b7041de99.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00032_.png.import b/ego/animations/rosella/img_00032_.png.import index 3b8d8ef..2bae173 100644 --- a/ego/animations/rosella/img_00032_.png.import +++ b/ego/animations/rosella/img_00032_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://cujcg5fs2d4s1" -path="res://.godot/imported/img_00032_.png-e569693ec31eefc8f54920897c4a8ac1.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00032_.png-e569693ec31eefc8f54920897c4a8ac1.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00032_.png" -dest_files=["res://.godot/imported/img_00032_.png-e569693ec31eefc8f54920897c4a8ac1.ctex"] +dest_files=["res://.godot/imported/img_00032_.png-e569693ec31eefc8f54920897c4a8ac1.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00033_.png.import b/ego/animations/rosella/img_00033_.png.import index d5fd837..3f7fdf3 100644 --- a/ego/animations/rosella/img_00033_.png.import +++ b/ego/animations/rosella/img_00033_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://0a1estsf13nm" -path="res://.godot/imported/img_00033_.png-9729333b0d84e9a30e37a8a891d7c2d2.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00033_.png-9729333b0d84e9a30e37a8a891d7c2d2.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00033_.png" -dest_files=["res://.godot/imported/img_00033_.png-9729333b0d84e9a30e37a8a891d7c2d2.ctex"] +dest_files=["res://.godot/imported/img_00033_.png-9729333b0d84e9a30e37a8a891d7c2d2.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00034_.png.import b/ego/animations/rosella/img_00034_.png.import index b0d24a9..69bf78f 100644 --- a/ego/animations/rosella/img_00034_.png.import +++ b/ego/animations/rosella/img_00034_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://c46xhdf224a2m" -path="res://.godot/imported/img_00034_.png-128ec612e6b120ab80db6421d3e9b3a7.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00034_.png-128ec612e6b120ab80db6421d3e9b3a7.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00034_.png" -dest_files=["res://.godot/imported/img_00034_.png-128ec612e6b120ab80db6421d3e9b3a7.ctex"] +dest_files=["res://.godot/imported/img_00034_.png-128ec612e6b120ab80db6421d3e9b3a7.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00035_.png.import b/ego/animations/rosella/img_00035_.png.import index 74d7919..96fd41b 100644 --- a/ego/animations/rosella/img_00035_.png.import +++ b/ego/animations/rosella/img_00035_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://rln2p7r6a5" -path="res://.godot/imported/img_00035_.png-0c285aed56a879abe0a10595c666e375.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00035_.png-0c285aed56a879abe0a10595c666e375.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00035_.png" -dest_files=["res://.godot/imported/img_00035_.png-0c285aed56a879abe0a10595c666e375.ctex"] +dest_files=["res://.godot/imported/img_00035_.png-0c285aed56a879abe0a10595c666e375.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00036_.png.import b/ego/animations/rosella/img_00036_.png.import index 79e4d13..c1e759e 100644 --- a/ego/animations/rosella/img_00036_.png.import +++ b/ego/animations/rosella/img_00036_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://b1xifkxpy1hb6" -path="res://.godot/imported/img_00036_.png-6c505cc3bdf0b40f56ff5d178908b5f5.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00036_.png-6c505cc3bdf0b40f56ff5d178908b5f5.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00036_.png" -dest_files=["res://.godot/imported/img_00036_.png-6c505cc3bdf0b40f56ff5d178908b5f5.ctex"] +dest_files=["res://.godot/imported/img_00036_.png-6c505cc3bdf0b40f56ff5d178908b5f5.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00037_.png.import b/ego/animations/rosella/img_00037_.png.import index a305517..5de424a 100644 --- a/ego/animations/rosella/img_00037_.png.import +++ b/ego/animations/rosella/img_00037_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://gog3qgvko874" -path="res://.godot/imported/img_00037_.png-3c1617fa7764edb7e21b547491395237.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00037_.png-3c1617fa7764edb7e21b547491395237.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00037_.png" -dest_files=["res://.godot/imported/img_00037_.png-3c1617fa7764edb7e21b547491395237.ctex"] +dest_files=["res://.godot/imported/img_00037_.png-3c1617fa7764edb7e21b547491395237.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00038_.png.import b/ego/animations/rosella/img_00038_.png.import index 83e3f25..7d77b5d 100644 --- a/ego/animations/rosella/img_00038_.png.import +++ b/ego/animations/rosella/img_00038_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://b7qp3mt0ysveg" -path="res://.godot/imported/img_00038_.png-3a2c3d27ad2b0f425a65f952fb80d269.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00038_.png-3a2c3d27ad2b0f425a65f952fb80d269.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00038_.png" -dest_files=["res://.godot/imported/img_00038_.png-3a2c3d27ad2b0f425a65f952fb80d269.ctex"] +dest_files=["res://.godot/imported/img_00038_.png-3a2c3d27ad2b0f425a65f952fb80d269.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00039_.png.import b/ego/animations/rosella/img_00039_.png.import index 5e3b3b8..b2ae67a 100644 --- a/ego/animations/rosella/img_00039_.png.import +++ b/ego/animations/rosella/img_00039_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://ccpx5q1dhhtda" -path="res://.godot/imported/img_00039_.png-63621297ef5476e9853cfd36fb825666.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00039_.png-63621297ef5476e9853cfd36fb825666.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00039_.png" -dest_files=["res://.godot/imported/img_00039_.png-63621297ef5476e9853cfd36fb825666.ctex"] +dest_files=["res://.godot/imported/img_00039_.png-63621297ef5476e9853cfd36fb825666.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00040_.png.import b/ego/animations/rosella/img_00040_.png.import index d1ee085..27ac73b 100644 --- a/ego/animations/rosella/img_00040_.png.import +++ b/ego/animations/rosella/img_00040_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://77s8kv2rrgms" -path="res://.godot/imported/img_00040_.png-ef5bb0ffbe6d8997e3487ff445fdd353.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00040_.png-ef5bb0ffbe6d8997e3487ff445fdd353.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00040_.png" -dest_files=["res://.godot/imported/img_00040_.png-ef5bb0ffbe6d8997e3487ff445fdd353.ctex"] +dest_files=["res://.godot/imported/img_00040_.png-ef5bb0ffbe6d8997e3487ff445fdd353.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00041_.png.import b/ego/animations/rosella/img_00041_.png.import index 4944f56..ff6eb2d 100644 --- a/ego/animations/rosella/img_00041_.png.import +++ b/ego/animations/rosella/img_00041_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://cxeket55l1uox" -path="res://.godot/imported/img_00041_.png-4ddb92c53497f04054355ee4c03f8dca.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00041_.png-4ddb92c53497f04054355ee4c03f8dca.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00041_.png" -dest_files=["res://.godot/imported/img_00041_.png-4ddb92c53497f04054355ee4c03f8dca.ctex"] +dest_files=["res://.godot/imported/img_00041_.png-4ddb92c53497f04054355ee4c03f8dca.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00042_.png.import b/ego/animations/rosella/img_00042_.png.import index 71381ce..9301b18 100644 --- a/ego/animations/rosella/img_00042_.png.import +++ b/ego/animations/rosella/img_00042_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://bahwbfx8wlw8a" -path="res://.godot/imported/img_00042_.png-14ff0da8a83c443827c76fe7ab59ff08.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00042_.png-14ff0da8a83c443827c76fe7ab59ff08.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00042_.png" -dest_files=["res://.godot/imported/img_00042_.png-14ff0da8a83c443827c76fe7ab59ff08.ctex"] +dest_files=["res://.godot/imported/img_00042_.png-14ff0da8a83c443827c76fe7ab59ff08.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00043_.png.import b/ego/animations/rosella/img_00043_.png.import index 95ae30c..67d1d6f 100644 --- a/ego/animations/rosella/img_00043_.png.import +++ b/ego/animations/rosella/img_00043_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://x37xim021bcr" -path="res://.godot/imported/img_00043_.png-929c314398f88f29f2ffabefba7ea582.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00043_.png-929c314398f88f29f2ffabefba7ea582.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00043_.png" -dest_files=["res://.godot/imported/img_00043_.png-929c314398f88f29f2ffabefba7ea582.ctex"] +dest_files=["res://.godot/imported/img_00043_.png-929c314398f88f29f2ffabefba7ea582.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00044_.png.import b/ego/animations/rosella/img_00044_.png.import index 8a7ebf0..0ffb5b4 100644 --- a/ego/animations/rosella/img_00044_.png.import +++ b/ego/animations/rosella/img_00044_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://cfwcuk0rjmmf5" -path="res://.godot/imported/img_00044_.png-8ce256fd630e72c626d4548b9cefe0fe.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00044_.png-8ce256fd630e72c626d4548b9cefe0fe.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00044_.png" -dest_files=["res://.godot/imported/img_00044_.png-8ce256fd630e72c626d4548b9cefe0fe.ctex"] +dest_files=["res://.godot/imported/img_00044_.png-8ce256fd630e72c626d4548b9cefe0fe.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00045_.png.import b/ego/animations/rosella/img_00045_.png.import index 7f91d4e..bd2848b 100644 --- a/ego/animations/rosella/img_00045_.png.import +++ b/ego/animations/rosella/img_00045_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://coyxuaeylsx1i" -path="res://.godot/imported/img_00045_.png-acd219931fc8c9726ae0992ba328ea01.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00045_.png-acd219931fc8c9726ae0992ba328ea01.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00045_.png" -dest_files=["res://.godot/imported/img_00045_.png-acd219931fc8c9726ae0992ba328ea01.ctex"] +dest_files=["res://.godot/imported/img_00045_.png-acd219931fc8c9726ae0992ba328ea01.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00046_.png.import b/ego/animations/rosella/img_00046_.png.import index fbe6043..5e2d0fa 100644 --- a/ego/animations/rosella/img_00046_.png.import +++ b/ego/animations/rosella/img_00046_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://dju8ct8uh4x4a" -path="res://.godot/imported/img_00046_.png-090efebce9d8c827cc854f9838ac6e16.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00046_.png-090efebce9d8c827cc854f9838ac6e16.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00046_.png" -dest_files=["res://.godot/imported/img_00046_.png-090efebce9d8c827cc854f9838ac6e16.ctex"] +dest_files=["res://.godot/imported/img_00046_.png-090efebce9d8c827cc854f9838ac6e16.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00047_.png.import b/ego/animations/rosella/img_00047_.png.import index 681b52e..afa271f 100644 --- a/ego/animations/rosella/img_00047_.png.import +++ b/ego/animations/rosella/img_00047_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://btntcfpy7sxq3" -path="res://.godot/imported/img_00047_.png-80ef2fa3fb3334676a9e585a9686f870.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00047_.png-80ef2fa3fb3334676a9e585a9686f870.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00047_.png" -dest_files=["res://.godot/imported/img_00047_.png-80ef2fa3fb3334676a9e585a9686f870.ctex"] +dest_files=["res://.godot/imported/img_00047_.png-80ef2fa3fb3334676a9e585a9686f870.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00048_.png.import b/ego/animations/rosella/img_00048_.png.import index 408db88..2a6a275 100644 --- a/ego/animations/rosella/img_00048_.png.import +++ b/ego/animations/rosella/img_00048_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://dnl5qg8pdg7js" -path="res://.godot/imported/img_00048_.png-a7c085b80917633efca8ecbc5fbef1f8.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00048_.png-a7c085b80917633efca8ecbc5fbef1f8.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00048_.png" -dest_files=["res://.godot/imported/img_00048_.png-a7c085b80917633efca8ecbc5fbef1f8.ctex"] +dest_files=["res://.godot/imported/img_00048_.png-a7c085b80917633efca8ecbc5fbef1f8.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00049_.png.import b/ego/animations/rosella/img_00049_.png.import index 18c31ec..7c4f289 100644 --- a/ego/animations/rosella/img_00049_.png.import +++ b/ego/animations/rosella/img_00049_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://5okhhcxsivoq" -path="res://.godot/imported/img_00049_.png-e80149f74cece59322eb31887e9820a6.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00049_.png-e80149f74cece59322eb31887e9820a6.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00049_.png" -dest_files=["res://.godot/imported/img_00049_.png-e80149f74cece59322eb31887e9820a6.ctex"] +dest_files=["res://.godot/imported/img_00049_.png-e80149f74cece59322eb31887e9820a6.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00050_.png.import b/ego/animations/rosella/img_00050_.png.import index 7441c78..0b29715 100644 --- a/ego/animations/rosella/img_00050_.png.import +++ b/ego/animations/rosella/img_00050_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://csnpmnd8mhela" -path="res://.godot/imported/img_00050_.png-08997c9a9abddb723bfcff38d619cb65.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00050_.png-08997c9a9abddb723bfcff38d619cb65.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00050_.png" -dest_files=["res://.godot/imported/img_00050_.png-08997c9a9abddb723bfcff38d619cb65.ctex"] +dest_files=["res://.godot/imported/img_00050_.png-08997c9a9abddb723bfcff38d619cb65.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00051_.png.import b/ego/animations/rosella/img_00051_.png.import index 484e266..3f07aae 100644 --- a/ego/animations/rosella/img_00051_.png.import +++ b/ego/animations/rosella/img_00051_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://ngodxvv1jgiy" -path="res://.godot/imported/img_00051_.png-76d98d970cad17cc6ca6f6513561d36a.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00051_.png-76d98d970cad17cc6ca6f6513561d36a.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00051_.png" -dest_files=["res://.godot/imported/img_00051_.png-76d98d970cad17cc6ca6f6513561d36a.ctex"] +dest_files=["res://.godot/imported/img_00051_.png-76d98d970cad17cc6ca6f6513561d36a.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00052_.png.import b/ego/animations/rosella/img_00052_.png.import index b64701a..f4e0967 100644 --- a/ego/animations/rosella/img_00052_.png.import +++ b/ego/animations/rosella/img_00052_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://wgat1ygky6vb" -path="res://.godot/imported/img_00052_.png-cbc2bf8da64eb88885c8d6abc461f85e.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00052_.png-cbc2bf8da64eb88885c8d6abc461f85e.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00052_.png" -dest_files=["res://.godot/imported/img_00052_.png-cbc2bf8da64eb88885c8d6abc461f85e.ctex"] +dest_files=["res://.godot/imported/img_00052_.png-cbc2bf8da64eb88885c8d6abc461f85e.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00053_.png.import b/ego/animations/rosella/img_00053_.png.import index 9f529ed..1bb787b 100644 --- a/ego/animations/rosella/img_00053_.png.import +++ b/ego/animations/rosella/img_00053_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://cwv0rfu6mixdo" -path="res://.godot/imported/img_00053_.png-2bed8da6acd3a58b596836cf223ce37d.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00053_.png-2bed8da6acd3a58b596836cf223ce37d.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00053_.png" -dest_files=["res://.godot/imported/img_00053_.png-2bed8da6acd3a58b596836cf223ce37d.ctex"] +dest_files=["res://.godot/imported/img_00053_.png-2bed8da6acd3a58b596836cf223ce37d.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00054_.png.import b/ego/animations/rosella/img_00054_.png.import index 373600b..3be8623 100644 --- a/ego/animations/rosella/img_00054_.png.import +++ b/ego/animations/rosella/img_00054_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://dv1vf7vu27ug7" -path="res://.godot/imported/img_00054_.png-57566c126b9b1f6754348b164cfb8a74.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00054_.png-57566c126b9b1f6754348b164cfb8a74.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00054_.png" -dest_files=["res://.godot/imported/img_00054_.png-57566c126b9b1f6754348b164cfb8a74.ctex"] +dest_files=["res://.godot/imported/img_00054_.png-57566c126b9b1f6754348b164cfb8a74.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00055_.png.import b/ego/animations/rosella/img_00055_.png.import index 95ff7b1..1be3d01 100644 --- a/ego/animations/rosella/img_00055_.png.import +++ b/ego/animations/rosella/img_00055_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://bb855tpyoaitj" -path="res://.godot/imported/img_00055_.png-f880945d3a1a31f77dc12614450b3723.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00055_.png-f880945d3a1a31f77dc12614450b3723.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00055_.png" -dest_files=["res://.godot/imported/img_00055_.png-f880945d3a1a31f77dc12614450b3723.ctex"] +dest_files=["res://.godot/imported/img_00055_.png-f880945d3a1a31f77dc12614450b3723.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00056_.png.import b/ego/animations/rosella/img_00056_.png.import index f8c588d..c71e22a 100644 --- a/ego/animations/rosella/img_00056_.png.import +++ b/ego/animations/rosella/img_00056_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://bio44t1xei64v" -path="res://.godot/imported/img_00056_.png-08208ae54dde0fc89bbbf106462491ca.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00056_.png-08208ae54dde0fc89bbbf106462491ca.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00056_.png" -dest_files=["res://.godot/imported/img_00056_.png-08208ae54dde0fc89bbbf106462491ca.ctex"] +dest_files=["res://.godot/imported/img_00056_.png-08208ae54dde0fc89bbbf106462491ca.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00057_.png.import b/ego/animations/rosella/img_00057_.png.import index c2974c3..e593e61 100644 --- a/ego/animations/rosella/img_00057_.png.import +++ b/ego/animations/rosella/img_00057_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://l8c28scv1mb5" -path="res://.godot/imported/img_00057_.png-1c262b3d53773565eeb21f27de54fe39.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00057_.png-1c262b3d53773565eeb21f27de54fe39.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00057_.png" -dest_files=["res://.godot/imported/img_00057_.png-1c262b3d53773565eeb21f27de54fe39.ctex"] +dest_files=["res://.godot/imported/img_00057_.png-1c262b3d53773565eeb21f27de54fe39.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00058_.png.import b/ego/animations/rosella/img_00058_.png.import index dc823c7..25e6700 100644 --- a/ego/animations/rosella/img_00058_.png.import +++ b/ego/animations/rosella/img_00058_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://tk736wuremvo" -path="res://.godot/imported/img_00058_.png-e719631e2f8624b305c5aec74a70fa79.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00058_.png-e719631e2f8624b305c5aec74a70fa79.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00058_.png" -dest_files=["res://.godot/imported/img_00058_.png-e719631e2f8624b305c5aec74a70fa79.ctex"] +dest_files=["res://.godot/imported/img_00058_.png-e719631e2f8624b305c5aec74a70fa79.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00059_.png.import b/ego/animations/rosella/img_00059_.png.import index 067c179..b39a92a 100644 --- a/ego/animations/rosella/img_00059_.png.import +++ b/ego/animations/rosella/img_00059_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://bs3waxmju8q2x" -path="res://.godot/imported/img_00059_.png-e44b47062c4fb7bf097173e0337ce8bc.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00059_.png-e44b47062c4fb7bf097173e0337ce8bc.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00059_.png" -dest_files=["res://.godot/imported/img_00059_.png-e44b47062c4fb7bf097173e0337ce8bc.ctex"] +dest_files=["res://.godot/imported/img_00059_.png-e44b47062c4fb7bf097173e0337ce8bc.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00060_.png.import b/ego/animations/rosella/img_00060_.png.import index 11920d1..0533d9a 100644 --- a/ego/animations/rosella/img_00060_.png.import +++ b/ego/animations/rosella/img_00060_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://xh1mxrknsfle" -path="res://.godot/imported/img_00060_.png-88168b03fcc29190b86aff8f91bbe57a.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00060_.png-88168b03fcc29190b86aff8f91bbe57a.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00060_.png" -dest_files=["res://.godot/imported/img_00060_.png-88168b03fcc29190b86aff8f91bbe57a.ctex"] +dest_files=["res://.godot/imported/img_00060_.png-88168b03fcc29190b86aff8f91bbe57a.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00061_.png.import b/ego/animations/rosella/img_00061_.png.import index 9169e0b..bec560a 100644 --- a/ego/animations/rosella/img_00061_.png.import +++ b/ego/animations/rosella/img_00061_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://cf72vjyp24ppk" -path="res://.godot/imported/img_00061_.png-aceb0c6ff071f8178a100b3326bfa8d7.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00061_.png-aceb0c6ff071f8178a100b3326bfa8d7.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00061_.png" -dest_files=["res://.godot/imported/img_00061_.png-aceb0c6ff071f8178a100b3326bfa8d7.ctex"] +dest_files=["res://.godot/imported/img_00061_.png-aceb0c6ff071f8178a100b3326bfa8d7.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00062_.png.import b/ego/animations/rosella/img_00062_.png.import index 14542dc..9066277 100644 --- a/ego/animations/rosella/img_00062_.png.import +++ b/ego/animations/rosella/img_00062_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://f284av04l3qc" -path="res://.godot/imported/img_00062_.png-4e71439705a7fc8e79cbec404b573f05.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00062_.png-4e71439705a7fc8e79cbec404b573f05.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00062_.png" -dest_files=["res://.godot/imported/img_00062_.png-4e71439705a7fc8e79cbec404b573f05.ctex"] +dest_files=["res://.godot/imported/img_00062_.png-4e71439705a7fc8e79cbec404b573f05.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00063_.png.import b/ego/animations/rosella/img_00063_.png.import index 7bc7d45..f49fdbb 100644 --- a/ego/animations/rosella/img_00063_.png.import +++ b/ego/animations/rosella/img_00063_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://c43wvjoob67ga" -path="res://.godot/imported/img_00063_.png-1ca72cd709645dc2993f353a0efec45e.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00063_.png-1ca72cd709645dc2993f353a0efec45e.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00063_.png" -dest_files=["res://.godot/imported/img_00063_.png-1ca72cd709645dc2993f353a0efec45e.ctex"] +dest_files=["res://.godot/imported/img_00063_.png-1ca72cd709645dc2993f353a0efec45e.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00064_.png.import b/ego/animations/rosella/img_00064_.png.import index 416ffc0..ae8929e 100644 --- a/ego/animations/rosella/img_00064_.png.import +++ b/ego/animations/rosella/img_00064_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://deg2xa6euweai" -path="res://.godot/imported/img_00064_.png-ffab69844f7428cc5fa75d0b838392ea.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00064_.png-ffab69844f7428cc5fa75d0b838392ea.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00064_.png" -dest_files=["res://.godot/imported/img_00064_.png-ffab69844f7428cc5fa75d0b838392ea.ctex"] +dest_files=["res://.godot/imported/img_00064_.png-ffab69844f7428cc5fa75d0b838392ea.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00065_.png.import b/ego/animations/rosella/img_00065_.png.import index 6b67031..369d8e9 100644 --- a/ego/animations/rosella/img_00065_.png.import +++ b/ego/animations/rosella/img_00065_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://d0pwlq1h6m281" -path="res://.godot/imported/img_00065_.png-da70b73a73a6149b0208a5111e93ee5c.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00065_.png-da70b73a73a6149b0208a5111e93ee5c.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00065_.png" -dest_files=["res://.godot/imported/img_00065_.png-da70b73a73a6149b0208a5111e93ee5c.ctex"] +dest_files=["res://.godot/imported/img_00065_.png-da70b73a73a6149b0208a5111e93ee5c.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00066_.png.import b/ego/animations/rosella/img_00066_.png.import index b714e47..8034d63 100644 --- a/ego/animations/rosella/img_00066_.png.import +++ b/ego/animations/rosella/img_00066_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://d1uudexxfkoxv" -path="res://.godot/imported/img_00066_.png-d9b340d11c578276ad83e646b200b730.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00066_.png-d9b340d11c578276ad83e646b200b730.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00066_.png" -dest_files=["res://.godot/imported/img_00066_.png-d9b340d11c578276ad83e646b200b730.ctex"] +dest_files=["res://.godot/imported/img_00066_.png-d9b340d11c578276ad83e646b200b730.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00067_.png.import b/ego/animations/rosella/img_00067_.png.import index c0ac3a0..221075a 100644 --- a/ego/animations/rosella/img_00067_.png.import +++ b/ego/animations/rosella/img_00067_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://dbgb7pkwobys3" -path="res://.godot/imported/img_00067_.png-bcdc3842251d255a79df8e5a3151f340.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00067_.png-bcdc3842251d255a79df8e5a3151f340.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00067_.png" -dest_files=["res://.godot/imported/img_00067_.png-bcdc3842251d255a79df8e5a3151f340.ctex"] +dest_files=["res://.godot/imported/img_00067_.png-bcdc3842251d255a79df8e5a3151f340.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00068_.png.import b/ego/animations/rosella/img_00068_.png.import index 702f7db..60de7d7 100644 --- a/ego/animations/rosella/img_00068_.png.import +++ b/ego/animations/rosella/img_00068_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://e52vgy56v2bk" -path="res://.godot/imported/img_00068_.png-569eacb277a9a10156d6d5f378f9f699.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00068_.png-569eacb277a9a10156d6d5f378f9f699.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00068_.png" -dest_files=["res://.godot/imported/img_00068_.png-569eacb277a9a10156d6d5f378f9f699.ctex"] +dest_files=["res://.godot/imported/img_00068_.png-569eacb277a9a10156d6d5f378f9f699.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00069_.png.import b/ego/animations/rosella/img_00069_.png.import index f2bf289..08d234c 100644 --- a/ego/animations/rosella/img_00069_.png.import +++ b/ego/animations/rosella/img_00069_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://dck67hsxi3rnv" -path="res://.godot/imported/img_00069_.png-ab5a88b0401d84d6575544e19feb192e.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00069_.png-ab5a88b0401d84d6575544e19feb192e.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00069_.png" -dest_files=["res://.godot/imported/img_00069_.png-ab5a88b0401d84d6575544e19feb192e.ctex"] +dest_files=["res://.godot/imported/img_00069_.png-ab5a88b0401d84d6575544e19feb192e.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00070_.png.import b/ego/animations/rosella/img_00070_.png.import index 36f27ae..7139af8 100644 --- a/ego/animations/rosella/img_00070_.png.import +++ b/ego/animations/rosella/img_00070_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://5viwlyfh5fj4" -path="res://.godot/imported/img_00070_.png-6b3da190396051edd5764ad9ac473280.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00070_.png-6b3da190396051edd5764ad9ac473280.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00070_.png" -dest_files=["res://.godot/imported/img_00070_.png-6b3da190396051edd5764ad9ac473280.ctex"] +dest_files=["res://.godot/imported/img_00070_.png-6b3da190396051edd5764ad9ac473280.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00071_.png.import b/ego/animations/rosella/img_00071_.png.import index ea08dd7..6894184 100644 --- a/ego/animations/rosella/img_00071_.png.import +++ b/ego/animations/rosella/img_00071_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://btva2sp0ktooh" -path="res://.godot/imported/img_00071_.png-81affffb474ad5f553f7b7a460d10c66.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00071_.png-81affffb474ad5f553f7b7a460d10c66.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00071_.png" -dest_files=["res://.godot/imported/img_00071_.png-81affffb474ad5f553f7b7a460d10c66.ctex"] +dest_files=["res://.godot/imported/img_00071_.png-81affffb474ad5f553f7b7a460d10c66.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00072_.png.import b/ego/animations/rosella/img_00072_.png.import index cad5272..815297b 100644 --- a/ego/animations/rosella/img_00072_.png.import +++ b/ego/animations/rosella/img_00072_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://7fksrocnnefd" -path="res://.godot/imported/img_00072_.png-e618b6b3f802b7ce1ff5c0538757b9f6.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00072_.png-e618b6b3f802b7ce1ff5c0538757b9f6.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00072_.png" -dest_files=["res://.godot/imported/img_00072_.png-e618b6b3f802b7ce1ff5c0538757b9f6.ctex"] +dest_files=["res://.godot/imported/img_00072_.png-e618b6b3f802b7ce1ff5c0538757b9f6.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00073_.png.import b/ego/animations/rosella/img_00073_.png.import index 7f2d35c..4f4dfa0 100644 --- a/ego/animations/rosella/img_00073_.png.import +++ b/ego/animations/rosella/img_00073_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://cy4ynarwk2lwt" -path="res://.godot/imported/img_00073_.png-7c4ae32e1bb9d38003e9b7d29011bf97.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00073_.png-7c4ae32e1bb9d38003e9b7d29011bf97.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00073_.png" -dest_files=["res://.godot/imported/img_00073_.png-7c4ae32e1bb9d38003e9b7d29011bf97.ctex"] +dest_files=["res://.godot/imported/img_00073_.png-7c4ae32e1bb9d38003e9b7d29011bf97.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00074_.png.import b/ego/animations/rosella/img_00074_.png.import index a3a0c97..d874395 100644 --- a/ego/animations/rosella/img_00074_.png.import +++ b/ego/animations/rosella/img_00074_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://cxbsa3s17s4wy" -path="res://.godot/imported/img_00074_.png-572642f141a50f752e85787a4ab452d7.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00074_.png-572642f141a50f752e85787a4ab452d7.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00074_.png" -dest_files=["res://.godot/imported/img_00074_.png-572642f141a50f752e85787a4ab452d7.ctex"] +dest_files=["res://.godot/imported/img_00074_.png-572642f141a50f752e85787a4ab452d7.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00075_.png.import b/ego/animations/rosella/img_00075_.png.import index 79567e8..646c0f9 100644 --- a/ego/animations/rosella/img_00075_.png.import +++ b/ego/animations/rosella/img_00075_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://d0jhqqpkylfpk" -path="res://.godot/imported/img_00075_.png-6b6cfd2b80cd99b556951bf6997bf706.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00075_.png-6b6cfd2b80cd99b556951bf6997bf706.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00075_.png" -dest_files=["res://.godot/imported/img_00075_.png-6b6cfd2b80cd99b556951bf6997bf706.ctex"] +dest_files=["res://.godot/imported/img_00075_.png-6b6cfd2b80cd99b556951bf6997bf706.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00076_.png.import b/ego/animations/rosella/img_00076_.png.import index 60c1563..ae7002b 100644 --- a/ego/animations/rosella/img_00076_.png.import +++ b/ego/animations/rosella/img_00076_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://cg5sqbqaj1mmv" -path="res://.godot/imported/img_00076_.png-eed4f4da3c65c9a8dc6c01a358577064.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00076_.png-eed4f4da3c65c9a8dc6c01a358577064.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00076_.png" -dest_files=["res://.godot/imported/img_00076_.png-eed4f4da3c65c9a8dc6c01a358577064.ctex"] +dest_files=["res://.godot/imported/img_00076_.png-eed4f4da3c65c9a8dc6c01a358577064.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00077_.png.import b/ego/animations/rosella/img_00077_.png.import index 0d5be7b..a129fa0 100644 --- a/ego/animations/rosella/img_00077_.png.import +++ b/ego/animations/rosella/img_00077_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://dwbrh1gl8ig4y" -path="res://.godot/imported/img_00077_.png-28d4e8efc0f1d12fc6e54e7cef592dc0.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00077_.png-28d4e8efc0f1d12fc6e54e7cef592dc0.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00077_.png" -dest_files=["res://.godot/imported/img_00077_.png-28d4e8efc0f1d12fc6e54e7cef592dc0.ctex"] +dest_files=["res://.godot/imported/img_00077_.png-28d4e8efc0f1d12fc6e54e7cef592dc0.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00078_.png.import b/ego/animations/rosella/img_00078_.png.import index 36725ca..6ae17e0 100644 --- a/ego/animations/rosella/img_00078_.png.import +++ b/ego/animations/rosella/img_00078_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://bgw06nmfunwda" -path="res://.godot/imported/img_00078_.png-8cdb74939996bb07bf8c38d90183bc23.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00078_.png-8cdb74939996bb07bf8c38d90183bc23.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00078_.png" -dest_files=["res://.godot/imported/img_00078_.png-8cdb74939996bb07bf8c38d90183bc23.ctex"] +dest_files=["res://.godot/imported/img_00078_.png-8cdb74939996bb07bf8c38d90183bc23.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00079_.png.import b/ego/animations/rosella/img_00079_.png.import index edaa7da..1d8c6d0 100644 --- a/ego/animations/rosella/img_00079_.png.import +++ b/ego/animations/rosella/img_00079_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://0vli2hym4ie" -path="res://.godot/imported/img_00079_.png-6f30d53eafc5ddf767bc79392fe3cfe7.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00079_.png-6f30d53eafc5ddf767bc79392fe3cfe7.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00079_.png" -dest_files=["res://.godot/imported/img_00079_.png-6f30d53eafc5ddf767bc79392fe3cfe7.ctex"] +dest_files=["res://.godot/imported/img_00079_.png-6f30d53eafc5ddf767bc79392fe3cfe7.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00080_.png.import b/ego/animations/rosella/img_00080_.png.import index 16e93cc..53484fa 100644 --- a/ego/animations/rosella/img_00080_.png.import +++ b/ego/animations/rosella/img_00080_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://cb0phxkfcvulo" -path="res://.godot/imported/img_00080_.png-f699d75a10c884be52fa684465c6a052.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00080_.png-f699d75a10c884be52fa684465c6a052.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00080_.png" -dest_files=["res://.godot/imported/img_00080_.png-f699d75a10c884be52fa684465c6a052.ctex"] +dest_files=["res://.godot/imported/img_00080_.png-f699d75a10c884be52fa684465c6a052.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00081_.png.import b/ego/animations/rosella/img_00081_.png.import index 19b28ba..931aaa6 100644 --- a/ego/animations/rosella/img_00081_.png.import +++ b/ego/animations/rosella/img_00081_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://bqeqgqd6fd76d" -path="res://.godot/imported/img_00081_.png-3e6f7a29b118327d9caac5c51bc510bd.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00081_.png-3e6f7a29b118327d9caac5c51bc510bd.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00081_.png" -dest_files=["res://.godot/imported/img_00081_.png-3e6f7a29b118327d9caac5c51bc510bd.ctex"] +dest_files=["res://.godot/imported/img_00081_.png-3e6f7a29b118327d9caac5c51bc510bd.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00082_.png.import b/ego/animations/rosella/img_00082_.png.import index c0f89b5..f238686 100644 --- a/ego/animations/rosella/img_00082_.png.import +++ b/ego/animations/rosella/img_00082_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://b553win6ylbtv" -path="res://.godot/imported/img_00082_.png-03ca04fe4098d71b61dd980d5e8559d4.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00082_.png-03ca04fe4098d71b61dd980d5e8559d4.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00082_.png" -dest_files=["res://.godot/imported/img_00082_.png-03ca04fe4098d71b61dd980d5e8559d4.ctex"] +dest_files=["res://.godot/imported/img_00082_.png-03ca04fe4098d71b61dd980d5e8559d4.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00083_.png.import b/ego/animations/rosella/img_00083_.png.import index dbcb4ae..3b236f7 100644 --- a/ego/animations/rosella/img_00083_.png.import +++ b/ego/animations/rosella/img_00083_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://d0de8nrdgr1wk" -path="res://.godot/imported/img_00083_.png-bc15fd45151967f2856da697944a1009.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00083_.png-bc15fd45151967f2856da697944a1009.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00083_.png" -dest_files=["res://.godot/imported/img_00083_.png-bc15fd45151967f2856da697944a1009.ctex"] +dest_files=["res://.godot/imported/img_00083_.png-bc15fd45151967f2856da697944a1009.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00084_.png.import b/ego/animations/rosella/img_00084_.png.import index 371b647..93f92d0 100644 --- a/ego/animations/rosella/img_00084_.png.import +++ b/ego/animations/rosella/img_00084_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://crwhr71lshdva" -path="res://.godot/imported/img_00084_.png-0ae4210b8470b97c66aa5e5af7b6b161.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00084_.png-0ae4210b8470b97c66aa5e5af7b6b161.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00084_.png" -dest_files=["res://.godot/imported/img_00084_.png-0ae4210b8470b97c66aa5e5af7b6b161.ctex"] +dest_files=["res://.godot/imported/img_00084_.png-0ae4210b8470b97c66aa5e5af7b6b161.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00085_.png.import b/ego/animations/rosella/img_00085_.png.import index 327a3c0..7426a67 100644 --- a/ego/animations/rosella/img_00085_.png.import +++ b/ego/animations/rosella/img_00085_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://d0l40is1juh67" -path="res://.godot/imported/img_00085_.png-89024a22cebcef936ae8238441b2080f.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00085_.png-89024a22cebcef936ae8238441b2080f.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00085_.png" -dest_files=["res://.godot/imported/img_00085_.png-89024a22cebcef936ae8238441b2080f.ctex"] +dest_files=["res://.godot/imported/img_00085_.png-89024a22cebcef936ae8238441b2080f.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00086_.png.import b/ego/animations/rosella/img_00086_.png.import index d540e0f..81727fe 100644 --- a/ego/animations/rosella/img_00086_.png.import +++ b/ego/animations/rosella/img_00086_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://db848rfj88m05" -path="res://.godot/imported/img_00086_.png-545d48b6550c4408a4518cf03bc88623.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00086_.png-545d48b6550c4408a4518cf03bc88623.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00086_.png" -dest_files=["res://.godot/imported/img_00086_.png-545d48b6550c4408a4518cf03bc88623.ctex"] +dest_files=["res://.godot/imported/img_00086_.png-545d48b6550c4408a4518cf03bc88623.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00087_.png.import b/ego/animations/rosella/img_00087_.png.import index b8bbdcd..7edb36b 100644 --- a/ego/animations/rosella/img_00087_.png.import +++ b/ego/animations/rosella/img_00087_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://mr8owblcx4hd" -path="res://.godot/imported/img_00087_.png-ae4905f5307232705d8052ddad541821.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00087_.png-ae4905f5307232705d8052ddad541821.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00087_.png" -dest_files=["res://.godot/imported/img_00087_.png-ae4905f5307232705d8052ddad541821.ctex"] +dest_files=["res://.godot/imported/img_00087_.png-ae4905f5307232705d8052ddad541821.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00088_.png.import b/ego/animations/rosella/img_00088_.png.import index 8dc32d2..d001cef 100644 --- a/ego/animations/rosella/img_00088_.png.import +++ b/ego/animations/rosella/img_00088_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://dlug3lmdktatv" -path="res://.godot/imported/img_00088_.png-87972109ec62ff02be021a5dcd810a36.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00088_.png-87972109ec62ff02be021a5dcd810a36.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00088_.png" -dest_files=["res://.godot/imported/img_00088_.png-87972109ec62ff02be021a5dcd810a36.ctex"] +dest_files=["res://.godot/imported/img_00088_.png-87972109ec62ff02be021a5dcd810a36.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00089_.png.import b/ego/animations/rosella/img_00089_.png.import index 42598a2..5bbe73d 100644 --- a/ego/animations/rosella/img_00089_.png.import +++ b/ego/animations/rosella/img_00089_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://cph5yxxllk651" -path="res://.godot/imported/img_00089_.png-ec046b98c1d13519b4b2e36764fca543.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00089_.png-ec046b98c1d13519b4b2e36764fca543.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00089_.png" -dest_files=["res://.godot/imported/img_00089_.png-ec046b98c1d13519b4b2e36764fca543.ctex"] +dest_files=["res://.godot/imported/img_00089_.png-ec046b98c1d13519b4b2e36764fca543.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00090_.png.import b/ego/animations/rosella/img_00090_.png.import index b313c5d..5241884 100644 --- a/ego/animations/rosella/img_00090_.png.import +++ b/ego/animations/rosella/img_00090_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://m7igon4nf2cr" -path="res://.godot/imported/img_00090_.png-72ebd489d7c7e1b9813f6ff134117a78.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00090_.png-72ebd489d7c7e1b9813f6ff134117a78.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00090_.png" -dest_files=["res://.godot/imported/img_00090_.png-72ebd489d7c7e1b9813f6ff134117a78.ctex"] +dest_files=["res://.godot/imported/img_00090_.png-72ebd489d7c7e1b9813f6ff134117a78.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00091_.png.import b/ego/animations/rosella/img_00091_.png.import index 10d5a64..c8a57b0 100644 --- a/ego/animations/rosella/img_00091_.png.import +++ b/ego/animations/rosella/img_00091_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://b32tvyeo2qlyu" -path="res://.godot/imported/img_00091_.png-b7c5acb0d17ea0652ce6e30b8be4f011.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00091_.png-b7c5acb0d17ea0652ce6e30b8be4f011.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00091_.png" -dest_files=["res://.godot/imported/img_00091_.png-b7c5acb0d17ea0652ce6e30b8be4f011.ctex"] +dest_files=["res://.godot/imported/img_00091_.png-b7c5acb0d17ea0652ce6e30b8be4f011.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00092_.png.import b/ego/animations/rosella/img_00092_.png.import index 5be813a..7976b36 100644 --- a/ego/animations/rosella/img_00092_.png.import +++ b/ego/animations/rosella/img_00092_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://bm8rmjef65tgj" -path="res://.godot/imported/img_00092_.png-777916c4ec9ca3b4ab29269c2f832cf2.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00092_.png-777916c4ec9ca3b4ab29269c2f832cf2.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00092_.png" -dest_files=["res://.godot/imported/img_00092_.png-777916c4ec9ca3b4ab29269c2f832cf2.ctex"] +dest_files=["res://.godot/imported/img_00092_.png-777916c4ec9ca3b4ab29269c2f832cf2.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00093_.png.import b/ego/animations/rosella/img_00093_.png.import index 3d61b96..0435efb 100644 --- a/ego/animations/rosella/img_00093_.png.import +++ b/ego/animations/rosella/img_00093_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://cbx760fqragtk" -path="res://.godot/imported/img_00093_.png-e1cd602db9142ee1374347bf978cba7a.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00093_.png-e1cd602db9142ee1374347bf978cba7a.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00093_.png" -dest_files=["res://.godot/imported/img_00093_.png-e1cd602db9142ee1374347bf978cba7a.ctex"] +dest_files=["res://.godot/imported/img_00093_.png-e1cd602db9142ee1374347bf978cba7a.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00094_.png.import b/ego/animations/rosella/img_00094_.png.import index 30cdc71..b9f5ff2 100644 --- a/ego/animations/rosella/img_00094_.png.import +++ b/ego/animations/rosella/img_00094_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://puk2xmou5bse" -path="res://.godot/imported/img_00094_.png-2df40810cf18d541623ff2bfbfdb8396.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00094_.png-2df40810cf18d541623ff2bfbfdb8396.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00094_.png" -dest_files=["res://.godot/imported/img_00094_.png-2df40810cf18d541623ff2bfbfdb8396.ctex"] +dest_files=["res://.godot/imported/img_00094_.png-2df40810cf18d541623ff2bfbfdb8396.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00095_.png.import b/ego/animations/rosella/img_00095_.png.import index 12cc0c9..e1c308f 100644 --- a/ego/animations/rosella/img_00095_.png.import +++ b/ego/animations/rosella/img_00095_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://51ebjq5e220v" -path="res://.godot/imported/img_00095_.png-e6a1f0d793c9a5d2497e839345586a65.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00095_.png-e6a1f0d793c9a5d2497e839345586a65.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00095_.png" -dest_files=["res://.godot/imported/img_00095_.png-e6a1f0d793c9a5d2497e839345586a65.ctex"] +dest_files=["res://.godot/imported/img_00095_.png-e6a1f0d793c9a5d2497e839345586a65.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00096_.png.import b/ego/animations/rosella/img_00096_.png.import index f78cd76..84c68bc 100644 --- a/ego/animations/rosella/img_00096_.png.import +++ b/ego/animations/rosella/img_00096_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://b8xxc3utklfbg" -path="res://.godot/imported/img_00096_.png-121fe632059fd4e34b7fca816db1b005.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00096_.png-121fe632059fd4e34b7fca816db1b005.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00096_.png" -dest_files=["res://.godot/imported/img_00096_.png-121fe632059fd4e34b7fca816db1b005.ctex"] +dest_files=["res://.godot/imported/img_00096_.png-121fe632059fd4e34b7fca816db1b005.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00097_.png.import b/ego/animations/rosella/img_00097_.png.import index 62c40de..2fea08b 100644 --- a/ego/animations/rosella/img_00097_.png.import +++ b/ego/animations/rosella/img_00097_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://dgm08dti21wf" -path="res://.godot/imported/img_00097_.png-dd1dc400f996d3279671f13abf06eb3e.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00097_.png-dd1dc400f996d3279671f13abf06eb3e.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00097_.png" -dest_files=["res://.godot/imported/img_00097_.png-dd1dc400f996d3279671f13abf06eb3e.ctex"] +dest_files=["res://.godot/imported/img_00097_.png-dd1dc400f996d3279671f13abf06eb3e.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00098_.png.import b/ego/animations/rosella/img_00098_.png.import index 565f3c6..1f20acc 100644 --- a/ego/animations/rosella/img_00098_.png.import +++ b/ego/animations/rosella/img_00098_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://cg32svq3ubjl0" -path="res://.godot/imported/img_00098_.png-25db608ba33d2e2497d394af4788cc1d.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00098_.png-25db608ba33d2e2497d394af4788cc1d.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00098_.png" -dest_files=["res://.godot/imported/img_00098_.png-25db608ba33d2e2497d394af4788cc1d.ctex"] +dest_files=["res://.godot/imported/img_00098_.png-25db608ba33d2e2497d394af4788cc1d.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00099_.png.import b/ego/animations/rosella/img_00099_.png.import index a5a0a02..01b2105 100644 --- a/ego/animations/rosella/img_00099_.png.import +++ b/ego/animations/rosella/img_00099_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://b2p68seocumxc" -path="res://.godot/imported/img_00099_.png-1ad4d7eb0dcddc9943df2dee492c13a8.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00099_.png-1ad4d7eb0dcddc9943df2dee492c13a8.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00099_.png" -dest_files=["res://.godot/imported/img_00099_.png-1ad4d7eb0dcddc9943df2dee492c13a8.ctex"] +dest_files=["res://.godot/imported/img_00099_.png-1ad4d7eb0dcddc9943df2dee492c13a8.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00100_.png.import b/ego/animations/rosella/img_00100_.png.import index 4c67801..e1211bb 100644 --- a/ego/animations/rosella/img_00100_.png.import +++ b/ego/animations/rosella/img_00100_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://ddysiuqg3md00" -path="res://.godot/imported/img_00100_.png-4f4ee697b555810f0ef252c4e31c75a3.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00100_.png-4f4ee697b555810f0ef252c4e31c75a3.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00100_.png" -dest_files=["res://.godot/imported/img_00100_.png-4f4ee697b555810f0ef252c4e31c75a3.ctex"] +dest_files=["res://.godot/imported/img_00100_.png-4f4ee697b555810f0ef252c4e31c75a3.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00101_.png.import b/ego/animations/rosella/img_00101_.png.import index dbdebee..09774fe 100644 --- a/ego/animations/rosella/img_00101_.png.import +++ b/ego/animations/rosella/img_00101_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://bqaskor0ehfuq" -path="res://.godot/imported/img_00101_.png-515037876ad314b35678a6cd85f35f00.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00101_.png-515037876ad314b35678a6cd85f35f00.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00101_.png" -dest_files=["res://.godot/imported/img_00101_.png-515037876ad314b35678a6cd85f35f00.ctex"] +dest_files=["res://.godot/imported/img_00101_.png-515037876ad314b35678a6cd85f35f00.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00102_.png.import b/ego/animations/rosella/img_00102_.png.import index ae2e6e4..c39d3ec 100644 --- a/ego/animations/rosella/img_00102_.png.import +++ b/ego/animations/rosella/img_00102_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://jidrqhgsqmec" -path="res://.godot/imported/img_00102_.png-1f20f42972bd9726d6018171dc85f622.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00102_.png-1f20f42972bd9726d6018171dc85f622.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00102_.png" -dest_files=["res://.godot/imported/img_00102_.png-1f20f42972bd9726d6018171dc85f622.ctex"] +dest_files=["res://.godot/imported/img_00102_.png-1f20f42972bd9726d6018171dc85f622.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00103_.png.import b/ego/animations/rosella/img_00103_.png.import index 6588c8e..09fda95 100644 --- a/ego/animations/rosella/img_00103_.png.import +++ b/ego/animations/rosella/img_00103_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://bnnap4pr1mr5h" -path="res://.godot/imported/img_00103_.png-70924a4230eac22e83f94c80b6ce0b22.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00103_.png-70924a4230eac22e83f94c80b6ce0b22.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00103_.png" -dest_files=["res://.godot/imported/img_00103_.png-70924a4230eac22e83f94c80b6ce0b22.ctex"] +dest_files=["res://.godot/imported/img_00103_.png-70924a4230eac22e83f94c80b6ce0b22.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00104_.png.import b/ego/animations/rosella/img_00104_.png.import index 7e5776c..486a712 100644 --- a/ego/animations/rosella/img_00104_.png.import +++ b/ego/animations/rosella/img_00104_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://lbjiluk8ntk8" -path="res://.godot/imported/img_00104_.png-2610f166e76217e64a35f7fda91b38ba.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00104_.png-2610f166e76217e64a35f7fda91b38ba.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00104_.png" -dest_files=["res://.godot/imported/img_00104_.png-2610f166e76217e64a35f7fda91b38ba.ctex"] +dest_files=["res://.godot/imported/img_00104_.png-2610f166e76217e64a35f7fda91b38ba.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00105_.png.import b/ego/animations/rosella/img_00105_.png.import index 04484ca..083c060 100644 --- a/ego/animations/rosella/img_00105_.png.import +++ b/ego/animations/rosella/img_00105_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://bd5q4c6e0xye4" -path="res://.godot/imported/img_00105_.png-f6910bfe6f951e1780d5f1ca00cb1e88.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00105_.png-f6910bfe6f951e1780d5f1ca00cb1e88.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00105_.png" -dest_files=["res://.godot/imported/img_00105_.png-f6910bfe6f951e1780d5f1ca00cb1e88.ctex"] +dest_files=["res://.godot/imported/img_00105_.png-f6910bfe6f951e1780d5f1ca00cb1e88.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00106_.png.import b/ego/animations/rosella/img_00106_.png.import index 067ed1d..6793fbc 100644 --- a/ego/animations/rosella/img_00106_.png.import +++ b/ego/animations/rosella/img_00106_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://j6v4fyxanf3q" -path="res://.godot/imported/img_00106_.png-b6241dcccd0615cf92f86ff810400d9c.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00106_.png-b6241dcccd0615cf92f86ff810400d9c.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00106_.png" -dest_files=["res://.godot/imported/img_00106_.png-b6241dcccd0615cf92f86ff810400d9c.ctex"] +dest_files=["res://.godot/imported/img_00106_.png-b6241dcccd0615cf92f86ff810400d9c.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00107_.png.import b/ego/animations/rosella/img_00107_.png.import index 7f76b72..cc6d786 100644 --- a/ego/animations/rosella/img_00107_.png.import +++ b/ego/animations/rosella/img_00107_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://bhulcb0tcph6y" -path="res://.godot/imported/img_00107_.png-6a259b7c2ef3ca677eca14ed540fb2a3.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00107_.png-6a259b7c2ef3ca677eca14ed540fb2a3.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00107_.png" -dest_files=["res://.godot/imported/img_00107_.png-6a259b7c2ef3ca677eca14ed540fb2a3.ctex"] +dest_files=["res://.godot/imported/img_00107_.png-6a259b7c2ef3ca677eca14ed540fb2a3.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00108_.png.import b/ego/animations/rosella/img_00108_.png.import index 67a69c9..6583ec9 100644 --- a/ego/animations/rosella/img_00108_.png.import +++ b/ego/animations/rosella/img_00108_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://xmqtqshjh5ad" -path="res://.godot/imported/img_00108_.png-5d80438319833780482c8d5cbf54a8a7.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00108_.png-5d80438319833780482c8d5cbf54a8a7.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00108_.png" -dest_files=["res://.godot/imported/img_00108_.png-5d80438319833780482c8d5cbf54a8a7.ctex"] +dest_files=["res://.godot/imported/img_00108_.png-5d80438319833780482c8d5cbf54a8a7.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00109_.png.import b/ego/animations/rosella/img_00109_.png.import index ff484a5..1544366 100644 --- a/ego/animations/rosella/img_00109_.png.import +++ b/ego/animations/rosella/img_00109_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://c8bjdgjwj41ay" -path="res://.godot/imported/img_00109_.png-4925ba8a526007e2c1a4dc04a0d6c6ca.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00109_.png-4925ba8a526007e2c1a4dc04a0d6c6ca.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00109_.png" -dest_files=["res://.godot/imported/img_00109_.png-4925ba8a526007e2c1a4dc04a0d6c6ca.ctex"] +dest_files=["res://.godot/imported/img_00109_.png-4925ba8a526007e2c1a4dc04a0d6c6ca.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00110_.png.import b/ego/animations/rosella/img_00110_.png.import index c59074b..3925f9b 100644 --- a/ego/animations/rosella/img_00110_.png.import +++ b/ego/animations/rosella/img_00110_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://dywo3e1aq3sdi" -path="res://.godot/imported/img_00110_.png-3b5c772fb1a774b234a37e93953cd09c.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00110_.png-3b5c772fb1a774b234a37e93953cd09c.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00110_.png" -dest_files=["res://.godot/imported/img_00110_.png-3b5c772fb1a774b234a37e93953cd09c.ctex"] +dest_files=["res://.godot/imported/img_00110_.png-3b5c772fb1a774b234a37e93953cd09c.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00111_.png.import b/ego/animations/rosella/img_00111_.png.import index 15b1c97..5956061 100644 --- a/ego/animations/rosella/img_00111_.png.import +++ b/ego/animations/rosella/img_00111_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://bsyvm2c0x50np" -path="res://.godot/imported/img_00111_.png-19c8df976ea760ed97e239bcbb87fbdc.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00111_.png-19c8df976ea760ed97e239bcbb87fbdc.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00111_.png" -dest_files=["res://.godot/imported/img_00111_.png-19c8df976ea760ed97e239bcbb87fbdc.ctex"] +dest_files=["res://.godot/imported/img_00111_.png-19c8df976ea760ed97e239bcbb87fbdc.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00112_.png.import b/ego/animations/rosella/img_00112_.png.import index 55def4b..5880981 100644 --- a/ego/animations/rosella/img_00112_.png.import +++ b/ego/animations/rosella/img_00112_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://ct2p00u6hqpfm" -path="res://.godot/imported/img_00112_.png-7d5339308c4224c641c499a898c25dbb.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00112_.png-7d5339308c4224c641c499a898c25dbb.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00112_.png" -dest_files=["res://.godot/imported/img_00112_.png-7d5339308c4224c641c499a898c25dbb.ctex"] +dest_files=["res://.godot/imported/img_00112_.png-7d5339308c4224c641c499a898c25dbb.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00113_.png.import b/ego/animations/rosella/img_00113_.png.import index 47c40ef..ad8524c 100644 --- a/ego/animations/rosella/img_00113_.png.import +++ b/ego/animations/rosella/img_00113_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://brf3b2o7wehcm" -path="res://.godot/imported/img_00113_.png-12894a52f9c4f482cf73f06d47859256.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00113_.png-12894a52f9c4f482cf73f06d47859256.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00113_.png" -dest_files=["res://.godot/imported/img_00113_.png-12894a52f9c4f482cf73f06d47859256.ctex"] +dest_files=["res://.godot/imported/img_00113_.png-12894a52f9c4f482cf73f06d47859256.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00114_.png.import b/ego/animations/rosella/img_00114_.png.import index ca644a0..9d7fdaf 100644 --- a/ego/animations/rosella/img_00114_.png.import +++ b/ego/animations/rosella/img_00114_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://dsykfaqdjbnnf" -path="res://.godot/imported/img_00114_.png-563087968aecf243ce48d332e3761a57.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00114_.png-563087968aecf243ce48d332e3761a57.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00114_.png" -dest_files=["res://.godot/imported/img_00114_.png-563087968aecf243ce48d332e3761a57.ctex"] +dest_files=["res://.godot/imported/img_00114_.png-563087968aecf243ce48d332e3761a57.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00115_.png.import b/ego/animations/rosella/img_00115_.png.import index 7fef7ea..f896b2c 100644 --- a/ego/animations/rosella/img_00115_.png.import +++ b/ego/animations/rosella/img_00115_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://pnvg6du2qq6d" -path="res://.godot/imported/img_00115_.png-eed3a7381beaabffdcfd09251e262cc8.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00115_.png-eed3a7381beaabffdcfd09251e262cc8.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00115_.png" -dest_files=["res://.godot/imported/img_00115_.png-eed3a7381beaabffdcfd09251e262cc8.ctex"] +dest_files=["res://.godot/imported/img_00115_.png-eed3a7381beaabffdcfd09251e262cc8.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00116_.png.import b/ego/animations/rosella/img_00116_.png.import index 7a3095f..db10f7d 100644 --- a/ego/animations/rosella/img_00116_.png.import +++ b/ego/animations/rosella/img_00116_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://dsg2pjb1wvt1q" -path="res://.godot/imported/img_00116_.png-2062c48cdba2222932bff180452efe42.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00116_.png-2062c48cdba2222932bff180452efe42.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00116_.png" -dest_files=["res://.godot/imported/img_00116_.png-2062c48cdba2222932bff180452efe42.ctex"] +dest_files=["res://.godot/imported/img_00116_.png-2062c48cdba2222932bff180452efe42.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00117_.png.import b/ego/animations/rosella/img_00117_.png.import index 38abe15..3fc359b 100644 --- a/ego/animations/rosella/img_00117_.png.import +++ b/ego/animations/rosella/img_00117_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://dkbggvmvgf31a" -path="res://.godot/imported/img_00117_.png-38c822472313114d96601a14f9724d6d.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00117_.png-38c822472313114d96601a14f9724d6d.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00117_.png" -dest_files=["res://.godot/imported/img_00117_.png-38c822472313114d96601a14f9724d6d.ctex"] +dest_files=["res://.godot/imported/img_00117_.png-38c822472313114d96601a14f9724d6d.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00118_.png.import b/ego/animations/rosella/img_00118_.png.import index 42d607e..318972f 100644 --- a/ego/animations/rosella/img_00118_.png.import +++ b/ego/animations/rosella/img_00118_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://b7ndpr0lputtn" -path="res://.godot/imported/img_00118_.png-45227276ff050385a19a154a465decbf.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00118_.png-45227276ff050385a19a154a465decbf.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00118_.png" -dest_files=["res://.godot/imported/img_00118_.png-45227276ff050385a19a154a465decbf.ctex"] +dest_files=["res://.godot/imported/img_00118_.png-45227276ff050385a19a154a465decbf.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00119_.png.import b/ego/animations/rosella/img_00119_.png.import index ce55b4b..6acb483 100644 --- a/ego/animations/rosella/img_00119_.png.import +++ b/ego/animations/rosella/img_00119_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://d2rv38oy5neff" -path="res://.godot/imported/img_00119_.png-a7706d95c9db5851b68677754cfcd3ad.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00119_.png-a7706d95c9db5851b68677754cfcd3ad.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00119_.png" -dest_files=["res://.godot/imported/img_00119_.png-a7706d95c9db5851b68677754cfcd3ad.ctex"] +dest_files=["res://.godot/imported/img_00119_.png-a7706d95c9db5851b68677754cfcd3ad.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/ego/animations/rosella/img_00120_.png.import b/ego/animations/rosella/img_00120_.png.import index f4d06a7..b19f0d7 100644 --- a/ego/animations/rosella/img_00120_.png.import +++ b/ego/animations/rosella/img_00120_.png.import @@ -1,40 +1,20 @@ [remap] -importer="texture" -type="CompressedTexture2D" +importer="texture_atlas" +type="Texture2D" uid="uid://bdk2vrjstiodj" -path="res://.godot/imported/img_00120_.png-3fbf32665c3be953c55f85ff026cae63.ctex" -metadata={ -"vram_texture": false -} - +path="res://.godot/imported/img_00120_.png-3fbf32665c3be953c55f85ff026cae63.res" +group_file="res://ego/animations/rosella.png" +valid=true [deps] + source_file="res://ego/animations/rosella/img_00120_.png" -dest_files=["res://.godot/imported/img_00120_.png-3fbf32665c3be953c55f85ff026cae63.ctex"] +dest_files=["res://.godot/imported/img_00120_.png-3fbf32665c3be953c55f85ff026cae63.res"] [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 +atlas_file="res://ego/animations/rosella.png" +import_mode=0 +crop_to_region=true +trim_alpha_border_from_region=true diff --git a/project.godot b/project.godot index 613d6a7..547041b 100644 --- a/project.godot +++ b/project.godot @@ -23,7 +23,6 @@ config/icon="res://icon.png" ActionState="*res://ActionState.gd" CameraTransition="*res://camera_transition.tscn" -VRAMMonitor="*res://measure_vram.gd" [display]