diff --git a/addons/gif-importer/importer_plugin.gd b/addons/gif-importer/importer_plugin.gd index 55f45c99..3bb5a7f1 100644 --- a/addons/gif-importer/importer_plugin.gd +++ b/addons/gif-importer/importer_plugin.gd @@ -80,9 +80,12 @@ func _import(source_file, save_path, options, platform_variants, gen_files): if DirAccess.dir_exists_absolute(dir_name): # 如果文件夹存在,就不再重新导入 # 也就是说,重新导入的前提是删除 gif 同名文件夹 + print_debug("GIF skip split frames. Dir already exists: ", dir_name) return code DirAccess.make_dir_absolute(dir_name) - var sprite_frames_path = base_dir + "/frames.tres" + var dirs = base_dir.split("/") as PackedStringArray + var sprite_frames_file_name = dirs[dirs.size() - 1] + "_frames.tres" + var sprite_frames_path = base_dir + "/" + sprite_frames_file_name var sprite_frames: SpriteFrames if not FileAccess.file_exists(sprite_frames_path): sprite_frames = SpriteFrames.new() @@ -104,9 +107,16 @@ func _import(source_file, save_path, options, platform_variants, gen_files): texture = ImageTexture.create_from_image(image) texture.take_over_path(image_path) var duration = frames.get_frame_duration("gif", i) - # # 去除导入 sprite_frames 的动画名中的特殊符号 「-」 + # # 去除导入 sprite_frames 的动画名中的特殊符号 「-」 # animation_name = animation_name.replace("-", "") sprite_frames.add_frame(animation_name, texture, duration) - print_debug("Created images and added to SpriteFrames: ", animation_name) + print_debug( + ( + "Created images and added to SpriteFrames[" + + sprite_frames_file_name + + "]:" + + animation_name + ) + ) ResourceSaver.save(sprite_frames) return code diff --git a/addons/property-inspector/pro_animation_sprite2d/pro_animated_sprite.gd b/addons/property-inspector/pro_animation_sprite2d/pro_animated_sprite.gd index 5b5a68c1..d0857ac0 100644 --- a/addons/property-inspector/pro_animation_sprite2d/pro_animated_sprite.gd +++ b/addons/property-inspector/pro_animation_sprite2d/pro_animated_sprite.gd @@ -79,7 +79,7 @@ func _debug_mov_projection(): debug_mov_onion_sprite2d.position.x = mov_config.movement_x debug_mov_onion_sprite2d.texture = sprite_frames.get_frame_texture(debug_mov_animation, 0) elif debug_mov_animation: - printerr("Debug move config not found:", debug_mov_animation) + push_warning("Debug move config not found:", debug_mov_animation) func _load_config(): diff --git a/asset/art/animation/Archive.zip b/asset/art/animation/Archive.zip deleted file mode 100644 index 17ebd447..00000000 Binary files a/asset/art/animation/Archive.zip and /dev/null differ diff --git a/asset/art/animation/c00_吕萍_吓一跳/0.png b/asset/art/animation/c00_吕萍_吓一跳/0.png new file mode 100644 index 00000000..ac90896e Binary files /dev/null and b/asset/art/animation/c00_吕萍_吓一跳/0.png differ diff --git a/asset/art/animation/c00_吕萍_吓一跳/0.png.import b/asset/art/animation/c00_吕萍_吓一跳/0.png.import new file mode 100644 index 00000000..35f9e4f1 --- /dev/null +++ b/asset/art/animation/c00_吕萍_吓一跳/0.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bynxen66eo6y5" +path="res://.godot/imported/0.png-470b8f90132bcfd31d2fb466b77055b6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c00_吕萍_吓一跳/0.png" +dest_files=["res://.godot/imported/0.png-470b8f90132bcfd31d2fb466b77055b6.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c00_吕萍_吓一跳/1.png b/asset/art/animation/c00_吕萍_吓一跳/1.png new file mode 100644 index 00000000..a47800a5 Binary files /dev/null and b/asset/art/animation/c00_吕萍_吓一跳/1.png differ diff --git a/asset/art/animation/c00_吕萍_吓一跳/1.png.import b/asset/art/animation/c00_吕萍_吓一跳/1.png.import new file mode 100644 index 00000000..273e59a7 --- /dev/null +++ b/asset/art/animation/c00_吕萍_吓一跳/1.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://be8wublxsg17l" +path="res://.godot/imported/1.png-00ae5c808c756225b44d75f5e389ea86.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c00_吕萍_吓一跳/1.png" +dest_files=["res://.godot/imported/1.png-00ae5c808c756225b44d75f5e389ea86.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c00_吕萍_吓一跳/2.png b/asset/art/animation/c00_吕萍_吓一跳/2.png new file mode 100644 index 00000000..ce748a5b Binary files /dev/null and b/asset/art/animation/c00_吕萍_吓一跳/2.png differ diff --git a/asset/art/animation/c00_吕萍_吓一跳/2.png.import b/asset/art/animation/c00_吕萍_吓一跳/2.png.import new file mode 100644 index 00000000..10103dc7 --- /dev/null +++ b/asset/art/animation/c00_吕萍_吓一跳/2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://qsy8py1v51kd" +path="res://.godot/imported/2.png-61829a85d0803acdf4d736a733a81c31.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c00_吕萍_吓一跳/2.png" +dest_files=["res://.godot/imported/2.png-61829a85d0803acdf4d736a733a81c31.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c00_吕萍_吓一跳/3.png b/asset/art/animation/c00_吕萍_吓一跳/3.png new file mode 100644 index 00000000..725d63f7 Binary files /dev/null and b/asset/art/animation/c00_吕萍_吓一跳/3.png differ diff --git a/asset/art/animation/c00_吕萍_吓一跳/3.png.import b/asset/art/animation/c00_吕萍_吓一跳/3.png.import new file mode 100644 index 00000000..9d2d97b3 --- /dev/null +++ b/asset/art/animation/c00_吕萍_吓一跳/3.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cdlsjuh1o225h" +path="res://.godot/imported/3.png-4e97b398a1a6cfe7a7c5f0974395f1f6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c00_吕萍_吓一跳/3.png" +dest_files=["res://.godot/imported/3.png-4e97b398a1a6cfe7a7c5f0974395f1f6.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c00_吕萍_吓一跳/4.png b/asset/art/animation/c00_吕萍_吓一跳/4.png new file mode 100644 index 00000000..849a1308 Binary files /dev/null and b/asset/art/animation/c00_吕萍_吓一跳/4.png differ diff --git a/asset/art/animation/c00_吕萍_吓一跳/4.png.import b/asset/art/animation/c00_吕萍_吓一跳/4.png.import new file mode 100644 index 00000000..cb126a06 --- /dev/null +++ b/asset/art/animation/c00_吕萍_吓一跳/4.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://caoyg4l846yu8" +path="res://.godot/imported/4.png-1daf77ace09f384a47953135a7488506.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c00_吕萍_吓一跳/4.png" +dest_files=["res://.godot/imported/4.png-1daf77ace09f384a47953135a7488506.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c00_吕萍_吓一跳/5.png b/asset/art/animation/c00_吕萍_吓一跳/5.png new file mode 100644 index 00000000..ce748a5b Binary files /dev/null and b/asset/art/animation/c00_吕萍_吓一跳/5.png differ diff --git a/asset/art/animation/c00_吕萍_吓一跳/5.png.import b/asset/art/animation/c00_吕萍_吓一跳/5.png.import new file mode 100644 index 00000000..4c5db0d4 --- /dev/null +++ b/asset/art/animation/c00_吕萍_吓一跳/5.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://itlfv27wl3mi" +path="res://.godot/imported/5.png-fbf442b16bffd90c2f1cf357b939665f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c00_吕萍_吓一跳/5.png" +dest_files=["res://.godot/imported/5.png-fbf442b16bffd90c2f1cf357b939665f.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c00_吕萍_吓一跳/6.png b/asset/art/animation/c00_吕萍_吓一跳/6.png new file mode 100644 index 00000000..b19867b5 Binary files /dev/null and b/asset/art/animation/c00_吕萍_吓一跳/6.png differ diff --git a/asset/art/animation/c00_吕萍_吓一跳/6.png.import b/asset/art/animation/c00_吕萍_吓一跳/6.png.import new file mode 100644 index 00000000..5fb53045 --- /dev/null +++ b/asset/art/animation/c00_吕萍_吓一跳/6.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bicjx5854kwn5" +path="res://.godot/imported/6.png-2eef92415380e98f766007d9f7393cb8.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c00_吕萍_吓一跳/6.png" +dest_files=["res://.godot/imported/6.png-2eef92415380e98f766007d9f7393cb8.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c00_吕萍_吓一跳/7.png b/asset/art/animation/c00_吕萍_吓一跳/7.png new file mode 100644 index 00000000..a8658104 Binary files /dev/null and b/asset/art/animation/c00_吕萍_吓一跳/7.png differ diff --git a/asset/art/animation/c00_吕萍_吓一跳/7.png.import b/asset/art/animation/c00_吕萍_吓一跳/7.png.import new file mode 100644 index 00000000..f09e2d49 --- /dev/null +++ b/asset/art/animation/c00_吕萍_吓一跳/7.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cmtiq62yfim2o" +path="res://.godot/imported/7.png-1e92e61458b5d544030848c60b0afac6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c00_吕萍_吓一跳/7.png" +dest_files=["res://.godot/imported/7.png-1e92e61458b5d544030848c60b0afac6.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c00_吕萍_吓一跳/8.png b/asset/art/animation/c00_吕萍_吓一跳/8.png new file mode 100644 index 00000000..b19867b5 Binary files /dev/null and b/asset/art/animation/c00_吕萍_吓一跳/8.png differ diff --git a/asset/art/animation/c00_吕萍_吓一跳/8.png.import b/asset/art/animation/c00_吕萍_吓一跳/8.png.import new file mode 100644 index 00000000..19e1d1d8 --- /dev/null +++ b/asset/art/animation/c00_吕萍_吓一跳/8.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://mfkgs88gv00f" +path="res://.godot/imported/8.png-b3c3a329b39c348e21ebe56cff46d1f4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c00_吕萍_吓一跳/8.png" +dest_files=["res://.godot/imported/8.png-b3c3a329b39c348e21ebe56cff46d1f4.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c00_吕萍_吓一跳/9.png b/asset/art/animation/c00_吕萍_吓一跳/9.png new file mode 100644 index 00000000..fdf7a3c9 Binary files /dev/null and b/asset/art/animation/c00_吕萍_吓一跳/9.png differ diff --git a/asset/art/animation/c00_吕萍_吓一跳/9.png.import b/asset/art/animation/c00_吕萍_吓一跳/9.png.import new file mode 100644 index 00000000..195be76f --- /dev/null +++ b/asset/art/animation/c00_吕萍_吓一跳/9.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b1jghxho8h10e" +path="res://.godot/imported/9.png-1a7961edb35160d358911fecade1f252.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c00_吕萍_吓一跳/9.png" +dest_files=["res://.godot/imported/9.png-1a7961edb35160d358911fecade1f252.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/0.png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/0.png new file mode 100644 index 00000000..b4541b96 Binary files /dev/null and b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/0.png differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/7.png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/0.png.import similarity index 75% rename from asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/7.png.import rename to asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/0.png.import index f549616d..ceec1d57 100644 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/7.png.import +++ b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/0.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bmvsxdunry334" -path="res://.godot/imported/7.png-7d73865cebf63b8ffda97523fbc4d4ed.ctex" +uid="uid://n7qsp80gvsjh" +path="res://.godot/imported/0.png-13f45a86c0337fc79f48cf9a8d5af418.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/7.png" -dest_files=["res://.godot/imported/7.png-7d73865cebf63b8ffda97523fbc4d4ed.ctex"] +source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/0.png" +dest_files=["res://.godot/imported/0.png-13f45a86c0337fc79f48cf9a8d5af418.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/1.png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/1.png old mode 100755 new mode 100644 index 17ce8430..2d493871 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/1.png and b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/1.png differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/1.png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/1.png.import index b6668dbe..f78a8c88 100644 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/1.png.import +++ b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/1.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://c2iv5k414qho5" +uid="uid://bxk1v37yblokv" path="res://.godot/imported/1.png-e128a95462f2038157e7cc9587dc16d5.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2 - 副本 (2).png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2 - 副本 (2).png deleted file mode 100755 index 98e8190a..00000000 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2 - 副本 (2).png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2 - 副本 (2).png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2 - 副本 (2).png.import deleted file mode 100644 index 16f06594..00000000 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2 - 副本 (2).png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b4k57kl384fbr" -path="res://.godot/imported/2 - 副本 (2).png-8db745ca7ab9566422d5f877d8e70202.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2 - 副本 (2).png" -dest_files=["res://.godot/imported/2 - 副本 (2).png-8db745ca7ab9566422d5f877d8e70202.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2 - 副本.png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2 - 副本.png deleted file mode 100755 index 98e8190a..00000000 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2 - 副本.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2 - 副本.png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2 - 副本.png.import deleted file mode 100644 index 5346ed9e..00000000 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2 - 副本.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dkkfywdksk241" -path="res://.godot/imported/2 - 副本.png-1e4b374a51ffc29895af1adcd8aca167.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2 - 副本.png" -dest_files=["res://.godot/imported/2 - 副本.png-1e4b374a51ffc29895af1adcd8aca167.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2.png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2.png old mode 100755 new mode 100644 index 98e8190a..b103bda0 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2.png and b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2.png differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2.png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2.png.import index 60d6f28e..d89f50c5 100644 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2.png.import +++ b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cf0v51pufefjb" +uid="uid://dpt2qhn0ypkm" path="res://.godot/imported/2.png-27e91217555b3dd8e29c0e5fd6979399.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3 - 副本 (2).png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3 - 副本 (2).png deleted file mode 100755 index 594fb9df..00000000 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3 - 副本 (2).png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3 - 副本 (2).png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3 - 副本 (2).png.import deleted file mode 100644 index 708ce958..00000000 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3 - 副本 (2).png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dae7dtab6f7ri" -path="res://.godot/imported/3 - 副本 (2).png-4597c60ca356c10e19522f3cb0153e92.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3 - 副本 (2).png" -dest_files=["res://.godot/imported/3 - 副本 (2).png-4597c60ca356c10e19522f3cb0153e92.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3 - 副本.png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3 - 副本.png deleted file mode 100755 index 594fb9df..00000000 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3 - 副本.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3 - 副本.png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3 - 副本.png.import deleted file mode 100644 index 058dd1e1..00000000 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3 - 副本.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://glvbip83w6uc" -path="res://.godot/imported/3 - 副本.png-de70185ca0fccfb3f3fe8d60b5b1ae93.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3 - 副本.png" -dest_files=["res://.godot/imported/3 - 副本.png-de70185ca0fccfb3f3fe8d60b5b1ae93.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3.png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3.png old mode 100755 new mode 100644 index 594fb9df..59514786 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3.png and b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3.png differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3.png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3.png.import index 68b546bf..3eb6fe15 100644 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3.png.import +++ b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bfjohrrerobhp" +uid="uid://dl1jtdxwnpu1" path="res://.godot/imported/3.png-e0f752f24106102caff6d5d062bf72f1.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4 - 副本 (2).png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4 - 副本 (2).png deleted file mode 100755 index 4e32bbcd..00000000 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4 - 副本 (2).png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4 - 副本 (2).png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4 - 副本 (2).png.import deleted file mode 100644 index 17a0c5a7..00000000 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4 - 副本 (2).png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cmfdbaqr1y57b" -path="res://.godot/imported/4 - 副本 (2).png-546f042cbfec35f89b4e72c389955723.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4 - 副本 (2).png" -dest_files=["res://.godot/imported/4 - 副本 (2).png-546f042cbfec35f89b4e72c389955723.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4 - 副本.png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4 - 副本.png deleted file mode 100755 index 4e32bbcd..00000000 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4 - 副本.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4 - 副本.png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4 - 副本.png.import deleted file mode 100644 index 49839892..00000000 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4 - 副本.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bdg7pfprm3jyf" -path="res://.godot/imported/4 - 副本.png-2a2586c5934199dfa482a2634af32a0b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4 - 副本.png" -dest_files=["res://.godot/imported/4 - 副本.png-2a2586c5934199dfa482a2634af32a0b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4.png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4.png old mode 100755 new mode 100644 index 4e32bbcd..45ac1a73 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4.png and b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4.png differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4.png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4.png.import index b8c3e868..69d2ceca 100644 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4.png.import +++ b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://ptpo0rydylwd" +uid="uid://cr2he355uw5ae" path="res://.godot/imported/4.png-14095290e2da591760a2a2fb0b9276d4.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (2).png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (2).png deleted file mode 100755 index 9fcefb61..00000000 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (2).png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (2).png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (2).png.import deleted file mode 100644 index e85d29a5..00000000 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (2).png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://boxr6hqb3s8dm" -path="res://.godot/imported/5 - 副本 (2).png-c95fdbba8190b94add9f17e23e9fe1ec.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (2).png" -dest_files=["res://.godot/imported/5 - 副本 (2).png-c95fdbba8190b94add9f17e23e9fe1ec.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (3).png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (3).png deleted file mode 100755 index 9fcefb61..00000000 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (3).png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (3).png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (3).png.import deleted file mode 100644 index 7f896609..00000000 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (3).png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://554j6cai47wo" -path="res://.godot/imported/5 - 副本 (3).png-5e110a243b8e4c9280cc971988ec331c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (3).png" -dest_files=["res://.godot/imported/5 - 副本 (3).png-5e110a243b8e4c9280cc971988ec331c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (4).png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (4).png deleted file mode 100755 index 9fcefb61..00000000 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (4).png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (4).png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (4).png.import deleted file mode 100644 index dddf25e3..00000000 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (4).png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b606ixqp5pc57" -path="res://.godot/imported/5 - 副本 (4).png-1802014828919bc79fa391fe5d391682.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (4).png" -dest_files=["res://.godot/imported/5 - 副本 (4).png-1802014828919bc79fa391fe5d391682.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本.png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本.png deleted file mode 100755 index 9fcefb61..00000000 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本.png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本.png.import deleted file mode 100644 index ffb9682a..00000000 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cja75kioa2n0e" -path="res://.godot/imported/5 - 副本.png-3c67a9415f3fb2fb21d634aac649759f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本.png" -dest_files=["res://.godot/imported/5 - 副本.png-3c67a9415f3fb2fb21d634aac649759f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5.png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5.png old mode 100755 new mode 100644 index 9fcefb61..badb1d48 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5.png and b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5.png differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5.png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5.png.import index f4c1fe1f..1f967bc2 100644 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5.png.import +++ b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cquyxnjveeq1b" +uid="uid://ccl27awgq302s" path="res://.godot/imported/5.png-1cce399babe1a1d2e4cf3adc7b1a4d69.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (2).png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (2).png deleted file mode 100755 index 9cf6539d..00000000 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (2).png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (2).png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (2).png.import deleted file mode 100644 index ffb43f26..00000000 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (2).png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://y2uus5cd1axq" -path="res://.godot/imported/6 - 副本 (2).png-75d2a5918dcca345e768dd4738e5cd5b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (2).png" -dest_files=["res://.godot/imported/6 - 副本 (2).png-75d2a5918dcca345e768dd4738e5cd5b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (3).png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (3).png deleted file mode 100755 index 9cf6539d..00000000 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (3).png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (3).png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (3).png.import deleted file mode 100644 index 28640d86..00000000 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (3).png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b7btvmaulcal7" -path="res://.godot/imported/6 - 副本 (3).png-561bb708ebe607b29135503949b0670c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (3).png" -dest_files=["res://.godot/imported/6 - 副本 (3).png-561bb708ebe607b29135503949b0670c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (4).png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (4).png deleted file mode 100755 index 9cf6539d..00000000 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (4).png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (4).png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (4).png.import deleted file mode 100644 index 38a75046..00000000 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (4).png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bv4tjt2nd7bkj" -path="res://.godot/imported/6 - 副本 (4).png-d675aa0195e4c5b07c7b1fb210372cb7.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (4).png" -dest_files=["res://.godot/imported/6 - 副本 (4).png-d675aa0195e4c5b07c7b1fb210372cb7.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本.png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本.png deleted file mode 100755 index 9cf6539d..00000000 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本.png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本.png.import deleted file mode 100644 index 97fc9012..00000000 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://khtasjp4swvb" -path="res://.godot/imported/6 - 副本.png-4c4c6246f6f0ad1104ec0a6c4f53a64c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本.png" -dest_files=["res://.godot/imported/6 - 副本.png-4c4c6246f6f0ad1104ec0a6c4f53a64c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6.png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6.png old mode 100755 new mode 100644 index 9cf6539d..38ae5987 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6.png and b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6.png differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6.png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6.png.import index 07ccfe26..0f1cdc5b 100644 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6.png.import +++ b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://w8ksqaggs2hi" +uid="uid://chidl5gije8yw" path="res://.godot/imported/6.png-5bbfbce877de372980ba7573f622ac27.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/7.png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/7.png deleted file mode 100755 index da7f7dc0..00000000 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/7.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/8(呼吸帧).png b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/8(呼吸帧).png deleted file mode 100755 index 7f7775a7..00000000 Binary files a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/8(呼吸帧).png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/8(呼吸帧).png.import b/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/8(呼吸帧).png.import deleted file mode 100644 index 19c4aa66..00000000 --- a/asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/8(呼吸帧).png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dx1leiqcylcbg" -path="res://.godot/imported/8(呼吸帧).png-22135c91d35fe4b7c4071f029e9dfb5a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/8(呼吸帧).png" -dest_files=["res://.godot/imported/8(呼吸帧).png-22135c91d35fe4b7c4071f029e9dfb5a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_坐着站起来/0.png b/asset/art/animation/c02_吕萍_坐着站起来/0.png new file mode 100644 index 00000000..c1397581 Binary files /dev/null and b/asset/art/animation/c02_吕萍_坐着站起来/0.png differ diff --git a/asset/art/animation/c02_吕萍_坐着站起来/8.png.import b/asset/art/animation/c02_吕萍_坐着站起来/0.png.import similarity index 75% rename from asset/art/animation/c02_吕萍_坐着站起来/8.png.import rename to asset/art/animation/c02_吕萍_坐着站起来/0.png.import index 1733b4ba..28a02391 100644 --- a/asset/art/animation/c02_吕萍_坐着站起来/8.png.import +++ b/asset/art/animation/c02_吕萍_坐着站起来/0.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cr2c4yt55qoox" -path="res://.godot/imported/8.png-dd11eec244532add0d723d2ebaf80c3b.ctex" +uid="uid://xwucy66ahpoo" +path="res://.godot/imported/0.png-fe867452291559bb1c3063649cbc0799.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_坐着站起来/8.png" -dest_files=["res://.godot/imported/8.png-dd11eec244532add0d723d2ebaf80c3b.ctex"] +source_file="res://asset/art/animation/c02_吕萍_坐着站起来/0.png" +dest_files=["res://.godot/imported/0.png-fe867452291559bb1c3063649cbc0799.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_坐着站起来/1.png b/asset/art/animation/c02_吕萍_坐着站起来/1.png old mode 100755 new mode 100644 index 6f589b1b..ea20acdd Binary files a/asset/art/animation/c02_吕萍_坐着站起来/1.png and b/asset/art/animation/c02_吕萍_坐着站起来/1.png differ diff --git a/asset/art/animation/c02_吕萍_坐着站起来/1.png.import b/asset/art/animation/c02_吕萍_坐着站起来/1.png.import index 06f0eb65..95e4ad32 100644 --- a/asset/art/animation/c02_吕萍_坐着站起来/1.png.import +++ b/asset/art/animation/c02_吕萍_坐着站起来/1.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://b402ep5ev7k33" +uid="uid://dsxib51p37wun" path="res://.godot/imported/1.png-4fa9bd71a9db548d578639deaae7aafe.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_坐着站起来/2.png b/asset/art/animation/c02_吕萍_坐着站起来/2.png old mode 100755 new mode 100644 index 90c10ac2..91306770 Binary files a/asset/art/animation/c02_吕萍_坐着站起来/2.png and b/asset/art/animation/c02_吕萍_坐着站起来/2.png differ diff --git a/asset/art/animation/c02_吕萍_坐着站起来/2.png.import b/asset/art/animation/c02_吕萍_坐着站起来/2.png.import index f426dc5d..2ccadd1b 100644 --- a/asset/art/animation/c02_吕萍_坐着站起来/2.png.import +++ b/asset/art/animation/c02_吕萍_坐着站起来/2.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://do4rbf4xyt8pl" +uid="uid://blsv6hwt61y6j" path="res://.godot/imported/2.png-d5ef03783e039800b2d24add30c476b6.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_坐着站起来/3.png b/asset/art/animation/c02_吕萍_坐着站起来/3.png old mode 100755 new mode 100644 index 09a34ccf..b8580cd9 Binary files a/asset/art/animation/c02_吕萍_坐着站起来/3.png and b/asset/art/animation/c02_吕萍_坐着站起来/3.png differ diff --git a/asset/art/animation/c02_吕萍_坐着站起来/3.png.import b/asset/art/animation/c02_吕萍_坐着站起来/3.png.import index b53d5414..0d94baac 100644 --- a/asset/art/animation/c02_吕萍_坐着站起来/3.png.import +++ b/asset/art/animation/c02_吕萍_坐着站起来/3.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cp0pr61u1r15e" +uid="uid://eseakw6bvllh" path="res://.godot/imported/3.png-154884d1764bca028b08dee145f9be09.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_坐着站起来/4.png b/asset/art/animation/c02_吕萍_坐着站起来/4.png old mode 100755 new mode 100644 index 745e6b8b..cba7bd0e Binary files a/asset/art/animation/c02_吕萍_坐着站起来/4.png and b/asset/art/animation/c02_吕萍_坐着站起来/4.png differ diff --git a/asset/art/animation/c02_吕萍_坐着站起来/4.png.import b/asset/art/animation/c02_吕萍_坐着站起来/4.png.import index f98592e4..8e03cf9d 100644 --- a/asset/art/animation/c02_吕萍_坐着站起来/4.png.import +++ b/asset/art/animation/c02_吕萍_坐着站起来/4.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cbffyxm6aw8r" +uid="uid://8soq2th62in1" path="res://.godot/imported/4.png-c3d03c98d2d9966f192445ba38f52440.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_坐着站起来/5.png b/asset/art/animation/c02_吕萍_坐着站起来/5.png old mode 100755 new mode 100644 index 50847b8c..46e3eb03 Binary files a/asset/art/animation/c02_吕萍_坐着站起来/5.png and b/asset/art/animation/c02_吕萍_坐着站起来/5.png differ diff --git a/asset/art/animation/c02_吕萍_坐着站起来/5.png.import b/asset/art/animation/c02_吕萍_坐着站起来/5.png.import index dbeeb782..3fecb0a5 100644 --- a/asset/art/animation/c02_吕萍_坐着站起来/5.png.import +++ b/asset/art/animation/c02_吕萍_坐着站起来/5.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bk7hridwwgnru" +uid="uid://dm4ahmkxid72l" path="res://.godot/imported/5.png-ac83990f9d82cfdd0c4f998a96ef26a2.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_坐着站起来/6.png b/asset/art/animation/c02_吕萍_坐着站起来/6.png old mode 100755 new mode 100644 index b6666515..d5f23bc4 Binary files a/asset/art/animation/c02_吕萍_坐着站起来/6.png and b/asset/art/animation/c02_吕萍_坐着站起来/6.png differ diff --git a/asset/art/animation/c02_吕萍_坐着站起来/6.png.import b/asset/art/animation/c02_吕萍_坐着站起来/6.png.import index b006b0d4..3946a0fe 100644 --- a/asset/art/animation/c02_吕萍_坐着站起来/6.png.import +++ b/asset/art/animation/c02_吕萍_坐着站起来/6.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://belgrjdscp754" +uid="uid://balno1w14oo1y" path="res://.godot/imported/6.png-1d3acf75f5ed958e3bb7842f289b4226.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_坐着站起来/7.png b/asset/art/animation/c02_吕萍_坐着站起来/7.png old mode 100755 new mode 100644 index 03e22e87..d59ff64a Binary files a/asset/art/animation/c02_吕萍_坐着站起来/7.png and b/asset/art/animation/c02_吕萍_坐着站起来/7.png differ diff --git a/asset/art/animation/c02_吕萍_坐着站起来/7.png.import b/asset/art/animation/c02_吕萍_坐着站起来/7.png.import index b235487a..de6231fb 100644 --- a/asset/art/animation/c02_吕萍_坐着站起来/7.png.import +++ b/asset/art/animation/c02_吕萍_坐着站起来/7.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://ceugv2sdt4lol" +uid="uid://de4gqbxq1whac" path="res://.godot/imported/7.png-3a51c23615c6efb063a34711df3ec563.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_坐着站起来/8.png b/asset/art/animation/c02_吕萍_坐着站起来/8.png deleted file mode 100755 index b3e6da02..00000000 Binary files a/asset/art/animation/c02_吕萍_坐着站起来/8.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/0.png b/asset/art/animation/c02_吕萍_头痛蹲下/0.png new file mode 100644 index 00000000..55d5b0b1 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下/0.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/0.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/0.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/0.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下/0.png.import index 0a1d29a2..0c08a1c8 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/0.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下/0.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bju8impgf05r8" -path="res://.godot/imported/0.png-7a8bba88bbb92ebce458dfa5407597f8.ctex" +uid="uid://cvmrtr3kjjdcq" +path="res://.godot/imported/0.png-a286198775613a15e497a5ad26622232.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/0.png" -dest_files=["res://.godot/imported/0.png-7a8bba88bbb92ebce458dfa5407597f8.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/0.png" +dest_files=["res://.godot/imported/0.png-a286198775613a15e497a5ad26622232.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/1.png b/asset/art/animation/c02_吕萍_头痛蹲下/1.png new file mode 100644 index 00000000..74bee0aa Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下/1.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/7.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/1.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/小蝶探头/7.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下/1.png.import index ed8af8bd..e73548c8 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/7.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下/1.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dvqumaxdfrdf1" -path="res://.godot/imported/7.png-7672331fcf8eafbef469d18acad4c247.ctex" +uid="uid://bivohsul3yej6" +path="res://.godot/imported/1.png-b2b2deb24ea7edf081695114df809747.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/7.png" -dest_files=["res://.godot/imported/7.png-7672331fcf8eafbef469d18acad4c247.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/1.png" +dest_files=["res://.godot/imported/1.png-b2b2deb24ea7edf081695114df809747.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/10.png b/asset/art/animation/c02_吕萍_头痛蹲下/10.png new file mode 100644 index 00000000..a3a6702f Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下/10.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/10.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/10.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/10.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下/10.png.import index 4d050ca7..32293a0f 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/10.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下/10.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dfqf3u03lmd0y" -path="res://.godot/imported/10.png-222db1a6d604d3ed655bd0702950b180.ctex" +uid="uid://drbfy7w3uq5pp" +path="res://.godot/imported/10.png-0a2ae4d894b85436fdd44d42c20bb648.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/10.png" -dest_files=["res://.godot/imported/10.png-222db1a6d604d3ed655bd0702950b180.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/10.png" +dest_files=["res://.godot/imported/10.png-0a2ae4d894b85436fdd44d42c20bb648.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/11.png b/asset/art/animation/c02_吕萍_头痛蹲下/11.png new file mode 100644 index 00000000..ef358c01 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下/11.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/11.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/11.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/11.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下/11.png.import index d44d0a8a..62141053 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/11.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下/11.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://b5jc1l62ge5c" -path="res://.godot/imported/11.png-7da217e5849ef44ab398a5c97053e718.ctex" +uid="uid://be4rrndf4j1ar" +path="res://.godot/imported/11.png-b38d36f6140771f8ef168f3b3a728fea.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/11.png" -dest_files=["res://.godot/imported/11.png-7da217e5849ef44ab398a5c97053e718.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/11.png" +dest_files=["res://.godot/imported/11.png-b38d36f6140771f8ef168f3b3a728fea.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/12.png b/asset/art/animation/c02_吕萍_头痛蹲下/12.png new file mode 100644 index 00000000..540da381 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下/12.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/12.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/12.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/12.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下/12.png.import index 98d97735..4aff0501 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/12.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下/12.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dft38ydqpr658" -path="res://.godot/imported/12.png-89ab23590bf054cadd9f09783167592a.ctex" +uid="uid://bws5bsutsmlt6" +path="res://.godot/imported/12.png-68049fd9a743b39c8762d3410ae2f2a3.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/12.png" -dest_files=["res://.godot/imported/12.png-89ab23590bf054cadd9f09783167592a.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/12.png" +dest_files=["res://.godot/imported/12.png-68049fd9a743b39c8762d3410ae2f2a3.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/13.png b/asset/art/animation/c02_吕萍_头痛蹲下/13.png new file mode 100644 index 00000000..1c4510c1 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下/13.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/13.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/13.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/13.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下/13.png.import index 23c288f9..35cff5c1 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/13.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下/13.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://ba1mhemunvedy" -path="res://.godot/imported/13.png-c6e70314e653c33e1285d8cbbc05632c.ctex" +uid="uid://d3mpfhy7nsc6h" +path="res://.godot/imported/13.png-87b5674572a96ca20f67e8bee21fef82.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/13.png" -dest_files=["res://.godot/imported/13.png-c6e70314e653c33e1285d8cbbc05632c.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/13.png" +dest_files=["res://.godot/imported/13.png-87b5674572a96ca20f67e8bee21fef82.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/14.png b/asset/art/animation/c02_吕萍_头痛蹲下/14.png new file mode 100644 index 00000000..5f39c6bd Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下/14.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/14.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/14.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/14.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下/14.png.import index c9649811..61a3fbdd 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/14.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下/14.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cgbyi48m276lc" -path="res://.godot/imported/14.png-077776413b608243b960dddb69bd1a8e.ctex" +uid="uid://dfnac21o2pucu" +path="res://.godot/imported/14.png-46abad30339f241675faf932f3bc908c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/14.png" -dest_files=["res://.godot/imported/14.png-077776413b608243b960dddb69bd1a8e.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/14.png" +dest_files=["res://.godot/imported/14.png-46abad30339f241675faf932f3bc908c.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/15.png b/asset/art/animation/c02_吕萍_头痛蹲下/15.png new file mode 100644 index 00000000..aaaa44db Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下/15.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/15.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/15.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/15.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下/15.png.import index cc035506..52573873 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/15.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下/15.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dlogrkbnxu26d" -path="res://.godot/imported/15.png-9745796a104e8767b4d42da5e5fd0532.ctex" +uid="uid://dwv07uvdqpeo8" +path="res://.godot/imported/15.png-a0e4f4955556a3ca13f97ef187d258e4.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/15.png" -dest_files=["res://.godot/imported/15.png-9745796a104e8767b4d42da5e5fd0532.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/15.png" +dest_files=["res://.godot/imported/15.png-a0e4f4955556a3ca13f97ef187d258e4.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/2.png b/asset/art/animation/c02_吕萍_头痛蹲下/2.png new file mode 100644 index 00000000..891e8e1e Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下/2.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/2.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/2.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/2.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下/2.png.import index dc0c841a..0b72397e 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/2.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下/2.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://up8ktct3r3ao" -path="res://.godot/imported/2.png-df01951019b27300571b92daf7acb344.ctex" +uid="uid://bgkw76n821lhq" +path="res://.godot/imported/2.png-87b71bb0ace9d8c6cbe2c763c6600d53.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/2.png" -dest_files=["res://.godot/imported/2.png-df01951019b27300571b92daf7acb344.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/2.png" +dest_files=["res://.godot/imported/2.png-87b71bb0ace9d8c6cbe2c763c6600d53.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/3.png b/asset/art/animation/c02_吕萍_头痛蹲下/3.png new file mode 100644 index 00000000..864388b1 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下/3.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/3.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/3.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/3.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下/3.png.import index b6e2181b..068a2d0a 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/3.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下/3.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://d3u44u7uhjpnl" -path="res://.godot/imported/3.png-7debe8ca278e5d3577951773b7a254af.ctex" +uid="uid://ceuqqjts6lpjk" +path="res://.godot/imported/3.png-fbad973a3ce4f3f556e96c177ff02870.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/3.png" -dest_files=["res://.godot/imported/3.png-7debe8ca278e5d3577951773b7a254af.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/3.png" +dest_files=["res://.godot/imported/3.png-fbad973a3ce4f3f556e96c177ff02870.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/4.png b/asset/art/animation/c02_吕萍_头痛蹲下/4.png new file mode 100644 index 00000000..e09dccbb Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下/4.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/4.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/4.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/4.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下/4.png.import index b23a5e62..66f26619 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/4.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下/4.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cc73q5d1gvlug" -path="res://.godot/imported/4.png-14f083d9b6e1ba533984cc8be70583ba.ctex" +uid="uid://cl48d7gs4rnpi" +path="res://.godot/imported/4.png-a0f80a5f910a386fb59f85ea0c9894e6.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/4.png" -dest_files=["res://.godot/imported/4.png-14f083d9b6e1ba533984cc8be70583ba.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/4.png" +dest_files=["res://.godot/imported/4.png-a0f80a5f910a386fb59f85ea0c9894e6.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/5.png b/asset/art/animation/c02_吕萍_头痛蹲下/5.png new file mode 100644 index 00000000..864388b1 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下/5.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/5.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/5.png.import new file mode 100644 index 00000000..0a3cd895 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下/5.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cwsow7ax2bdcq" +path="res://.godot/imported/5.png-89b2994e65ebe13372c5b134509a66a0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/5.png" +dest_files=["res://.godot/imported/5.png-89b2994e65ebe13372c5b134509a66a0.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/6.png b/asset/art/animation/c02_吕萍_头痛蹲下/6.png new file mode 100644 index 00000000..cd06ecdb Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下/6.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/6.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/6.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/6.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下/6.png.import index 729efcae..204b7c9a 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/6.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下/6.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://g32y0ii8m3sn" -path="res://.godot/imported/6.png-66be3ab112e7a0fa7b783f018409ef0a.ctex" +uid="uid://db5puxtmjs3ov" +path="res://.godot/imported/6.png-d94621ca86d387744234fe13b75660ea.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/6.png" -dest_files=["res://.godot/imported/6.png-66be3ab112e7a0fa7b783f018409ef0a.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/6.png" +dest_files=["res://.godot/imported/6.png-d94621ca86d387744234fe13b75660ea.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/7.png b/asset/art/animation/c02_吕萍_头痛蹲下/7.png new file mode 100644 index 00000000..79b400a3 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下/7.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/7.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/7.png.import new file mode 100644 index 00000000..22e85388 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下/7.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dou8n3dw2w42h" +path="res://.godot/imported/7.png-a976f2d344b9ed9cc662048c707118ab.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/7.png" +dest_files=["res://.godot/imported/7.png-a976f2d344b9ed9cc662048c707118ab.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/8.png b/asset/art/animation/c02_吕萍_头痛蹲下/8.png new file mode 100644 index 00000000..62a74da4 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下/8.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/8.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/8.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/8.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下/8.png.import index 1eeac321..0470b610 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/8.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下/8.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dnegi507rsic5" -path="res://.godot/imported/8.png-e5dd20372ed3d98cb14709df6c880fbc.ctex" +uid="uid://bx5u30gwxwq8l" +path="res://.godot/imported/8.png-1bce41ab7f1898fefda488d4be14f3c9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/8.png" -dest_files=["res://.godot/imported/8.png-e5dd20372ed3d98cb14709df6c880fbc.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/8.png" +dest_files=["res://.godot/imported/8.png-1bce41ab7f1898fefda488d4be14f3c9.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/9.png b/asset/art/animation/c02_吕萍_头痛蹲下/9.png new file mode 100644 index 00000000..32f428dd Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下/9.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/9.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/9.png.import new file mode 100644 index 00000000..65f49762 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下/9.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ci6wvxia34q67" +path="res://.godot/imported/9.png-520144eb152bde6b64e3e690fb25df6f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/9.png" +dest_files=["res://.godot/imported/9.png-520144eb152bde6b64e3e690fb25df6f.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下1.png b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下1.png deleted file mode 100755 index 6d50563b..00000000 Binary files a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下1.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下1.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下1.png.import deleted file mode 100644 index a01ab1f1..00000000 --- a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cfo3216n87iiq" -path="res://.godot/imported/吕萍-头痛蹲下1.png-f5956a31e6407aad8f7136cb0a7f37a1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下1.png" -dest_files=["res://.godot/imported/吕萍-头痛蹲下1.png-f5956a31e6407aad8f7136cb0a7f37a1.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下10.png b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下10.png deleted file mode 100755 index 09a9c9c0..00000000 Binary files a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下10.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下10.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下10.png.import deleted file mode 100644 index 705806ea..00000000 --- a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下10.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b7fnlyrq3sjkm" -path="res://.godot/imported/吕萍-头痛蹲下10.png-aacd1c29f8abf46ee64b2c82f6e27f1b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下10.png" -dest_files=["res://.godot/imported/吕萍-头痛蹲下10.png-aacd1c29f8abf46ee64b2c82f6e27f1b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下11.png b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下11.png deleted file mode 100755 index 4cc0d995..00000000 Binary files a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下11.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下11.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下11.png.import deleted file mode 100644 index 49b04a23..00000000 --- a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下11.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dnocokkjfvow1" -path="res://.godot/imported/吕萍-头痛蹲下11.png-c232272339518ad160a1c632a4a263e1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下11.png" -dest_files=["res://.godot/imported/吕萍-头痛蹲下11.png-c232272339518ad160a1c632a4a263e1.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下12.png b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下12.png deleted file mode 100755 index 974bcdc0..00000000 Binary files a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下12.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下12.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下12.png.import deleted file mode 100644 index 85e8e55a..00000000 --- a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下12.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://1r4yw8h147bf" -path="res://.godot/imported/吕萍-头痛蹲下12.png-dcf1b1d43f5b98da2c8d0e26a6710872.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下12.png" -dest_files=["res://.godot/imported/吕萍-头痛蹲下12.png-dcf1b1d43f5b98da2c8d0e26a6710872.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下13.png b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下13.png deleted file mode 100755 index acafb78a..00000000 Binary files a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下13.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下13.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下13.png.import deleted file mode 100644 index c45e745e..00000000 --- a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下13.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b0i2o818pholm" -path="res://.godot/imported/吕萍-头痛蹲下13.png-a16e0f74ee0472d419633c1a7425cca7.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下13.png" -dest_files=["res://.godot/imported/吕萍-头痛蹲下13.png-a16e0f74ee0472d419633c1a7425cca7.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下14.png b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下14.png deleted file mode 100755 index 347d7605..00000000 Binary files a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下14.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下14.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下14.png.import deleted file mode 100644 index 4e82ddc9..00000000 --- a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下14.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dv6svjbumo18n" -path="res://.godot/imported/吕萍-头痛蹲下14.png-f5c0c8c9d65efc96aaf124862e7635ee.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下14.png" -dest_files=["res://.godot/imported/吕萍-头痛蹲下14.png-f5c0c8c9d65efc96aaf124862e7635ee.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下15.png b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下15.png deleted file mode 100755 index 1679f3cf..00000000 Binary files a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下15.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下15.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下15.png.import deleted file mode 100644 index 48cb31ae..00000000 --- a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下15.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://vmiblgmkdg61" -path="res://.godot/imported/吕萍-头痛蹲下15.png-b4e5871eb24f26321b11580181fb31a6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下15.png" -dest_files=["res://.godot/imported/吕萍-头痛蹲下15.png-b4e5871eb24f26321b11580181fb31a6.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下16.png b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下16.png deleted file mode 100755 index 8e9f020e..00000000 Binary files a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下16.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下16.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下16.png.import deleted file mode 100644 index 3083f195..00000000 --- a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下16.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c0qonpe0kfxqs" -path="res://.godot/imported/吕萍-头痛蹲下16.png-727746756cb96428e17786972293fa0f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下16.png" -dest_files=["res://.godot/imported/吕萍-头痛蹲下16.png-727746756cb96428e17786972293fa0f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下17.png b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下17.png deleted file mode 100755 index 1976c9f2..00000000 Binary files a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下17.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下17.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下17.png.import deleted file mode 100644 index 5368e85a..00000000 --- a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下17.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://qr1t8yjg4ala" -path="res://.godot/imported/吕萍-头痛蹲下17.png-432476411e8bc7abd76a1ed57c36abe4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下17.png" -dest_files=["res://.godot/imported/吕萍-头痛蹲下17.png-432476411e8bc7abd76a1ed57c36abe4.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下2.png b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下2.png deleted file mode 100755 index a5c1016d..00000000 Binary files a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下2.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下2.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下2.png.import deleted file mode 100644 index 5e7ca133..00000000 --- a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下2.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://da5jv2xqnmoi" -path="res://.godot/imported/吕萍-头痛蹲下2.png-5f09f38b0ecaed8779f3c05f815e6295.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下2.png" -dest_files=["res://.godot/imported/吕萍-头痛蹲下2.png-5f09f38b0ecaed8779f3c05f815e6295.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下3.png b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下3.png deleted file mode 100755 index a69b6b25..00000000 Binary files a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下3.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下3.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下3.png.import deleted file mode 100644 index 74512e64..00000000 --- a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://kpgf5mfylfik" -path="res://.godot/imported/吕萍-头痛蹲下3.png-5f72800f7bb67498d4cd3dbf58871553.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下3.png" -dest_files=["res://.godot/imported/吕萍-头痛蹲下3.png-5f72800f7bb67498d4cd3dbf58871553.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下4.png b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下4.png deleted file mode 100755 index d328440a..00000000 Binary files a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下4.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下4.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下4.png.import deleted file mode 100644 index 9c0ab816..00000000 --- a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下4.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ir1wpswt6pbs" -path="res://.godot/imported/吕萍-头痛蹲下4.png-51e8163e456b0448a362090164c82936.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下4.png" -dest_files=["res://.godot/imported/吕萍-头痛蹲下4.png-51e8163e456b0448a362090164c82936.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下5.png b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下5.png deleted file mode 100755 index 54ee02f1..00000000 Binary files a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下5.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下5.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下5.png.import deleted file mode 100644 index 8301b9de..00000000 --- a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下5.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://1ju4p56s824c" -path="res://.godot/imported/吕萍-头痛蹲下5.png-6a1524bbadb582d44b1f9cd694cd16a7.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下5.png" -dest_files=["res://.godot/imported/吕萍-头痛蹲下5.png-6a1524bbadb582d44b1f9cd694cd16a7.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下6.png b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下6.png deleted file mode 100755 index d328440a..00000000 Binary files a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下6.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下6.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下6.png.import deleted file mode 100644 index 9db44744..00000000 --- a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下6.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://csdul6tq1isd2" -path="res://.godot/imported/吕萍-头痛蹲下6.png-79a3f813da2f25bbcff522bdaae07f75.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下6.png" -dest_files=["res://.godot/imported/吕萍-头痛蹲下6.png-79a3f813da2f25bbcff522bdaae07f75.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下7.png b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下7.png deleted file mode 100755 index 18fa132e..00000000 Binary files a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下7.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下7.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下7.png.import deleted file mode 100644 index 66d622dd..00000000 --- a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下7.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://tdxxo1bbhvjn" -path="res://.godot/imported/吕萍-头痛蹲下7.png-f43f0964e8b4af38d01e8876777ab0b4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下7.png" -dest_files=["res://.godot/imported/吕萍-头痛蹲下7.png-f43f0964e8b4af38d01e8876777ab0b4.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下8.png b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下8.png deleted file mode 100755 index 2372bb1e..00000000 Binary files a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下8.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下8.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下8.png.import deleted file mode 100644 index 4d36352a..00000000 --- a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下8.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dbmn441lcfu01" -path="res://.godot/imported/吕萍-头痛蹲下8.png-63799d5a8b383a59374065a884738964.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下8.png" -dest_files=["res://.godot/imported/吕萍-头痛蹲下8.png-63799d5a8b383a59374065a884738964.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下9.png b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下9.png deleted file mode 100755 index b705f4ae..00000000 Binary files a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下9.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下9.png.import b/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下9.png.import deleted file mode 100644 index 53a81231..00000000 --- a/asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下9.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bvfyid3ymv54d" -path="res://.godot/imported/吕萍-头痛蹲下9.png-e0a53ace4f4835c97142c32bb952626e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下9.png" -dest_files=["res://.godot/imported/吕萍-头痛蹲下9.png-e0a53ace4f4835c97142c32bb952626e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下呼吸/0.png b/asset/art/animation/c02_吕萍_头痛蹲下呼吸/0.png new file mode 100644 index 00000000..aaaa44db Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下呼吸/0.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下呼吸/0.png.import b/asset/art/animation/c02_吕萍_头痛蹲下呼吸/0.png.import new file mode 100644 index 00000000..53204d1d --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下呼吸/0.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ly34bnnm2e5w" +path="res://.godot/imported/0.png-5f6b3d0034465643a19b0a3142d36f24.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下呼吸/0.png" +dest_files=["res://.godot/imported/0.png-5f6b3d0034465643a19b0a3142d36f24.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_头痛蹲下呼吸/1.png b/asset/art/animation/c02_吕萍_头痛蹲下呼吸/1.png new file mode 100644 index 00000000..554fe7e9 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下呼吸/1.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下呼吸/1.png.import b/asset/art/animation/c02_吕萍_头痛蹲下呼吸/1.png.import new file mode 100644 index 00000000..0adab495 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下呼吸/1.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://48bka6qmmej3" +path="res://.godot/imported/1.png-b3036dabe9c72485c06c54f6f18b3290.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下呼吸/1.png" +dest_files=["res://.godot/imported/1.png-b3036dabe9c72485c06c54f6f18b3290.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/1.png b/asset/art/animation/c02_吕萍_柜前被吓到后退/1.png deleted file mode 100755 index 2f7e3f0a..00000000 Binary files a/asset/art/animation/c02_吕萍_柜前被吓到后退/1.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/2 - 副本 (2).png b/asset/art/animation/c02_吕萍_柜前被吓到后退/2 - 副本 (2).png deleted file mode 100755 index b96e099e..00000000 Binary files a/asset/art/animation/c02_吕萍_柜前被吓到后退/2 - 副本 (2).png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/2 - 副本 (2).png.import b/asset/art/animation/c02_吕萍_柜前被吓到后退/2 - 副本 (2).png.import deleted file mode 100644 index 2c31b575..00000000 --- a/asset/art/animation/c02_吕萍_柜前被吓到后退/2 - 副本 (2).png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b7o1si68t71kl" -path="res://.godot/imported/2 - 副本 (2).png-0de69909ffc8c4ced649b5f41ce6e869.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_柜前被吓到后退/2 - 副本 (2).png" -dest_files=["res://.godot/imported/2 - 副本 (2).png-0de69909ffc8c4ced649b5f41ce6e869.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/2 - 副本.png b/asset/art/animation/c02_吕萍_柜前被吓到后退/2 - 副本.png deleted file mode 100755 index b96e099e..00000000 Binary files a/asset/art/animation/c02_吕萍_柜前被吓到后退/2 - 副本.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/2 - 副本.png.import b/asset/art/animation/c02_吕萍_柜前被吓到后退/2 - 副本.png.import deleted file mode 100644 index 96d518b7..00000000 --- a/asset/art/animation/c02_吕萍_柜前被吓到后退/2 - 副本.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bpcgjkglmq5lf" -path="res://.godot/imported/2 - 副本.png-5114ebbb6782c20f4e2074e0ea8cd299.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_柜前被吓到后退/2 - 副本.png" -dest_files=["res://.godot/imported/2 - 副本.png-5114ebbb6782c20f4e2074e0ea8cd299.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/2.png b/asset/art/animation/c02_吕萍_柜前被吓到后退/2.png deleted file mode 100755 index b96e099e..00000000 Binary files a/asset/art/animation/c02_吕萍_柜前被吓到后退/2.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/3 - 副本.png b/asset/art/animation/c02_吕萍_柜前被吓到后退/3 - 副本.png deleted file mode 100755 index c81f7488..00000000 Binary files a/asset/art/animation/c02_吕萍_柜前被吓到后退/3 - 副本.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/3 - 副本.png.import b/asset/art/animation/c02_吕萍_柜前被吓到后退/3 - 副本.png.import deleted file mode 100644 index 2ca99965..00000000 --- a/asset/art/animation/c02_吕萍_柜前被吓到后退/3 - 副本.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://p2ybwf1o7oln" -path="res://.godot/imported/3 - 副本.png-117500624b94a8d36908f7ba770bcadc.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_柜前被吓到后退/3 - 副本.png" -dest_files=["res://.godot/imported/3 - 副本.png-117500624b94a8d36908f7ba770bcadc.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/3.png b/asset/art/animation/c02_吕萍_柜前被吓到后退/3.png deleted file mode 100755 index c81f7488..00000000 Binary files a/asset/art/animation/c02_吕萍_柜前被吓到后退/3.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/3.png.import b/asset/art/animation/c02_吕萍_柜前被吓到后退/3.png.import deleted file mode 100644 index 84958dd0..00000000 --- a/asset/art/animation/c02_吕萍_柜前被吓到后退/3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dap6oa6y5pw8h" -path="res://.godot/imported/3.png-4aa656348dcbf69781b2e4f8f32e8122.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_柜前被吓到后退/3.png" -dest_files=["res://.godot/imported/3.png-4aa656348dcbf69781b2e4f8f32e8122.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/4 - 副本.png b/asset/art/animation/c02_吕萍_柜前被吓到后退/4 - 副本.png deleted file mode 100755 index 04947104..00000000 Binary files a/asset/art/animation/c02_吕萍_柜前被吓到后退/4 - 副本.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/4 - 副本.png.import b/asset/art/animation/c02_吕萍_柜前被吓到后退/4 - 副本.png.import deleted file mode 100644 index b936f116..00000000 --- a/asset/art/animation/c02_吕萍_柜前被吓到后退/4 - 副本.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dbgxfvdkryu6x" -path="res://.godot/imported/4 - 副本.png-fc3a31ba8d6f6ca944e7c7b9acfc7196.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_柜前被吓到后退/4 - 副本.png" -dest_files=["res://.godot/imported/4 - 副本.png-fc3a31ba8d6f6ca944e7c7b9acfc7196.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/4.png b/asset/art/animation/c02_吕萍_柜前被吓到后退/4.png deleted file mode 100755 index 04947104..00000000 Binary files a/asset/art/animation/c02_吕萍_柜前被吓到后退/4.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/4.png.import b/asset/art/animation/c02_吕萍_柜前被吓到后退/4.png.import deleted file mode 100644 index f09830d2..00000000 --- a/asset/art/animation/c02_吕萍_柜前被吓到后退/4.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cyupi333h711d" -path="res://.godot/imported/4.png-c9a1c34dbcce1603e50f010415478477.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_柜前被吓到后退/4.png" -dest_files=["res://.godot/imported/4.png-c9a1c34dbcce1603e50f010415478477.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/5 - 副本 (2).png b/asset/art/animation/c02_吕萍_柜前被吓到后退/5 - 副本 (2).png deleted file mode 100755 index 9f1c5142..00000000 Binary files a/asset/art/animation/c02_吕萍_柜前被吓到后退/5 - 副本 (2).png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/5 - 副本 (2).png.import b/asset/art/animation/c02_吕萍_柜前被吓到后退/5 - 副本 (2).png.import deleted file mode 100644 index b46a8331..00000000 --- a/asset/art/animation/c02_吕萍_柜前被吓到后退/5 - 副本 (2).png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c7pwyx3p8j2nh" -path="res://.godot/imported/5 - 副本 (2).png-c45f31003f00d94a4c2607379c3da30c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_柜前被吓到后退/5 - 副本 (2).png" -dest_files=["res://.godot/imported/5 - 副本 (2).png-c45f31003f00d94a4c2607379c3da30c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/5 - 副本.png b/asset/art/animation/c02_吕萍_柜前被吓到后退/5 - 副本.png deleted file mode 100755 index 9f1c5142..00000000 Binary files a/asset/art/animation/c02_吕萍_柜前被吓到后退/5 - 副本.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/5 - 副本.png.import b/asset/art/animation/c02_吕萍_柜前被吓到后退/5 - 副本.png.import deleted file mode 100644 index 11505b37..00000000 --- a/asset/art/animation/c02_吕萍_柜前被吓到后退/5 - 副本.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c4xms3358s5i0" -path="res://.godot/imported/5 - 副本.png-ab78a1a3daaa0fecf8b8e5c5d16b3201.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_柜前被吓到后退/5 - 副本.png" -dest_files=["res://.godot/imported/5 - 副本.png-ab78a1a3daaa0fecf8b8e5c5d16b3201.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/5.png b/asset/art/animation/c02_吕萍_柜前被吓到后退/5.png deleted file mode 100755 index 9f1c5142..00000000 Binary files a/asset/art/animation/c02_吕萍_柜前被吓到后退/5.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/5.png.import b/asset/art/animation/c02_吕萍_柜前被吓到后退/5.png.import deleted file mode 100644 index 5f3fc885..00000000 --- a/asset/art/animation/c02_吕萍_柜前被吓到后退/5.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cvt3gh1oo255v" -path="res://.godot/imported/5.png-cf71a0e425cb438cd09de5e90a0dd8c9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_柜前被吓到后退/5.png" -dest_files=["res://.godot/imported/5.png-cf71a0e425cb438cd09de5e90a0dd8c9.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/6 - 副本.png b/asset/art/animation/c02_吕萍_柜前被吓到后退/6 - 副本.png deleted file mode 100755 index 6329eb97..00000000 Binary files a/asset/art/animation/c02_吕萍_柜前被吓到后退/6 - 副本.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/6 - 副本.png.import b/asset/art/animation/c02_吕萍_柜前被吓到后退/6 - 副本.png.import deleted file mode 100644 index 1423b118..00000000 --- a/asset/art/animation/c02_吕萍_柜前被吓到后退/6 - 副本.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d3cy0wkpe3thc" -path="res://.godot/imported/6 - 副本.png-5c4be9b2cbd0cf26ba6d9657e81ea9cc.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_柜前被吓到后退/6 - 副本.png" -dest_files=["res://.godot/imported/6 - 副本.png-5c4be9b2cbd0cf26ba6d9657e81ea9cc.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/6.png b/asset/art/animation/c02_吕萍_柜前被吓到后退/6.png deleted file mode 100755 index 6329eb97..00000000 Binary files a/asset/art/animation/c02_吕萍_柜前被吓到后退/6.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/7 - 副本.png b/asset/art/animation/c02_吕萍_柜前被吓到后退/7 - 副本.png deleted file mode 100755 index e2a1d3c2..00000000 Binary files a/asset/art/animation/c02_吕萍_柜前被吓到后退/7 - 副本.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/7 - 副本.png.import b/asset/art/animation/c02_吕萍_柜前被吓到后退/7 - 副本.png.import deleted file mode 100644 index 892cf412..00000000 --- a/asset/art/animation/c02_吕萍_柜前被吓到后退/7 - 副本.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://y8tlib6kyny6" -path="res://.godot/imported/7 - 副本.png-1ff67de189f34832ec6322c778c637a5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_柜前被吓到后退/7 - 副本.png" -dest_files=["res://.godot/imported/7 - 副本.png-1ff67de189f34832ec6322c778c637a5.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/7.png b/asset/art/animation/c02_吕萍_柜前被吓到后退/7.png deleted file mode 100755 index e2a1d3c2..00000000 Binary files a/asset/art/animation/c02_吕萍_柜前被吓到后退/7.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/7.png.import b/asset/art/animation/c02_吕萍_柜前被吓到后退/7.png.import deleted file mode 100644 index f021259f..00000000 --- a/asset/art/animation/c02_吕萍_柜前被吓到后退/7.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bs117fcr85ml2" -path="res://.godot/imported/7.png-c3c6a934783bcf7f3e6d20bbba1c38d1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_柜前被吓到后退/7.png" -dest_files=["res://.godot/imported/7.png-c3c6a934783bcf7f3e6d20bbba1c38d1.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/8.png b/asset/art/animation/c02_吕萍_柜前被吓到后退/8.png deleted file mode 100755 index 38c924aa..00000000 Binary files a/asset/art/animation/c02_吕萍_柜前被吓到后退/8.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/8.png.import b/asset/art/animation/c02_吕萍_柜前被吓到后退/8.png.import deleted file mode 100644 index 2b34613b..00000000 --- a/asset/art/animation/c02_吕萍_柜前被吓到后退/8.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dnsuacvg8kfvm" -path="res://.godot/imported/8.png-2dcd139999afd00bcc2302d25aed3904.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_柜前被吓到后退/8.png" -dest_files=["res://.godot/imported/8.png-2dcd139999afd00bcc2302d25aed3904.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/9(呼吸帧).png b/asset/art/animation/c02_吕萍_柜前被吓到后退/9(呼吸帧).png deleted file mode 100755 index aecd81c8..00000000 Binary files a/asset/art/animation/c02_吕萍_柜前被吓到后退/9(呼吸帧).png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/9(呼吸帧).png.import b/asset/art/animation/c02_吕萍_柜前被吓到后退/9(呼吸帧).png.import deleted file mode 100644 index 84e443cd..00000000 --- a/asset/art/animation/c02_吕萍_柜前被吓到后退/9(呼吸帧).png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://pcnkcmb4sx8q" -path="res://.godot/imported/9(呼吸帧).png-bcede063ff250c25cea4a3f4987cf260.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_柜前被吓到后退/9(呼吸帧).png" -dest_files=["res://.godot/imported/9(呼吸帧).png-bcede063ff250c25cea4a3f4987cf260.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_爬行_idle_l/0.png b/asset/art/animation/c02_吕萍_爬行_idle_l/0.png new file mode 100644 index 00000000..81c03871 Binary files /dev/null and b/asset/art/animation/c02_吕萍_爬行_idle_l/0.png differ diff --git a/asset/art/animation/c02_吕萍_爬行_idle_l/吕萍-爬行呼吸左2.png.import b/asset/art/animation/c02_吕萍_爬行_idle_l/0.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_爬行_idle_l/吕萍-爬行呼吸左2.png.import rename to asset/art/animation/c02_吕萍_爬行_idle_l/0.png.import index 1b4ab964..28b53518 100644 --- a/asset/art/animation/c02_吕萍_爬行_idle_l/吕萍-爬行呼吸左2.png.import +++ b/asset/art/animation/c02_吕萍_爬行_idle_l/0.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://hpwxbk15p3y0" -path="res://.godot/imported/吕萍-爬行呼吸左2.png-24ae303339b25f5299bbead8a61f8769.ctex" +uid="uid://dp4sae4fkutv" +path="res://.godot/imported/0.png-d107733f64015f6e28223c8795d529a7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_爬行_idle_l/吕萍-爬行呼吸左2.png" -dest_files=["res://.godot/imported/吕萍-爬行呼吸左2.png-24ae303339b25f5299bbead8a61f8769.ctex"] +source_file="res://asset/art/animation/c02_吕萍_爬行_idle_l/0.png" +dest_files=["res://.godot/imported/0.png-d107733f64015f6e28223c8795d529a7.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_爬行_idle_l/1.png b/asset/art/animation/c02_吕萍_爬行_idle_l/1.png new file mode 100644 index 00000000..9459656d Binary files /dev/null and b/asset/art/animation/c02_吕萍_爬行_idle_l/1.png differ diff --git a/asset/art/animation/c02_吕萍_爬行_idle_l/吕萍-爬行呼吸左1.png.import b/asset/art/animation/c02_吕萍_爬行_idle_l/1.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_爬行_idle_l/吕萍-爬行呼吸左1.png.import rename to asset/art/animation/c02_吕萍_爬行_idle_l/1.png.import index 22a485fd..8cf27ab5 100644 --- a/asset/art/animation/c02_吕萍_爬行_idle_l/吕萍-爬行呼吸左1.png.import +++ b/asset/art/animation/c02_吕萍_爬行_idle_l/1.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://di86btre3dqao" -path="res://.godot/imported/吕萍-爬行呼吸左1.png-f834acdbe3b3ddcb6422e6ab9a141cad.ctex" +uid="uid://dx80v5kfvmfti" +path="res://.godot/imported/1.png-b75b0d3e6e3ebedfc9a23a9dead6a1cd.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_爬行_idle_l/吕萍-爬行呼吸左1.png" -dest_files=["res://.godot/imported/吕萍-爬行呼吸左1.png-f834acdbe3b3ddcb6422e6ab9a141cad.ctex"] +source_file="res://asset/art/animation/c02_吕萍_爬行_idle_l/1.png" +dest_files=["res://.godot/imported/1.png-b75b0d3e6e3ebedfc9a23a9dead6a1cd.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_爬行_idle_l/吕萍-爬行呼吸左1.png b/asset/art/animation/c02_吕萍_爬行_idle_l/吕萍-爬行呼吸左1.png deleted file mode 100644 index c043763d..00000000 Binary files a/asset/art/animation/c02_吕萍_爬行_idle_l/吕萍-爬行呼吸左1.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_爬行_idle_l/吕萍-爬行呼吸左2.png b/asset/art/animation/c02_吕萍_爬行_idle_l/吕萍-爬行呼吸左2.png deleted file mode 100644 index c1dc4ea7..00000000 Binary files a/asset/art/animation/c02_吕萍_爬行_idle_l/吕萍-爬行呼吸左2.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_爬行_idle_r/0.png b/asset/art/animation/c02_吕萍_爬行_idle_r/0.png new file mode 100644 index 00000000..fee36035 Binary files /dev/null and b/asset/art/animation/c02_吕萍_爬行_idle_r/0.png differ diff --git a/asset/art/animation/c02_吕萍_爬行_idle_r/吕萍-爬行呼吸右1.png.import b/asset/art/animation/c02_吕萍_爬行_idle_r/0.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_爬行_idle_r/吕萍-爬行呼吸右1.png.import rename to asset/art/animation/c02_吕萍_爬行_idle_r/0.png.import index effb5538..8e7e0a15 100644 --- a/asset/art/animation/c02_吕萍_爬行_idle_r/吕萍-爬行呼吸右1.png.import +++ b/asset/art/animation/c02_吕萍_爬行_idle_r/0.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dc288nt8v8rpn" -path="res://.godot/imported/吕萍-爬行呼吸右1.png-319e93088cc5063a0b78d78b933c119a.ctex" +uid="uid://dsi6h2ajg1bnc" +path="res://.godot/imported/0.png-6a5d7a16354b2a81a005f25410ca31ac.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_爬行_idle_r/吕萍-爬行呼吸右1.png" -dest_files=["res://.godot/imported/吕萍-爬行呼吸右1.png-319e93088cc5063a0b78d78b933c119a.ctex"] +source_file="res://asset/art/animation/c02_吕萍_爬行_idle_r/0.png" +dest_files=["res://.godot/imported/0.png-6a5d7a16354b2a81a005f25410ca31ac.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_爬行_idle_r/1.png b/asset/art/animation/c02_吕萍_爬行_idle_r/1.png new file mode 100644 index 00000000..cf411c67 Binary files /dev/null and b/asset/art/animation/c02_吕萍_爬行_idle_r/1.png differ diff --git a/asset/art/animation/c02_吕萍_爬行_idle_r/吕萍-爬行呼吸右2.png.import b/asset/art/animation/c02_吕萍_爬行_idle_r/1.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_爬行_idle_r/吕萍-爬行呼吸右2.png.import rename to asset/art/animation/c02_吕萍_爬行_idle_r/1.png.import index ffe04c2a..dd7c7f9f 100644 --- a/asset/art/animation/c02_吕萍_爬行_idle_r/吕萍-爬行呼吸右2.png.import +++ b/asset/art/animation/c02_吕萍_爬行_idle_r/1.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dj6avtv2baju0" -path="res://.godot/imported/吕萍-爬行呼吸右2.png-7e89b6dce47a0b595f1d1d41fa701df0.ctex" +uid="uid://dadi0iosjukfs" +path="res://.godot/imported/1.png-d8d03417a69e6d99ce476357159284b4.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_爬行_idle_r/吕萍-爬行呼吸右2.png" -dest_files=["res://.godot/imported/吕萍-爬行呼吸右2.png-7e89b6dce47a0b595f1d1d41fa701df0.ctex"] +source_file="res://asset/art/animation/c02_吕萍_爬行_idle_r/1.png" +dest_files=["res://.godot/imported/1.png-d8d03417a69e6d99ce476357159284b4.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_爬行_idle_r/吕萍-爬行呼吸右1.png b/asset/art/animation/c02_吕萍_爬行_idle_r/吕萍-爬行呼吸右1.png deleted file mode 100644 index 492e2f21..00000000 Binary files a/asset/art/animation/c02_吕萍_爬行_idle_r/吕萍-爬行呼吸右1.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_爬行_idle_r/吕萍-爬行呼吸右2.png b/asset/art/animation/c02_吕萍_爬行_idle_r/吕萍-爬行呼吸右2.png deleted file mode 100644 index a4f000b3..00000000 Binary files a/asset/art/animation/c02_吕萍_爬行_idle_r/吕萍-爬行呼吸右2.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_窥视呼吸/0.png b/asset/art/animation/c02_吕萍_窥视呼吸/0.png new file mode 100644 index 00000000..38ae5987 Binary files /dev/null and b/asset/art/animation/c02_吕萍_窥视呼吸/0.png differ diff --git a/asset/art/animation/c02_吕萍_窥视呼吸/0.png.import b/asset/art/animation/c02_吕萍_窥视呼吸/0.png.import new file mode 100644 index 00000000..ad05a7b7 --- /dev/null +++ b/asset/art/animation/c02_吕萍_窥视呼吸/0.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://tmhx02bjiel1" +path="res://.godot/imported/0.png-28ebaeb174ab15ca1e7e386098dd229c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_窥视呼吸/0.png" +dest_files=["res://.godot/imported/0.png-28ebaeb174ab15ca1e7e386098dd229c.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_窥视呼吸/1.png b/asset/art/animation/c02_吕萍_窥视呼吸/1.png new file mode 100644 index 00000000..49627f90 Binary files /dev/null and b/asset/art/animation/c02_吕萍_窥视呼吸/1.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/1.png.import b/asset/art/animation/c02_吕萍_窥视呼吸/1.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/1.png.import rename to asset/art/animation/c02_吕萍_窥视呼吸/1.png.import index 41e771d2..924f024f 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/1.png.import +++ b/asset/art/animation/c02_吕萍_窥视呼吸/1.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cgjyb6rux8bio" -path="res://.godot/imported/1.png-ad0921a760f1df7aa150fbe62364eced.ctex" +uid="uid://cy7b1t8a6ngi0" +path="res://.godot/imported/1.png-303cf2de7e3a4f2a23a4b60197784139.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/1.png" -dest_files=["res://.godot/imported/1.png-ad0921a760f1df7aa150fbe62364eced.ctex"] +source_file="res://asset/art/animation/c02_吕萍_窥视呼吸/1.png" +dest_files=["res://.godot/imported/1.png-303cf2de7e3a4f2a23a4b60197784139.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_背靠起身/0.png b/asset/art/animation/c02_吕萍_背靠起身/0.png new file mode 100644 index 00000000..deb19d1b Binary files /dev/null and b/asset/art/animation/c02_吕萍_背靠起身/0.png differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/0.png.import b/asset/art/animation/c02_吕萍_背靠起身/0.png.import new file mode 100644 index 00000000..bda57104 --- /dev/null +++ b/asset/art/animation/c02_吕萍_背靠起身/0.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://celml1wi70ud" +path="res://.godot/imported/0.png-1299c9bf54bb10a2b8a4974f5f538153.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_背靠起身/0.png" +dest_files=["res://.godot/imported/0.png-1299c9bf54bb10a2b8a4974f5f538153.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/1.png b/asset/art/animation/c02_吕萍_背靠起身/1.png new file mode 100644 index 00000000..1492c898 Binary files /dev/null and b/asset/art/animation/c02_吕萍_背靠起身/1.png differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/1.png.import b/asset/art/animation/c02_吕萍_背靠起身/1.png.import new file mode 100644 index 00000000..de958006 --- /dev/null +++ b/asset/art/animation/c02_吕萍_背靠起身/1.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dug5d7o3c0hsl" +path="res://.godot/imported/1.png-2ad7eaceb21c6da056baf67ce29b1e7e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_背靠起身/1.png" +dest_files=["res://.godot/imported/1.png-2ad7eaceb21c6da056baf67ce29b1e7e.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/10.png b/asset/art/animation/c02_吕萍_背靠起身/10.png new file mode 100644 index 00000000..365db782 Binary files /dev/null and b/asset/art/animation/c02_吕萍_背靠起身/10.png differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/10.png.import b/asset/art/animation/c02_吕萍_背靠起身/10.png.import new file mode 100644 index 00000000..e0fa5fcd --- /dev/null +++ b/asset/art/animation/c02_吕萍_背靠起身/10.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cywg0jl7x86f5" +path="res://.godot/imported/10.png-4f468b3e965b23bb350eed133230d41e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_背靠起身/10.png" +dest_files=["res://.godot/imported/10.png-4f468b3e965b23bb350eed133230d41e.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/11.png b/asset/art/animation/c02_吕萍_背靠起身/11.png new file mode 100644 index 00000000..71e109b4 Binary files /dev/null and b/asset/art/animation/c02_吕萍_背靠起身/11.png differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/11.png.import b/asset/art/animation/c02_吕萍_背靠起身/11.png.import new file mode 100644 index 00000000..41c3784e --- /dev/null +++ b/asset/art/animation/c02_吕萍_背靠起身/11.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://btfhgmjefohif" +path="res://.godot/imported/11.png-dedab13c2e169d557349c7227a26018a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_背靠起身/11.png" +dest_files=["res://.godot/imported/11.png-dedab13c2e169d557349c7227a26018a.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/12.png b/asset/art/animation/c02_吕萍_背靠起身/12.png new file mode 100644 index 00000000..c29c7a85 Binary files /dev/null and b/asset/art/animation/c02_吕萍_背靠起身/12.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/22.png.import b/asset/art/animation/c02_吕萍_背靠起身/12.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/22.png.import rename to asset/art/animation/c02_吕萍_背靠起身/12.png.import index 013f454a..db7feaa8 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/22.png.import +++ b/asset/art/animation/c02_吕萍_背靠起身/12.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://kql160s7dph" -path="res://.godot/imported/22.png-4bf1e00f49cc48adcdb79c013bcebfdf.ctex" +uid="uid://c15vn3sss6wpa" +path="res://.godot/imported/12.png-6db7229ca54e00487ed01bc98239ac9a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/22.png" -dest_files=["res://.godot/imported/22.png-4bf1e00f49cc48adcdb79c013bcebfdf.ctex"] +source_file="res://asset/art/animation/c02_吕萍_背靠起身/12.png" +dest_files=["res://.godot/imported/12.png-6db7229ca54e00487ed01bc98239ac9a.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_背靠起身/13.png b/asset/art/animation/c02_吕萍_背靠起身/13.png new file mode 100644 index 00000000..4ef7ecbc Binary files /dev/null and b/asset/art/animation/c02_吕萍_背靠起身/13.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/23.png.import b/asset/art/animation/c02_吕萍_背靠起身/13.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/23.png.import rename to asset/art/animation/c02_吕萍_背靠起身/13.png.import index dfe04bb8..eb056be6 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/23.png.import +++ b/asset/art/animation/c02_吕萍_背靠起身/13.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://d0w7i1eqefflt" -path="res://.godot/imported/23.png-e95f78dc7a39b3168a61c2790f9414df.ctex" +uid="uid://dubsy0nucnxuw" +path="res://.godot/imported/13.png-5e673192863c3244a777306cbc0350c5.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/23.png" -dest_files=["res://.godot/imported/23.png-e95f78dc7a39b3168a61c2790f9414df.ctex"] +source_file="res://asset/art/animation/c02_吕萍_背靠起身/13.png" +dest_files=["res://.godot/imported/13.png-5e673192863c3244a777306cbc0350c5.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_背靠起身/14.png b/asset/art/animation/c02_吕萍_背靠起身/14.png new file mode 100644 index 00000000..97fa638b Binary files /dev/null and b/asset/art/animation/c02_吕萍_背靠起身/14.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/24.png.import b/asset/art/animation/c02_吕萍_背靠起身/14.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/24.png.import rename to asset/art/animation/c02_吕萍_背靠起身/14.png.import index 5c205501..f924445e 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/24.png.import +++ b/asset/art/animation/c02_吕萍_背靠起身/14.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bqyouv16qbeg3" -path="res://.godot/imported/24.png-ffc82b2079a78d3a6bfceb467d411084.ctex" +uid="uid://dpwciu1eu4beo" +path="res://.godot/imported/14.png-55fec2eda1736e64d07310f6da908376.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/24.png" -dest_files=["res://.godot/imported/24.png-ffc82b2079a78d3a6bfceb467d411084.ctex"] +source_file="res://asset/art/animation/c02_吕萍_背靠起身/14.png" +dest_files=["res://.godot/imported/14.png-55fec2eda1736e64d07310f6da908376.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_背靠起身/15.png b/asset/art/animation/c02_吕萍_背靠起身/15.png new file mode 100644 index 00000000..6f53a3ee Binary files /dev/null and b/asset/art/animation/c02_吕萍_背靠起身/15.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/35.png.import b/asset/art/animation/c02_吕萍_背靠起身/15.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/35.png.import rename to asset/art/animation/c02_吕萍_背靠起身/15.png.import index 18c2904d..748a0cc2 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/35.png.import +++ b/asset/art/animation/c02_吕萍_背靠起身/15.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://rcb875iwisyp" -path="res://.godot/imported/35.png-fd1fa5a84f0345e9827d14c0e4b341a0.ctex" +uid="uid://qxfc55q04hrd" +path="res://.godot/imported/15.png-c74938797bb3848625c2a31a1b8e6e8b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/35.png" -dest_files=["res://.godot/imported/35.png-fd1fa5a84f0345e9827d14c0e4b341a0.ctex"] +source_file="res://asset/art/animation/c02_吕萍_背靠起身/15.png" +dest_files=["res://.godot/imported/15.png-c74938797bb3848625c2a31a1b8e6e8b.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_背靠起身/16.png b/asset/art/animation/c02_吕萍_背靠起身/16.png new file mode 100644 index 00000000..ac90896e Binary files /dev/null and b/asset/art/animation/c02_吕萍_背靠起身/16.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/16.png.import b/asset/art/animation/c02_吕萍_背靠起身/16.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/16.png.import rename to asset/art/animation/c02_吕萍_背靠起身/16.png.import index eff6aa81..098d8e5b 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/16.png.import +++ b/asset/art/animation/c02_吕萍_背靠起身/16.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://ropw2cel73ih" -path="res://.godot/imported/16.png-5b71edac6a19b2c67c76a2c407b9768b.ctex" +uid="uid://d2nwr0t003vt" +path="res://.godot/imported/16.png-cd4d4c75035812d9ebe996153920c977.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/16.png" -dest_files=["res://.godot/imported/16.png-5b71edac6a19b2c67c76a2c407b9768b.ctex"] +source_file="res://asset/art/animation/c02_吕萍_背靠起身/16.png" +dest_files=["res://.godot/imported/16.png-cd4d4c75035812d9ebe996153920c977.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_背靠起身/2.png b/asset/art/animation/c02_吕萍_背靠起身/2.png new file mode 100644 index 00000000..924024d0 Binary files /dev/null and b/asset/art/animation/c02_吕萍_背靠起身/2.png differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/2.png.import b/asset/art/animation/c02_吕萍_背靠起身/2.png.import new file mode 100644 index 00000000..71200a20 --- /dev/null +++ b/asset/art/animation/c02_吕萍_背靠起身/2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b3x8oufo1qhgu" +path="res://.godot/imported/2.png-1997a7d11298f4fa6d279810b5d8710c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_背靠起身/2.png" +dest_files=["res://.godot/imported/2.png-1997a7d11298f4fa6d279810b5d8710c.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/3.png b/asset/art/animation/c02_吕萍_背靠起身/3.png new file mode 100644 index 00000000..07f51fb1 Binary files /dev/null and b/asset/art/animation/c02_吕萍_背靠起身/3.png differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/3.png.import b/asset/art/animation/c02_吕萍_背靠起身/3.png.import new file mode 100644 index 00000000..08630722 --- /dev/null +++ b/asset/art/animation/c02_吕萍_背靠起身/3.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b2vm0qob6jod2" +path="res://.godot/imported/3.png-b85292528a15bdd1d9dd4fc8be3c4487.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_背靠起身/3.png" +dest_files=["res://.godot/imported/3.png-b85292528a15bdd1d9dd4fc8be3c4487.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/4.png b/asset/art/animation/c02_吕萍_背靠起身/4.png new file mode 100644 index 00000000..8ada9099 Binary files /dev/null and b/asset/art/animation/c02_吕萍_背靠起身/4.png differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/4.png.import b/asset/art/animation/c02_吕萍_背靠起身/4.png.import new file mode 100644 index 00000000..ebc0b4cb --- /dev/null +++ b/asset/art/animation/c02_吕萍_背靠起身/4.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dlvxgd62ukf1o" +path="res://.godot/imported/4.png-184f96bc6f4273dfe48583fd417e2c99.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_背靠起身/4.png" +dest_files=["res://.godot/imported/4.png-184f96bc6f4273dfe48583fd417e2c99.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/5.png b/asset/art/animation/c02_吕萍_背靠起身/5.png new file mode 100644 index 00000000..62334156 Binary files /dev/null and b/asset/art/animation/c02_吕萍_背靠起身/5.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/5.png.import b/asset/art/animation/c02_吕萍_背靠起身/5.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/5.png.import rename to asset/art/animation/c02_吕萍_背靠起身/5.png.import index adb4edac..ceda4a5c 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/5.png.import +++ b/asset/art/animation/c02_吕萍_背靠起身/5.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://ehy4rkdk7qbl" -path="res://.godot/imported/5.png-b5826090c4dccce9e33332f19d7599f2.ctex" +uid="uid://kjob6e2h5h8k" +path="res://.godot/imported/5.png-790a83cea105cda73d26973671e836df.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/5.png" -dest_files=["res://.godot/imported/5.png-b5826090c4dccce9e33332f19d7599f2.ctex"] +source_file="res://asset/art/animation/c02_吕萍_背靠起身/5.png" +dest_files=["res://.godot/imported/5.png-790a83cea105cda73d26973671e836df.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_背靠起身/6.png b/asset/art/animation/c02_吕萍_背靠起身/6.png new file mode 100644 index 00000000..13c74a36 Binary files /dev/null and b/asset/art/animation/c02_吕萍_背靠起身/6.png differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/6.png.import b/asset/art/animation/c02_吕萍_背靠起身/6.png.import new file mode 100644 index 00000000..78aae1e9 --- /dev/null +++ b/asset/art/animation/c02_吕萍_背靠起身/6.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c1a0k0c8lxejo" +path="res://.godot/imported/6.png-12f70a9b39f5b39174ad3f7bcb8cc8c1.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_背靠起身/6.png" +dest_files=["res://.godot/imported/6.png-12f70a9b39f5b39174ad3f7bcb8cc8c1.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/7.png b/asset/art/animation/c02_吕萍_背靠起身/7.png new file mode 100644 index 00000000..18bfe213 Binary files /dev/null and b/asset/art/animation/c02_吕萍_背靠起身/7.png differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/7.png.import b/asset/art/animation/c02_吕萍_背靠起身/7.png.import new file mode 100644 index 00000000..a1de6531 --- /dev/null +++ b/asset/art/animation/c02_吕萍_背靠起身/7.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://uy3rjrnnbkg4" +path="res://.godot/imported/7.png-3868e59950e0ac583d2fd3a0be077b2a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_背靠起身/7.png" +dest_files=["res://.godot/imported/7.png-3868e59950e0ac583d2fd3a0be077b2a.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/8.png b/asset/art/animation/c02_吕萍_背靠起身/8.png new file mode 100644 index 00000000..2ade05df Binary files /dev/null and b/asset/art/animation/c02_吕萍_背靠起身/8.png differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/8.png.import b/asset/art/animation/c02_吕萍_背靠起身/8.png.import new file mode 100644 index 00000000..f6bcd2f1 --- /dev/null +++ b/asset/art/animation/c02_吕萍_背靠起身/8.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b88dadf208an3" +path="res://.godot/imported/8.png-e6a0f700ef6264df253ee243337b5b9e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_背靠起身/8.png" +dest_files=["res://.godot/imported/8.png-e6a0f700ef6264df253ee243337b5b9e.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/9.png b/asset/art/animation/c02_吕萍_背靠起身/9.png new file mode 100644 index 00000000..be8dea9b Binary files /dev/null and b/asset/art/animation/c02_吕萍_背靠起身/9.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/9.png.import b/asset/art/animation/c02_吕萍_背靠起身/9.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/小蝶探头/9.png.import rename to asset/art/animation/c02_吕萍_背靠起身/9.png.import index 5d5286b9..e35dfef1 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/9.png.import +++ b/asset/art/animation/c02_吕萍_背靠起身/9.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://tdia1dcqwhvi" -path="res://.godot/imported/9.png-9e67ed2ab1ea5221593604970ba1d961.ctex" +uid="uid://x5vm1q2gbpfb" +path="res://.godot/imported/9.png-9d55efeb1c93b9a755607a569c846d10.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/9.png" -dest_files=["res://.godot/imported/9.png-9e67ed2ab1ea5221593604970ba1d961.ctex"] +source_file="res://asset/art/animation/c02_吕萍_背靠起身/9.png" +dest_files=["res://.godot/imported/9.png-9d55efeb1c93b9a755607a569c846d10.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身1.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身1.png deleted file mode 100755 index 866ae97a..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身1.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身1.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身1.png.import deleted file mode 100644 index 7ada7621..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身1.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dr1cpb5f0oool" -path="res://.godot/imported/吕萍-站起身1.png-f35e5fa9191144401c6d688ac32a697b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身1.png" -dest_files=["res://.godot/imported/吕萍-站起身1.png-f35e5fa9191144401c6d688ac32a697b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身10.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身10.png deleted file mode 100755 index d0d2dfee..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身10.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身10.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身10.png.import deleted file mode 100644 index cebf69f7..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身10.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cueglhtx4pykk" -path="res://.godot/imported/吕萍-站起身10.png-9d4219084c3e4bb3cab34a1bbe36f77e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身10.png" -dest_files=["res://.godot/imported/吕萍-站起身10.png-9d4219084c3e4bb3cab34a1bbe36f77e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身11.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身11.png deleted file mode 100755 index e2602566..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身11.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身11.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身11.png.import deleted file mode 100644 index 0485c9dc..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身11.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cika2yttphthl" -path="res://.godot/imported/吕萍-站起身11.png-56afac58277553e098922a4dbb155d0a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身11.png" -dest_files=["res://.godot/imported/吕萍-站起身11.png-56afac58277553e098922a4dbb155d0a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身12.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身12.png deleted file mode 100755 index fbcf2587..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身12.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身12.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身12.png.import deleted file mode 100644 index d9e1e533..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身12.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cd7p8qohwv2pi" -path="res://.godot/imported/吕萍-站起身12.png-3c5960636c598eaf698abc6d5a1faeab.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身12.png" -dest_files=["res://.godot/imported/吕萍-站起身12.png-3c5960636c598eaf698abc6d5a1faeab.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身13.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身13.png deleted file mode 100755 index a819652e..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身13.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身13.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身13.png.import deleted file mode 100644 index e946558f..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身13.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dn21c0odae5vg" -path="res://.godot/imported/吕萍-站起身13.png-679d339262f6bf99df9921e9a228578e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身13.png" -dest_files=["res://.godot/imported/吕萍-站起身13.png-679d339262f6bf99df9921e9a228578e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身14.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身14.png deleted file mode 100755 index 6b40cf67..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身14.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身14.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身14.png.import deleted file mode 100644 index 092a6918..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身14.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b4ax4c1nx8pug" -path="res://.godot/imported/吕萍-站起身14.png-ed6422b1af70802039dc7fd3ef2a9054.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身14.png" -dest_files=["res://.godot/imported/吕萍-站起身14.png-ed6422b1af70802039dc7fd3ef2a9054.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身15.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身15.png deleted file mode 100755 index 7468f936..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身15.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身15.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身15.png.import deleted file mode 100644 index 9d04f1ac..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身15.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cslc2qvmrvdkl" -path="res://.godot/imported/吕萍-站起身15.png-e6a3d87663ee8de27737ec192c5122cb.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身15.png" -dest_files=["res://.godot/imported/吕萍-站起身15.png-e6a3d87663ee8de27737ec192c5122cb.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身16.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身16.png deleted file mode 100755 index aaee4fd7..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身16.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身16.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身16.png.import deleted file mode 100644 index 5e56483f..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身16.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bm68oniemg4wg" -path="res://.godot/imported/吕萍-站起身16.png-66e45237883a8c8cdc3a8e3ed88ec98b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身16.png" -dest_files=["res://.godot/imported/吕萍-站起身16.png-66e45237883a8c8cdc3a8e3ed88ec98b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身17.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身17.png deleted file mode 100755 index 33093fec..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身17.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身17.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身17.png.import deleted file mode 100644 index ce0fe3cd..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身17.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cf6tm0oen0n4o" -path="res://.godot/imported/吕萍-站起身17.png-443b00c0f9b1c2449e5c5ed5627348a6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身17.png" -dest_files=["res://.godot/imported/吕萍-站起身17.png-443b00c0f9b1c2449e5c5ed5627348a6.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身18.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身18.png deleted file mode 100755 index b6f5c651..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身18.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身18.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身18.png.import deleted file mode 100644 index 75697825..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身18.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://oaedb41kdave" -path="res://.godot/imported/吕萍-站起身18.png-81f6c8570ae2b3f1abc13d4d5504f071.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身18.png" -dest_files=["res://.godot/imported/吕萍-站起身18.png-81f6c8570ae2b3f1abc13d4d5504f071.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身19.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身19.png deleted file mode 100755 index c08ffc5e..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身19.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身19.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身19.png.import deleted file mode 100644 index caa96cd5..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身19.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d01so3flnge8e" -path="res://.godot/imported/吕萍-站起身19.png-e33e35f7d5aee3dad6ea96a3522b8c23.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身19.png" -dest_files=["res://.godot/imported/吕萍-站起身19.png-e33e35f7d5aee3dad6ea96a3522b8c23.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身2.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身2.png deleted file mode 100755 index 9708b100..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身2.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身2.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身2.png.import deleted file mode 100644 index f61b0025..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身2.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cpp328oeutsm2" -path="res://.godot/imported/吕萍-站起身2.png-08f6f10e0c04ebd6630bdc205755e949.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身2.png" -dest_files=["res://.godot/imported/吕萍-站起身2.png-08f6f10e0c04ebd6630bdc205755e949.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身20.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身20.png deleted file mode 100755 index 1674e9ea..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身20.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身20.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身20.png.import deleted file mode 100644 index 8a981492..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身20.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ck5qtl2mddywx" -path="res://.godot/imported/吕萍-站起身20.png-41d6246bdc715283a6bca525c09c7271.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身20.png" -dest_files=["res://.godot/imported/吕萍-站起身20.png-41d6246bdc715283a6bca525c09c7271.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身21.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身21.png deleted file mode 100755 index 29d9a697..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身21.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身21.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身21.png.import deleted file mode 100644 index a9164ef8..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身21.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://tkb3i50koilr" -path="res://.godot/imported/吕萍-站起身21.png-eb14695897ac8538bbbbf29226821ceb.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身21.png" -dest_files=["res://.godot/imported/吕萍-站起身21.png-eb14695897ac8538bbbbf29226821ceb.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身22.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身22.png deleted file mode 100755 index ba4fa8aa..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身22.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身22.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身22.png.import deleted file mode 100644 index fe5ccda8..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身22.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dte5sfw2p2bjn" -path="res://.godot/imported/吕萍-站起身22.png-5754ed951b3fb4b27ef2e202cddc8c8e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身22.png" -dest_files=["res://.godot/imported/吕萍-站起身22.png-5754ed951b3fb4b27ef2e202cddc8c8e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身23.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身23.png deleted file mode 100755 index 1674e9ea..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身23.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身23.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身23.png.import deleted file mode 100644 index 7ca715fd..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身23.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bg72e674yvcxx" -path="res://.godot/imported/吕萍-站起身23.png-aad6a6580300cfb8d9de05c55463efeb.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身23.png" -dest_files=["res://.godot/imported/吕萍-站起身23.png-aad6a6580300cfb8d9de05c55463efeb.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身24.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身24.png deleted file mode 100755 index cd00cff5..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身24.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身24.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身24.png.import deleted file mode 100644 index 762ce1f0..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身24.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dwqym45nbmnut" -path="res://.godot/imported/吕萍-站起身24.png-4736314d852ae91dd839342c7ce4eb71.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身24.png" -dest_files=["res://.godot/imported/吕萍-站起身24.png-4736314d852ae91dd839342c7ce4eb71.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身25.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身25.png deleted file mode 100755 index cd00cff5..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身25.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身25.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身25.png.import deleted file mode 100644 index 61a9588f..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身25.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b64eximn6roth" -path="res://.godot/imported/吕萍-站起身25.png-bf4a459ee1511f65ed44f80276e33797.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身25.png" -dest_files=["res://.godot/imported/吕萍-站起身25.png-bf4a459ee1511f65ed44f80276e33797.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身26.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身26.png deleted file mode 100755 index 4401fb86..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身26.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身26.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身26.png.import deleted file mode 100644 index b09f4196..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身26.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dnvpjhv2l6wxf" -path="res://.godot/imported/吕萍-站起身26.png-3ac121c18d6971313e933cafb61a653d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身26.png" -dest_files=["res://.godot/imported/吕萍-站起身26.png-3ac121c18d6971313e933cafb61a653d.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身3.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身3.png deleted file mode 100755 index 54a39085..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身3.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身3.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身3.png.import deleted file mode 100644 index 64ad36ac..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身3.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bce3gama3cerc" -path="res://.godot/imported/吕萍-站起身3.png-192f16eabdb5821d36846538d01e8b93.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身3.png" -dest_files=["res://.godot/imported/吕萍-站起身3.png-192f16eabdb5821d36846538d01e8b93.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身4.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身4.png deleted file mode 100755 index 13e906a8..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身4.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身4.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身4.png.import deleted file mode 100644 index 20add24b..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身4.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cgt4rl1fgttfw" -path="res://.godot/imported/吕萍-站起身4.png-f1848e769323e40de7c7d422c74cbe0b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身4.png" -dest_files=["res://.godot/imported/吕萍-站起身4.png-f1848e769323e40de7c7d422c74cbe0b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身5.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身5.png deleted file mode 100755 index cc6948e0..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身5.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身5.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身5.png.import deleted file mode 100644 index 5ab01f86..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身5.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://yqd6cstr0jv6" -path="res://.godot/imported/吕萍-站起身5.png-745d0c9dfa0d71fe524961017fc21de3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身5.png" -dest_files=["res://.godot/imported/吕萍-站起身5.png-745d0c9dfa0d71fe524961017fc21de3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身6.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身6.png deleted file mode 100755 index 6d52027e..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身6.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身6.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身6.png.import deleted file mode 100644 index 07f433ec..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身6.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://boogspi548acl" -path="res://.godot/imported/吕萍-站起身6.png-a6f32a1cd89d1889453546e3c719039e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身6.png" -dest_files=["res://.godot/imported/吕萍-站起身6.png-a6f32a1cd89d1889453546e3c719039e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身7.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身7.png deleted file mode 100755 index 8cf18b3c..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身7.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身7.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身7.png.import deleted file mode 100644 index 1958451f..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身7.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://btx61rboueou3" -path="res://.godot/imported/吕萍-站起身7.png-082059d0646954c087a1fa7b26464675.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身7.png" -dest_files=["res://.godot/imported/吕萍-站起身7.png-082059d0646954c087a1fa7b26464675.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身8.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身8.png deleted file mode 100755 index 9beed52e..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身8.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身8.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身8.png.import deleted file mode 100644 index 9eb46a70..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身8.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://66rye2voncjp" -path="res://.godot/imported/吕萍-站起身8.png-fb963f6e759816050872d7ead75a9a3f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身8.png" -dest_files=["res://.godot/imported/吕萍-站起身8.png-fb963f6e759816050872d7ead75a9a3f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身9.png b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身9.png deleted file mode 100755 index 1502b5b5..00000000 Binary files a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身9.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身9.png.import b/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身9.png.import deleted file mode 100644 index 65af56e8..00000000 --- a/asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身9.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://kempnmycan85" -path="res://.godot/imported/吕萍-站起身9.png-ae0f3af7be053b3b3b1e7ef6c109fcae.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身9.png" -dest_files=["res://.godot/imported/吕萍-站起身9.png-ae0f3af7be053b3b3b1e7ef6c109fcae.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/animation/c02_吕萍_被吓到后退/0.png b/asset/art/animation/c02_吕萍_被吓到后退/0.png new file mode 100644 index 00000000..45b4e84e Binary files /dev/null and b/asset/art/animation/c02_吕萍_被吓到后退/0.png differ diff --git a/asset/art/animation/c02_吕萍_蹲下来查看/8.png.import b/asset/art/animation/c02_吕萍_被吓到后退/0.png.import similarity index 67% rename from asset/art/animation/c02_吕萍_蹲下来查看/8.png.import rename to asset/art/animation/c02_吕萍_被吓到后退/0.png.import index b5fde871..b573fc3e 100644 --- a/asset/art/animation/c02_吕萍_蹲下来查看/8.png.import +++ b/asset/art/animation/c02_吕萍_被吓到后退/0.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://4ab17qpuboqs" -path="res://.godot/imported/8.png-f8d4b9232521ff6376ea2b4f8afb0135.ctex" +uid="uid://816l1img4c0j" +path="res://.godot/imported/0.png-fc3043c4ea78ad256b677c9857f5a696.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_蹲下来查看/8.png" -dest_files=["res://.godot/imported/8.png-f8d4b9232521ff6376ea2b4f8afb0135.ctex"] +source_file="res://asset/art/animation/c02_吕萍_被吓到后退/0.png" +dest_files=["res://.godot/imported/0.png-fc3043c4ea78ad256b677c9857f5a696.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_被吓到后退/1.png b/asset/art/animation/c02_吕萍_被吓到后退/1.png old mode 100755 new mode 100644 index 04fbd3e8..337491de Binary files a/asset/art/animation/c02_吕萍_被吓到后退/1.png and b/asset/art/animation/c02_吕萍_被吓到后退/1.png differ diff --git a/asset/art/animation/c02_吕萍_被吓到后退/10.png b/asset/art/animation/c02_吕萍_被吓到后退/10.png old mode 100755 new mode 100644 index 6f589b1b..22e11409 Binary files a/asset/art/animation/c02_吕萍_被吓到后退/10.png and b/asset/art/animation/c02_吕萍_被吓到后退/10.png differ diff --git a/asset/art/animation/c02_吕萍_被吓到后退/11.png b/asset/art/animation/c02_吕萍_被吓到后退/11.png old mode 100755 new mode 100644 index 90c10ac2..276a97f3 Binary files a/asset/art/animation/c02_吕萍_被吓到后退/11.png and b/asset/art/animation/c02_吕萍_被吓到后退/11.png differ diff --git a/asset/art/animation/c02_吕萍_被吓到后退/12.png b/asset/art/animation/c02_吕萍_被吓到后退/12.png old mode 100755 new mode 100644 index 09a34ccf..29f1f3db Binary files a/asset/art/animation/c02_吕萍_被吓到后退/12.png and b/asset/art/animation/c02_吕萍_被吓到后退/12.png differ diff --git a/asset/art/animation/c02_吕萍_被吓到后退/13.png b/asset/art/animation/c02_吕萍_被吓到后退/13.png old mode 100755 new mode 100644 index 745e6b8b..dcaf2156 Binary files a/asset/art/animation/c02_吕萍_被吓到后退/13.png and b/asset/art/animation/c02_吕萍_被吓到后退/13.png differ diff --git a/asset/art/animation/c02_吕萍_被吓到后退/14.png b/asset/art/animation/c02_吕萍_被吓到后退/14.png old mode 100755 new mode 100644 index 50847b8c..bacb15d5 Binary files a/asset/art/animation/c02_吕萍_被吓到后退/14.png and b/asset/art/animation/c02_吕萍_被吓到后退/14.png differ diff --git a/asset/art/animation/c02_吕萍_被吓到后退/15.png b/asset/art/animation/c02_吕萍_被吓到后退/15.png old mode 100755 new mode 100644 index b6666515..e6624ab8 Binary files a/asset/art/animation/c02_吕萍_被吓到后退/15.png and b/asset/art/animation/c02_吕萍_被吓到后退/15.png differ diff --git a/asset/art/animation/c02_吕萍_被吓到后退/16.png b/asset/art/animation/c02_吕萍_被吓到后退/16.png old mode 100755 new mode 100644 index 03e22e87..7b3e8e5c Binary files a/asset/art/animation/c02_吕萍_被吓到后退/16.png and b/asset/art/animation/c02_吕萍_被吓到后退/16.png differ diff --git a/asset/art/animation/c02_吕萍_被吓到后退/17.png b/asset/art/animation/c02_吕萍_被吓到后退/17.png old mode 100755 new mode 100644 index b3e6da02..08cb14ec Binary files a/asset/art/animation/c02_吕萍_被吓到后退/17.png and b/asset/art/animation/c02_吕萍_被吓到后退/17.png differ diff --git a/asset/art/animation/c02_吕萍_被吓到后退/18.png b/asset/art/animation/c02_吕萍_被吓到后退/18.png new file mode 100644 index 00000000..8a8b0ef4 Binary files /dev/null and b/asset/art/animation/c02_吕萍_被吓到后退/18.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/18.png.import b/asset/art/animation/c02_吕萍_被吓到后退/18.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/小蝶探头/18.png.import rename to asset/art/animation/c02_吕萍_被吓到后退/18.png.import index 50881f7c..0602029b 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/18.png.import +++ b/asset/art/animation/c02_吕萍_被吓到后退/18.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://huujtt384iqe" -path="res://.godot/imported/18.png-394091ffdfea607186d95f0c3b75d6c9.ctex" +uid="uid://b8gt12m17g7c6" +path="res://.godot/imported/18.png-dcdf7656c41aca49656531f85a8fcbd6.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/18.png" -dest_files=["res://.godot/imported/18.png-394091ffdfea607186d95f0c3b75d6c9.ctex"] +source_file="res://asset/art/animation/c02_吕萍_被吓到后退/18.png" +dest_files=["res://.godot/imported/18.png-dcdf7656c41aca49656531f85a8fcbd6.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_被吓到后退/19.png b/asset/art/animation/c02_吕萍_被吓到后退/19.png new file mode 100644 index 00000000..f67071f5 Binary files /dev/null and b/asset/art/animation/c02_吕萍_被吓到后退/19.png differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/19.png.import b/asset/art/animation/c02_吕萍_被吓到后退/19.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/小蝶探头/19.png.import rename to asset/art/animation/c02_吕萍_被吓到后退/19.png.import index d58e62a8..d33963ba 100644 --- a/asset/art/gif/c02_公寓过道/小蝶探头/19.png.import +++ b/asset/art/animation/c02_吕萍_被吓到后退/19.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cmjrb0brr5u8e" -path="res://.godot/imported/19.png-f30fc4468eefff956685f0048ba3780d.ctex" +uid="uid://c6rlsg6gbrf2" +path="res://.godot/imported/19.png-fe25684671c9a210f2048d76f22ac9c0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/19.png" -dest_files=["res://.godot/imported/19.png-f30fc4468eefff956685f0048ba3780d.ctex"] +source_file="res://asset/art/animation/c02_吕萍_被吓到后退/19.png" +dest_files=["res://.godot/imported/19.png-fe25684671c9a210f2048d76f22ac9c0.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_被吓到后退/2.png b/asset/art/animation/c02_吕萍_被吓到后退/2.png old mode 100755 new mode 100644 index f41063cb..8cb3bf07 Binary files a/asset/art/animation/c02_吕萍_被吓到后退/2.png and b/asset/art/animation/c02_吕萍_被吓到后退/2.png differ diff --git a/asset/art/animation/c02_吕萍_被吓到后退/3.png b/asset/art/animation/c02_吕萍_被吓到后退/3.png old mode 100755 new mode 100644 index 6a17c973..c8bcbfc2 Binary files a/asset/art/animation/c02_吕萍_被吓到后退/3.png and b/asset/art/animation/c02_吕萍_被吓到后退/3.png differ diff --git a/asset/art/animation/c02_吕萍_被吓到后退/4.png b/asset/art/animation/c02_吕萍_被吓到后退/4.png old mode 100755 new mode 100644 index f02ff719..2c90681c Binary files a/asset/art/animation/c02_吕萍_被吓到后退/4.png and b/asset/art/animation/c02_吕萍_被吓到后退/4.png differ diff --git a/asset/art/animation/c02_吕萍_被吓到后退/5.png b/asset/art/animation/c02_吕萍_被吓到后退/5.png old mode 100755 new mode 100644 index 08038815..cc0f9ad2 Binary files a/asset/art/animation/c02_吕萍_被吓到后退/5.png and b/asset/art/animation/c02_吕萍_被吓到后退/5.png differ diff --git a/asset/art/animation/c02_吕萍_被吓到后退/6.png b/asset/art/animation/c02_吕萍_被吓到后退/6.png old mode 100755 new mode 100644 index d3ccdeb4..fa7cb4be Binary files a/asset/art/animation/c02_吕萍_被吓到后退/6.png and b/asset/art/animation/c02_吕萍_被吓到后退/6.png differ diff --git a/asset/art/animation/c02_吕萍_被吓到后退/7.png b/asset/art/animation/c02_吕萍_被吓到后退/7.png old mode 100755 new mode 100644 index 9751ff62..276a97f3 Binary files a/asset/art/animation/c02_吕萍_被吓到后退/7.png and b/asset/art/animation/c02_吕萍_被吓到后退/7.png differ diff --git a/asset/art/animation/c02_吕萍_被吓到后退/8.png b/asset/art/animation/c02_吕萍_被吓到后退/8.png old mode 100755 new mode 100644 index 01848509..22e11409 Binary files a/asset/art/animation/c02_吕萍_被吓到后退/8.png and b/asset/art/animation/c02_吕萍_被吓到后退/8.png differ diff --git a/asset/art/animation/c02_吕萍_被吓到后退/9.png b/asset/art/animation/c02_吕萍_被吓到后退/9.png old mode 100755 new mode 100644 index 75e03d0b..276a97f3 Binary files a/asset/art/animation/c02_吕萍_被吓到后退/9.png and b/asset/art/animation/c02_吕萍_被吓到后退/9.png differ diff --git a/asset/art/animation/c02_吕萍_蹲下来查看/0.png b/asset/art/animation/c02_吕萍_蹲下来查看/0.png new file mode 100644 index 00000000..61e4f0e0 Binary files /dev/null and b/asset/art/animation/c02_吕萍_蹲下来查看/0.png differ diff --git a/asset/art/animation/c02_吕萍_蹲下来查看/7.png.import b/asset/art/animation/c02_吕萍_蹲下来查看/0.png.import similarity index 75% rename from asset/art/animation/c02_吕萍_蹲下来查看/7.png.import rename to asset/art/animation/c02_吕萍_蹲下来查看/0.png.import index 82c118c4..79d0080e 100644 --- a/asset/art/animation/c02_吕萍_蹲下来查看/7.png.import +++ b/asset/art/animation/c02_吕萍_蹲下来查看/0.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://1qp87u1muui" -path="res://.godot/imported/7.png-dcff3c9f44ca6390f5df480fef5ee7d3.ctex" +uid="uid://dtdrmcuncvi31" +path="res://.godot/imported/0.png-54b4d9dec72148d7fa99ee393ec21908.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_蹲下来查看/7.png" -dest_files=["res://.godot/imported/7.png-dcff3c9f44ca6390f5df480fef5ee7d3.ctex"] +source_file="res://asset/art/animation/c02_吕萍_蹲下来查看/0.png" +dest_files=["res://.godot/imported/0.png-54b4d9dec72148d7fa99ee393ec21908.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_蹲下来查看/1.png b/asset/art/animation/c02_吕萍_蹲下来查看/1.png old mode 100755 new mode 100644 index fb6396ca..02a21ae8 Binary files a/asset/art/animation/c02_吕萍_蹲下来查看/1.png and b/asset/art/animation/c02_吕萍_蹲下来查看/1.png differ diff --git a/asset/art/animation/c02_吕萍_蹲下来查看/1.png.import b/asset/art/animation/c02_吕萍_蹲下来查看/1.png.import index f66e39f0..0dfdc794 100644 --- a/asset/art/animation/c02_吕萍_蹲下来查看/1.png.import +++ b/asset/art/animation/c02_吕萍_蹲下来查看/1.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://5rqpik0wvppd" +uid="uid://cespji827yo4y" path="res://.godot/imported/1.png-9151019c6ffc8e999dee382475d19572.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_蹲下来查看/2.png b/asset/art/animation/c02_吕萍_蹲下来查看/2.png old mode 100755 new mode 100644 index c3b51a46..16955237 Binary files a/asset/art/animation/c02_吕萍_蹲下来查看/2.png and b/asset/art/animation/c02_吕萍_蹲下来查看/2.png differ diff --git a/asset/art/animation/c02_吕萍_蹲下来查看/2.png.import b/asset/art/animation/c02_吕萍_蹲下来查看/2.png.import index 21281f4f..09c4646e 100644 --- a/asset/art/animation/c02_吕萍_蹲下来查看/2.png.import +++ b/asset/art/animation/c02_吕萍_蹲下来查看/2.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bwl328fyxnhii" +uid="uid://bopl6tnut53ju" path="res://.godot/imported/2.png-5e8b79d18cf93ae76b028181339db775.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_蹲下来查看/3.png b/asset/art/animation/c02_吕萍_蹲下来查看/3.png old mode 100755 new mode 100644 index 397e4de4..abb9113d Binary files a/asset/art/animation/c02_吕萍_蹲下来查看/3.png and b/asset/art/animation/c02_吕萍_蹲下来查看/3.png differ diff --git a/asset/art/animation/c02_吕萍_蹲下来查看/3.png.import b/asset/art/animation/c02_吕萍_蹲下来查看/3.png.import index 0a408cab..2363365e 100644 --- a/asset/art/animation/c02_吕萍_蹲下来查看/3.png.import +++ b/asset/art/animation/c02_吕萍_蹲下来查看/3.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dqcxserj2dow2" +uid="uid://bghi2lh1crm0b" path="res://.godot/imported/3.png-d72da0df30f5df5b63bcde34d473c210.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_蹲下来查看/4.png b/asset/art/animation/c02_吕萍_蹲下来查看/4.png old mode 100755 new mode 100644 index 56abf923..9088666a Binary files a/asset/art/animation/c02_吕萍_蹲下来查看/4.png and b/asset/art/animation/c02_吕萍_蹲下来查看/4.png differ diff --git a/asset/art/animation/c02_吕萍_蹲下来查看/4.png.import b/asset/art/animation/c02_吕萍_蹲下来查看/4.png.import index 07dac956..92a39b53 100644 --- a/asset/art/animation/c02_吕萍_蹲下来查看/4.png.import +++ b/asset/art/animation/c02_吕萍_蹲下来查看/4.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://liui4cnjj4ga" +uid="uid://b8pm7jkj60co5" path="res://.godot/imported/4.png-549b54e9aba359f775a8a998b0fe7434.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_蹲下来查看/5.png b/asset/art/animation/c02_吕萍_蹲下来查看/5.png old mode 100755 new mode 100644 index d1bb6d76..d2cca1ee Binary files a/asset/art/animation/c02_吕萍_蹲下来查看/5.png and b/asset/art/animation/c02_吕萍_蹲下来查看/5.png differ diff --git a/asset/art/animation/c02_吕萍_蹲下来查看/5.png.import b/asset/art/animation/c02_吕萍_蹲下来查看/5.png.import index 3fb9a78d..8bd8dccf 100644 --- a/asset/art/animation/c02_吕萍_蹲下来查看/5.png.import +++ b/asset/art/animation/c02_吕萍_蹲下来查看/5.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://ccpaxwwph2dty" +uid="uid://b7g5sjhb168qq" path="res://.godot/imported/5.png-33fc2d8f8e5b57489702727dc66c9ecb.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_蹲下来查看/6.png b/asset/art/animation/c02_吕萍_蹲下来查看/6.png old mode 100755 new mode 100644 index 38e6fd27..d4fdee3a Binary files a/asset/art/animation/c02_吕萍_蹲下来查看/6.png and b/asset/art/animation/c02_吕萍_蹲下来查看/6.png differ diff --git a/asset/art/animation/c02_吕萍_蹲下来查看/6.png.import b/asset/art/animation/c02_吕萍_蹲下来查看/6.png.import index 469e062e..95e8dee5 100644 --- a/asset/art/animation/c02_吕萍_蹲下来查看/6.png.import +++ b/asset/art/animation/c02_吕萍_蹲下来查看/6.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://b3ar3v2ar5me7" +uid="uid://bgjswxjfjccit" path="res://.godot/imported/6.png-94b9bcefe0a047e7a228804911f5a73e.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_蹲下来查看/7.png b/asset/art/animation/c02_吕萍_蹲下来查看/7.png deleted file mode 100755 index 1b3a6223..00000000 Binary files a/asset/art/animation/c02_吕萍_蹲下来查看/7.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_蹲下来查看/8.png b/asset/art/animation/c02_吕萍_蹲下来查看/8.png deleted file mode 100644 index 2a82350e..00000000 Binary files a/asset/art/animation/c02_吕萍_蹲下来查看/8.png and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_钻出/0.png b/asset/art/animation/c02_吕萍_钻出/0.png new file mode 100644 index 00000000..fcb08282 Binary files /dev/null and b/asset/art/animation/c02_吕萍_钻出/0.png differ diff --git a/asset/art/animation/c02_吕萍_钻出/7.png.import b/asset/art/animation/c02_吕萍_钻出/0.png.import similarity index 68% rename from asset/art/animation/c02_吕萍_钻出/7.png.import rename to asset/art/animation/c02_吕萍_钻出/0.png.import index 6b63f411..edba1c0c 100644 --- a/asset/art/animation/c02_吕萍_钻出/7.png.import +++ b/asset/art/animation/c02_吕萍_钻出/0.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://ysnoxdilxso0" -path="res://.godot/imported/7.png-66f13364ea95da53fcb27626288177ad.ctex" +uid="uid://iqgnednnykdr" +path="res://.godot/imported/0.png-fafcee55996572cbcca8b06282dc958a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_钻出/7.png" -dest_files=["res://.godot/imported/7.png-66f13364ea95da53fcb27626288177ad.ctex"] +source_file="res://asset/art/animation/c02_吕萍_钻出/0.png" +dest_files=["res://.godot/imported/0.png-fafcee55996572cbcca8b06282dc958a.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_钻出/1.png b/asset/art/animation/c02_吕萍_钻出/1.png old mode 100755 new mode 100644 index c64bf329..408b638c Binary files a/asset/art/animation/c02_吕萍_钻出/1.png and b/asset/art/animation/c02_吕萍_钻出/1.png differ diff --git a/asset/art/animation/c02_吕萍_钻出/1.png.import b/asset/art/animation/c02_吕萍_钻出/1.png.import index 2e75e47d..0d42c624 100644 --- a/asset/art/animation/c02_吕萍_钻出/1.png.import +++ b/asset/art/animation/c02_吕萍_钻出/1.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://burpxecgilk7j" +uid="uid://ckbmupq8krn81" path="res://.godot/imported/1.png-c6207bf0cd083d14c07f6b38599325e0.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_钻出/2.png b/asset/art/animation/c02_吕萍_钻出/2.png old mode 100755 new mode 100644 index e2194d6e..2d52ccd6 Binary files a/asset/art/animation/c02_吕萍_钻出/2.png and b/asset/art/animation/c02_吕萍_钻出/2.png differ diff --git a/asset/art/animation/c02_吕萍_钻出/2.png.import b/asset/art/animation/c02_吕萍_钻出/2.png.import index 2e1eb883..e15e9364 100644 --- a/asset/art/animation/c02_吕萍_钻出/2.png.import +++ b/asset/art/animation/c02_吕萍_钻出/2.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://e4hgie2jrhho" +uid="uid://b6xfj7wlucupl" path="res://.godot/imported/2.png-cbfdc4c06b6a2a902559decd69b7b036.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_钻出/3.png b/asset/art/animation/c02_吕萍_钻出/3.png old mode 100755 new mode 100644 index 27896458..79286784 Binary files a/asset/art/animation/c02_吕萍_钻出/3.png and b/asset/art/animation/c02_吕萍_钻出/3.png differ diff --git a/asset/art/animation/c02_吕萍_钻出/3.png.import b/asset/art/animation/c02_吕萍_钻出/3.png.import index 64b46474..970474ce 100644 --- a/asset/art/animation/c02_吕萍_钻出/3.png.import +++ b/asset/art/animation/c02_吕萍_钻出/3.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dhnrpfep0k2so" +uid="uid://c8iasbwtmc0pk" path="res://.godot/imported/3.png-c8603a8a58d34ad069be2e8324363725.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_钻出/4.png b/asset/art/animation/c02_吕萍_钻出/4.png old mode 100755 new mode 100644 index 9b7d7384..a730bda5 Binary files a/asset/art/animation/c02_吕萍_钻出/4.png and b/asset/art/animation/c02_吕萍_钻出/4.png differ diff --git a/asset/art/animation/c02_吕萍_钻出/4.png.import b/asset/art/animation/c02_吕萍_钻出/4.png.import index 01e2610b..4c754e89 100644 --- a/asset/art/animation/c02_吕萍_钻出/4.png.import +++ b/asset/art/animation/c02_吕萍_钻出/4.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bbu8jdwdey3xg" +uid="uid://q10uxkr6crsq" path="res://.godot/imported/4.png-2f6372c12214616614e8defabc75667b.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_钻出/5.png b/asset/art/animation/c02_吕萍_钻出/5.png old mode 100755 new mode 100644 index 19b72b43..1d1273da Binary files a/asset/art/animation/c02_吕萍_钻出/5.png and b/asset/art/animation/c02_吕萍_钻出/5.png differ diff --git a/asset/art/animation/c02_吕萍_钻出/5.png.import b/asset/art/animation/c02_吕萍_钻出/5.png.import index 415b4ddb..f0adc2cd 100644 --- a/asset/art/animation/c02_吕萍_钻出/5.png.import +++ b/asset/art/animation/c02_吕萍_钻出/5.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dy84nmsopyxqr" +uid="uid://ql1ev5jg07xb" path="res://.godot/imported/5.png-8d43eba5d579f58c2068b8d6b1dc807e.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_钻出/6.png b/asset/art/animation/c02_吕萍_钻出/6.png old mode 100755 new mode 100644 index a4e1edea..0fe28a3a Binary files a/asset/art/animation/c02_吕萍_钻出/6.png and b/asset/art/animation/c02_吕萍_钻出/6.png differ diff --git a/asset/art/animation/c02_吕萍_钻出/6.png.import b/asset/art/animation/c02_吕萍_钻出/6.png.import index 016ddbed..0eb91b06 100644 --- a/asset/art/animation/c02_吕萍_钻出/6.png.import +++ b/asset/art/animation/c02_吕萍_钻出/6.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dk3qpu5v4agsr" +uid="uid://e1c56ni3omia" path="res://.godot/imported/6.png-0b3057e018b3b52f7661fea20b5b8b8f.ctex" metadata={ "vram_texture": false diff --git a/asset/art/animation/c02_吕萍_钻出/7.png b/asset/art/animation/c02_吕萍_钻出/7.png deleted file mode 100755 index c9f5d3ac..00000000 Binary files a/asset/art/animation/c02_吕萍_钻出/7.png and /dev/null differ diff --git a/asset/art/gif/c00_吕萍通用动作/c00_吕萍通用动作_frames.tres b/asset/art/gif/c00_吕萍通用动作/c00_吕萍通用动作_frames.tres new file mode 100644 index 00000000..82830ed8 --- /dev/null +++ b/asset/art/gif/c00_吕萍通用动作/c00_吕萍通用动作_frames.tres @@ -0,0 +1,4 @@ +[gd_resource type="SpriteFrames" format=3 uid="uid://di43shn22n5ph"] + +[resource] +animations = [] diff --git a/asset/art/gif/c00_吕萍通用动作/frames.tres b/asset/art/gif/c00_吕萍通用动作/frames.tres deleted file mode 100644 index ee7c218a..00000000 --- a/asset/art/gif/c00_吕萍通用动作/frames.tres +++ /dev/null @@ -1,4 +0,0 @@ -[gd_resource type="SpriteFrames" load_steps=9 format=3 uid="uid://di43shn22n5ph"] - -[resource] -animations = [] diff --git a/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯.gif.import b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯.gif.import new file mode 100644 index 00000000..64b1165b --- /dev/null +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯.gif.import @@ -0,0 +1,14 @@ +[remap] + +importer="gif.animated.texture.plugin" +type="SpriteFrames" +uid="uid://cf0me4r5upti4" +path="res://.godot/imported/吕萍_中位点灯.gif-caa3eacc23d5dc96aa15ef2f595fa48b.tres" + +[deps] + +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯.gif" +dest_files=["res://.godot/imported/吕萍_中位点灯.gif-caa3eacc23d5dc96aa15ef2f595fa48b.tres"] + +[params] + diff --git a/asset/art/gif/c02_公寓过道/中位点火/1.png b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/1.png similarity index 100% rename from asset/art/gif/c02_公寓过道/中位点火/1.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/1.png diff --git a/asset/art/gif/c02_公寓过道/中位点火/1.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/1.png.import similarity index 70% rename from asset/art/gif/c02_公寓过道/中位点火/1.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/1.png.import index 44e45df4..e5c2e99c 100644 --- a/asset/art/gif/c02_公寓过道/中位点火/1.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/1.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://rvh8orq77wf" -path="res://.godot/imported/1.png-34134550f10b3f361a3689ca3baffbee.ctex" +path="res://.godot/imported/1.png-356538511c50e21a16cb4df1bd91c5fd.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/中位点火/1.png" -dest_files=["res://.godot/imported/1.png-34134550f10b3f361a3689ca3baffbee.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/1.png" +dest_files=["res://.godot/imported/1.png-356538511c50e21a16cb4df1bd91c5fd.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/中位点火/10.png b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/10.png similarity index 100% rename from asset/art/gif/c02_公寓过道/中位点火/10.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/10.png diff --git a/asset/art/gif/c02_公寓过道/中位点火/10.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/10.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/中位点火/10.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/10.png.import index 88bbd03c..2e654927 100644 --- a/asset/art/gif/c02_公寓过道/中位点火/10.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/10.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d24fhsybpyn0q" -path="res://.godot/imported/10.png-6affa62ce8d5f4db72d725cd2d7afbc6.ctex" +path="res://.godot/imported/10.png-36000de5553216c6a0222d4e5aa65e82.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/中位点火/10.png" -dest_files=["res://.godot/imported/10.png-6affa62ce8d5f4db72d725cd2d7afbc6.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/10.png" +dest_files=["res://.godot/imported/10.png-36000de5553216c6a0222d4e5aa65e82.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/中位点火/11.png b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/11.png similarity index 100% rename from asset/art/gif/c02_公寓过道/中位点火/11.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/11.png diff --git a/asset/art/gif/c02_公寓过道/中位点火/11.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/11.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/中位点火/11.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/11.png.import index fd3e475c..54bc09ca 100644 --- a/asset/art/gif/c02_公寓过道/中位点火/11.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/11.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c7nk4qphjwgpf" -path="res://.godot/imported/11.png-6a9ee4ace02e65d1b33e50a6d946f3a2.ctex" +path="res://.godot/imported/11.png-3dd21a6df508ffdb6fe2613ed5abc484.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/中位点火/11.png" -dest_files=["res://.godot/imported/11.png-6a9ee4ace02e65d1b33e50a6d946f3a2.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/11.png" +dest_files=["res://.godot/imported/11.png-3dd21a6df508ffdb6fe2613ed5abc484.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/中位点火/2.png b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/2.png similarity index 100% rename from asset/art/gif/c02_公寓过道/中位点火/2.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/2.png diff --git a/asset/art/gif/c02_公寓过道/中位点火/2.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/2.png.import similarity index 70% rename from asset/art/gif/c02_公寓过道/中位点火/2.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/2.png.import index 2cfdb509..d8197289 100644 --- a/asset/art/gif/c02_公寓过道/中位点火/2.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/2.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://do2vf1i3823g3" -path="res://.godot/imported/2.png-aa6775f66f503b9bc45bb9c834644786.ctex" +path="res://.godot/imported/2.png-ab42479c9c88b0c20ab4439e3de3e8b2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/中位点火/2.png" -dest_files=["res://.godot/imported/2.png-aa6775f66f503b9bc45bb9c834644786.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/2.png" +dest_files=["res://.godot/imported/2.png-ab42479c9c88b0c20ab4439e3de3e8b2.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/中位点火/3.png b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/3.png similarity index 100% rename from asset/art/gif/c02_公寓过道/中位点火/3.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/3.png diff --git a/asset/art/gif/c02_公寓过道/中位点火/3.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/3.png.import similarity index 70% rename from asset/art/gif/c02_公寓过道/中位点火/3.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/3.png.import index 5aee7c66..b804af52 100644 --- a/asset/art/gif/c02_公寓过道/中位点火/3.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/3.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://e57xp73gnmff" -path="res://.godot/imported/3.png-91ecc8c9aaf6eb916a83a43a12c149b0.ctex" +path="res://.godot/imported/3.png-6d8f29008c3860649a492c6c08081cf0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/中位点火/3.png" -dest_files=["res://.godot/imported/3.png-91ecc8c9aaf6eb916a83a43a12c149b0.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/3.png" +dest_files=["res://.godot/imported/3.png-6d8f29008c3860649a492c6c08081cf0.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/中位点火/4.png b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/4.png similarity index 100% rename from asset/art/gif/c02_公寓过道/中位点火/4.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/4.png diff --git a/asset/art/gif/c02_公寓过道/中位点火/4.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/4.png.import similarity index 70% rename from asset/art/gif/c02_公寓过道/中位点火/4.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/4.png.import index f6f87bde..147a88ea 100644 --- a/asset/art/gif/c02_公寓过道/中位点火/4.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/4.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://du3u3qrpqo36p" -path="res://.godot/imported/4.png-8458a003f1930075388bebe659cb001f.ctex" +path="res://.godot/imported/4.png-ec6f630171f98f3eadeadebfe22fedfd.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/中位点火/4.png" -dest_files=["res://.godot/imported/4.png-8458a003f1930075388bebe659cb001f.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/4.png" +dest_files=["res://.godot/imported/4.png-ec6f630171f98f3eadeadebfe22fedfd.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/中位点火/5.png b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/5.png similarity index 100% rename from asset/art/gif/c02_公寓过道/中位点火/5.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/5.png diff --git a/asset/art/gif/c02_公寓过道/中位点火/5.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/5.png.import similarity index 70% rename from asset/art/gif/c02_公寓过道/中位点火/5.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/5.png.import index 618f2f06..559710e1 100644 --- a/asset/art/gif/c02_公寓过道/中位点火/5.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/5.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://btoa4jb5gltcn" -path="res://.godot/imported/5.png-aeb0c9e7dc40191ae4670177be7412ea.ctex" +path="res://.godot/imported/5.png-25ef98b9e8272c8d76f09243d4c11ed0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/中位点火/5.png" -dest_files=["res://.godot/imported/5.png-aeb0c9e7dc40191ae4670177be7412ea.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/5.png" +dest_files=["res://.godot/imported/5.png-25ef98b9e8272c8d76f09243d4c11ed0.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/中位点火/6.png b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/6.png similarity index 100% rename from asset/art/gif/c02_公寓过道/中位点火/6.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/6.png diff --git a/asset/art/gif/c02_公寓过道/中位点火/6.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/6.png.import similarity index 70% rename from asset/art/gif/c02_公寓过道/中位点火/6.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/6.png.import index 763a8fec..1d528d47 100644 --- a/asset/art/gif/c02_公寓过道/中位点火/6.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/6.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://55es75jviach" -path="res://.godot/imported/6.png-4af3ee40f7d5e232d1329bfe6c459ec1.ctex" +path="res://.godot/imported/6.png-db32196ac83cd2e3430fedc753ebc205.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/中位点火/6.png" -dest_files=["res://.godot/imported/6.png-4af3ee40f7d5e232d1329bfe6c459ec1.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/6.png" +dest_files=["res://.godot/imported/6.png-db32196ac83cd2e3430fedc753ebc205.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/中位点火/7.png b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/7.png similarity index 100% rename from asset/art/gif/c02_公寓过道/中位点火/7.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/7.png diff --git a/asset/art/gif/c02_公寓过道/中位点火/7.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/7.png.import similarity index 70% rename from asset/art/gif/c02_公寓过道/中位点火/7.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/7.png.import index 3f7696be..f7453860 100644 --- a/asset/art/gif/c02_公寓过道/中位点火/7.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/7.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cr6rl0xiohyul" -path="res://.godot/imported/7.png-b47cf98ac34e3d15c9bd0ddfb9c1977a.ctex" +path="res://.godot/imported/7.png-03fa2d3e4e5f5b5e942a2cdf6be527ed.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/中位点火/7.png" -dest_files=["res://.godot/imported/7.png-b47cf98ac34e3d15c9bd0ddfb9c1977a.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/7.png" +dest_files=["res://.godot/imported/7.png-03fa2d3e4e5f5b5e942a2cdf6be527ed.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/中位点火/8.png b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/8.png similarity index 100% rename from asset/art/gif/c02_公寓过道/中位点火/8.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/8.png diff --git a/asset/art/gif/c02_公寓过道/中位点火/8.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/8.png.import similarity index 70% rename from asset/art/gif/c02_公寓过道/中位点火/8.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/8.png.import index 8dff2b8c..7b9ab87e 100644 --- a/asset/art/gif/c02_公寓过道/中位点火/8.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/8.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bwigcgm5mel1n" -path="res://.godot/imported/8.png-f3fb7fe5efc06a3a2c3996e5501f13aa.ctex" +path="res://.godot/imported/8.png-98f705ec20f97df6468e4cf0a2653da0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/中位点火/8.png" -dest_files=["res://.godot/imported/8.png-f3fb7fe5efc06a3a2c3996e5501f13aa.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/8.png" +dest_files=["res://.godot/imported/8.png-98f705ec20f97df6468e4cf0a2653da0.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/中位点火/9.png b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/9.png similarity index 100% rename from asset/art/gif/c02_公寓过道/中位点火/9.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/9.png diff --git a/asset/art/gif/c02_公寓过道/中位点火/9.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/9.png.import similarity index 70% rename from asset/art/gif/c02_公寓过道/中位点火/9.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/9.png.import index 7a19e500..952c983b 100644 --- a/asset/art/gif/c02_公寓过道/中位点火/9.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/9.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ccft1j3dbbgun" -path="res://.godot/imported/9.png-04e86a058ffb56b27728844146302e41.ctex" +path="res://.godot/imported/9.png-9bdef62539684b75d91491d16d0a596c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/中位点火/9.png" -dest_files=["res://.godot/imported/9.png-04e86a058ffb56b27728844146302e41.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/9.png" +dest_files=["res://.godot/imported/9.png-9bdef62539684b75d91491d16d0a596c.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/0.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/0.png.import similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/0.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/0.png.import diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/1.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/1.png.import similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/1.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/1.png.import diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/10.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/10.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/10.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/10.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/10.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/10.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/10.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/10.png.import index fe4b98af..be40c247 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/10.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/10.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c3pyse5orb6d3" -path="res://.godot/imported/10.png-d080be4cacb2130b0bd17aed368b5a46.ctex" +path="res://.godot/imported/10.png-5790030140e9c3d7d486b7049ea0dc23.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/10.png" -dest_files=["res://.godot/imported/10.png-d080be4cacb2130b0bd17aed368b5a46.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/10.png" +dest_files=["res://.godot/imported/10.png-5790030140e9c3d7d486b7049ea0dc23.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/11.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/11.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/11.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/11.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/11.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/11.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/11.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/11.png.import index 91a39b76..b7f3c8f3 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/11.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/11.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ct1dwyinfcf1y" -path="res://.godot/imported/11.png-07a051653fa3c88b004faf18e54f9350.ctex" +path="res://.godot/imported/11.png-41dd10644e40850a3b37b16c731878a7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/11.png" -dest_files=["res://.godot/imported/11.png-07a051653fa3c88b004faf18e54f9350.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/11.png" +dest_files=["res://.godot/imported/11.png-41dd10644e40850a3b37b16c731878a7.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/12.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/12.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/12.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/12.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/12.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/12.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/12.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/12.png.import index 5ef0734b..58012499 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/12.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/12.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cgvyie71v5v1k" -path="res://.godot/imported/12.png-120175c12eb2430579c48f8abad299b2.ctex" +path="res://.godot/imported/12.png-915df93e7f511f2c68de2e143a586dd5.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/12.png" -dest_files=["res://.godot/imported/12.png-120175c12eb2430579c48f8abad299b2.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/12.png" +dest_files=["res://.godot/imported/12.png-915df93e7f511f2c68de2e143a586dd5.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/13.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/13.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/13.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/13.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/13.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/13.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/13.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/13.png.import index 6dcf1495..52a658c2 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/13.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/13.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cqyeu817yd58j" -path="res://.godot/imported/13.png-2d2544da0c523345093300f3fe3afe6e.ctex" +path="res://.godot/imported/13.png-791789826b7aa4d2ecef9b7b156f6964.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/13.png" -dest_files=["res://.godot/imported/13.png-2d2544da0c523345093300f3fe3afe6e.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/13.png" +dest_files=["res://.godot/imported/13.png-791789826b7aa4d2ecef9b7b156f6964.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/14.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/14.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/14.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/14.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/14.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/14.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/14.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/14.png.import index a7f225ed..4a39e300 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/14.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/14.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c248uhpfio1jm" -path="res://.godot/imported/14.png-78ab8e3dccd5d2cb04972c6bbee12af8.ctex" +path="res://.godot/imported/14.png-76e42f87b8950208510642b83108a6cd.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/14.png" -dest_files=["res://.godot/imported/14.png-78ab8e3dccd5d2cb04972c6bbee12af8.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/14.png" +dest_files=["res://.godot/imported/14.png-76e42f87b8950208510642b83108a6cd.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/15.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/15.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/15.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/15.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/15.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/15.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/15.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/15.png.import index b0de5b72..a575ffae 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/15.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/15.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cvdf5m34nivja" -path="res://.godot/imported/15.png-57e1240596222346504a29b922d2b2e4.ctex" +path="res://.godot/imported/15.png-e80c21d90a2aeacf24b1660320539688.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/15.png" -dest_files=["res://.godot/imported/15.png-57e1240596222346504a29b922d2b2e4.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/15.png" +dest_files=["res://.godot/imported/15.png-e80c21d90a2aeacf24b1660320539688.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/16.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/16.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/16.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/16.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/16.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/16.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/16.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/16.png.import index e8f6eb9e..37084d64 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/16.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/16.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cyvu1mjmehwx1" -path="res://.godot/imported/16.png-9a8e6d8855c2f2ed6e15e79b659f1f19.ctex" +path="res://.godot/imported/16.png-aa2ea6ae3c68bea419f8085ba2d6e5b2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/16.png" -dest_files=["res://.godot/imported/16.png-9a8e6d8855c2f2ed6e15e79b659f1f19.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/16.png" +dest_files=["res://.godot/imported/16.png-aa2ea6ae3c68bea419f8085ba2d6e5b2.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/17.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/17.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/17.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/17.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/17.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/17.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/17.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/17.png.import index 9acd4fcd..0a0bf644 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/17.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/17.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dk5x8aiclvev2" -path="res://.godot/imported/17.png-b366a2a1da6863dd3252d8c36281d4eb.ctex" +path="res://.godot/imported/17.png-e5a7527fbd06990ed557580a48e570d9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/17.png" -dest_files=["res://.godot/imported/17.png-b366a2a1da6863dd3252d8c36281d4eb.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/17.png" +dest_files=["res://.godot/imported/17.png-e5a7527fbd06990ed557580a48e570d9.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/18.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/18.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/18.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/18.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/18.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/18.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/18.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/18.png.import index 4aec8e95..427184cf 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/18.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/18.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ccq1ok81fsr0j" -path="res://.godot/imported/18.png-056e93c66717c0e7ca24353a195fd3ad.ctex" +path="res://.godot/imported/18.png-6387e298523edf10aeb12aabe52fd241.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/18.png" -dest_files=["res://.godot/imported/18.png-056e93c66717c0e7ca24353a195fd3ad.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/18.png" +dest_files=["res://.godot/imported/18.png-6387e298523edf10aeb12aabe52fd241.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/19.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/19.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/19.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/19.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/19.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/19.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/19.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/19.png.import index b82793e4..35efeb7f 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/19.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/19.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://6i4of4vv4hmm" -path="res://.godot/imported/19.png-83ee306aa936b6bf2bec429ef951abee.ctex" +path="res://.godot/imported/19.png-9606be6a4d6f1fb3c14aa30ca7a0db88.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/19.png" -dest_files=["res://.godot/imported/19.png-83ee306aa936b6bf2bec429ef951abee.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/19.png" +dest_files=["res://.godot/imported/19.png-9606be6a4d6f1fb3c14aa30ca7a0db88.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/2.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/2.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/2.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/2.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/2.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/2.png.import similarity index 70% rename from asset/art/gif/c02_公寓过道/吕萍点灯/2.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/2.png.import index 9964036b..ef2dbde5 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/2.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/2.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cf3h4eoh5qa3c" -path="res://.godot/imported/2.png-3bf1fd33e44dbf709cc2dbb94d83c2dc.ctex" +path="res://.godot/imported/2.png-8dcb6268657086963ed52addb495caa0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/2.png" -dest_files=["res://.godot/imported/2.png-3bf1fd33e44dbf709cc2dbb94d83c2dc.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/2.png" +dest_files=["res://.godot/imported/2.png-8dcb6268657086963ed52addb495caa0.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/20.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/20.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/20.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/20.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/20.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/20.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/20.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/20.png.import index 7a939080..2b08f254 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/20.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/20.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://be5st5y55w8hm" -path="res://.godot/imported/20.png-5ddce3e0832a51fca668688903510a31.ctex" +path="res://.godot/imported/20.png-b0b9cfdae4c8bb5fef3e800f74ccac3b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/20.png" -dest_files=["res://.godot/imported/20.png-5ddce3e0832a51fca668688903510a31.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/20.png" +dest_files=["res://.godot/imported/20.png-b0b9cfdae4c8bb5fef3e800f74ccac3b.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/21.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/21.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/21.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/21.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/21.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/21.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/21.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/21.png.import index 3dbcaffa..73b61bf0 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/21.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/21.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://brfk4su6wbe2w" -path="res://.godot/imported/21.png-4fa57825492f8f74da2b9e6bda27e9a4.ctex" +path="res://.godot/imported/21.png-ebf7626b370fe85fe9730c2ca7a9e1a8.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/21.png" -dest_files=["res://.godot/imported/21.png-4fa57825492f8f74da2b9e6bda27e9a4.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/21.png" +dest_files=["res://.godot/imported/21.png-ebf7626b370fe85fe9730c2ca7a9e1a8.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/3.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/3.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/3.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/3.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/3.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/3.png.import similarity index 70% rename from asset/art/gif/c02_公寓过道/吕萍点灯/3.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/3.png.import index 296353ca..62fc5a34 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/3.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/3.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c87pytx32ikt4" -path="res://.godot/imported/3.png-8aadde10de23b0c0a749100664c695cb.ctex" +path="res://.godot/imported/3.png-36d55d9be527a3f2b6aa26e1ca4a0cee.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/3.png" -dest_files=["res://.godot/imported/3.png-8aadde10de23b0c0a749100664c695cb.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/3.png" +dest_files=["res://.godot/imported/3.png-36d55d9be527a3f2b6aa26e1ca4a0cee.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/4.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/4.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/4.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/4.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/4.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/4.png.import similarity index 70% rename from asset/art/gif/c02_公寓过道/吕萍点灯/4.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/4.png.import index 9b973cd3..ccd7a324 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/4.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/4.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://s7blpvb4orm1" -path="res://.godot/imported/4.png-166487963641558f422958cb01d2deb2.ctex" +path="res://.godot/imported/4.png-9452de020fea0beb07d16dbe6d9284a2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/4.png" -dest_files=["res://.godot/imported/4.png-166487963641558f422958cb01d2deb2.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/4.png" +dest_files=["res://.godot/imported/4.png-9452de020fea0beb07d16dbe6d9284a2.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/5.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/5.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/5.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/5.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/5.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/5.png.import similarity index 70% rename from asset/art/gif/c02_公寓过道/吕萍点灯/5.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/5.png.import index d35ba741..191661e2 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/5.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/5.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ckvo6rc4pfuoy" -path="res://.godot/imported/5.png-fa80638e988613f1a9b81f0f9cfb4764.ctex" +path="res://.godot/imported/5.png-682cc5eaee663ed5aad2ad8b40bf17d2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/5.png" -dest_files=["res://.godot/imported/5.png-fa80638e988613f1a9b81f0f9cfb4764.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/5.png" +dest_files=["res://.godot/imported/5.png-682cc5eaee663ed5aad2ad8b40bf17d2.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/6.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/6.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/6.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/6.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/6.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/6.png.import similarity index 70% rename from asset/art/gif/c02_公寓过道/吕萍点灯/6.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/6.png.import index 01cf7ba3..813eb5df 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/6.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/6.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cubqkdxqo2oi" -path="res://.godot/imported/6.png-0b56b4b12790268cca0065a40c03437e.ctex" +path="res://.godot/imported/6.png-19149b5b30ee114825821a2d76553012.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/6.png" -dest_files=["res://.godot/imported/6.png-0b56b4b12790268cca0065a40c03437e.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/6.png" +dest_files=["res://.godot/imported/6.png-19149b5b30ee114825821a2d76553012.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/7.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/7.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/7.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/7.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/7.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/7.png.import similarity index 70% rename from asset/art/gif/c02_公寓过道/吕萍点灯/7.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/7.png.import index 08380dc8..db557002 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/7.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/7.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c3tkp5x6ujiul" -path="res://.godot/imported/7.png-235ef43646780de5577a1ec94c0fee81.ctex" +path="res://.godot/imported/7.png-76af2c83f9c620ead59dfc6facd0079c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/7.png" -dest_files=["res://.godot/imported/7.png-235ef43646780de5577a1ec94c0fee81.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/7.png" +dest_files=["res://.godot/imported/7.png-76af2c83f9c620ead59dfc6facd0079c.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/8.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/8.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/8.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/8.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/8.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/8.png.import similarity index 70% rename from asset/art/gif/c02_公寓过道/吕萍点灯/8.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/8.png.import index ac67c390..19dba2b4 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/8.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/8.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cuvheveto1hiv" -path="res://.godot/imported/8.png-dcd337aa0c63362280bdbec1120a7da4.ctex" +path="res://.godot/imported/8.png-7967d5ccf8bbc64f28e8924788ea43f9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/8.png" -dest_files=["res://.godot/imported/8.png-dcd337aa0c63362280bdbec1120a7da4.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/8.png" +dest_files=["res://.godot/imported/8.png-7967d5ccf8bbc64f28e8924788ea43f9.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/9.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/9.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/9.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/9.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/9.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/9.png.import similarity index 70% rename from asset/art/gif/c02_公寓过道/吕萍点灯/9.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/9.png.import index 45d1f493..a12a9fe1 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/9.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/9.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bcpekswq0oeia" -path="res://.godot/imported/9.png-c3dcca9f4c2d2d3295cdc0bba1036995.ctex" +path="res://.godot/imported/9.png-c428f5e8fb665aacdaa329b35be83c8f.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/9.png" -dest_files=["res://.godot/imported/9.png-c3dcca9f4c2d2d3295cdc0bba1036995.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/9.png" +dest_files=["res://.godot/imported/9.png-c428f5e8fb665aacdaa329b35be83c8f.ctex"] [params] diff --git a/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/frames.tres b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/frames.tres new file mode 100644 index 00000000..5cc3f11a --- /dev/null +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/frames.tres @@ -0,0 +1,174 @@ +[gd_resource type="SpriteFrames" load_steps=23 format=3 uid="uid://dr4pphv6nmhmi"] + +[ext_resource type="Texture2D" uid="uid://hhjxahyhsdf0" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/0.png" id="1_eq2y1"] +[ext_resource type="Texture2D" uid="uid://b2ucr34k6oclt" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/1.png" id="2_r62t6"] +[ext_resource type="Texture2D" uid="uid://djp3begqm64y7" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/2.png" id="3_rctre"] +[ext_resource type="Texture2D" uid="uid://cbujptehfjdth" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/3.png" id="4_mwd73"] +[ext_resource type="Texture2D" uid="uid://dghd10n0dsooc" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/4.png" id="5_7vrkm"] +[ext_resource type="Texture2D" uid="uid://beg6qtqnp2er7" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/5.png" id="6_2scbr"] +[ext_resource type="Texture2D" uid="uid://d41ofcuf17t5" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/6.png" id="7_47e04"] +[ext_resource type="Texture2D" uid="uid://b4nj0xum6l5jc" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/7.png" id="8_ks8da"] +[ext_resource type="Texture2D" uid="uid://d224a5sjlr08k" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/8.png" id="9_eccw4"] +[ext_resource type="Texture2D" uid="uid://cy4fupeqsb8j7" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/9.png" id="10_ajfqo"] +[ext_resource type="Texture2D" uid="uid://b6m0fioye8672" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/10.png" id="11_mfpmv"] +[ext_resource type="Texture2D" uid="uid://dfeedo6ieeue8" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/11.png" id="12_kfpgq"] +[ext_resource type="Texture2D" uid="uid://b7vxbva4qgbws" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/12.png" id="13_t41fi"] +[ext_resource type="Texture2D" uid="uid://b1m4ix63ghm3f" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/13.png" id="14_xgy3k"] +[ext_resource type="Texture2D" uid="uid://b4biw38s1r7v4" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/14.png" id="15_qpfs8"] +[ext_resource type="Texture2D" uid="uid://ctiu1bjeqi112" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/15.png" id="16_p10u1"] +[ext_resource type="Texture2D" uid="uid://d1ui0pq6td7rk" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/16.png" id="17_ovxbv"] +[ext_resource type="Texture2D" uid="uid://unjfmh8ktdp8" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/17.png" id="18_8dglk"] +[ext_resource type="Texture2D" uid="uid://b6qcb0uvuwuwf" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/18.png" id="19_u15pk"] +[ext_resource type="Texture2D" uid="uid://d14xglu1ffysy" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/19.png" id="20_i4cj3"] +[ext_resource type="Texture2D" uid="uid://b3bpix0xv4am2" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/20.png" id="21_tl2o5"] +[ext_resource type="Texture2D" uid="uid://ch5wi4qb53ysv" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/21.png" id="22_a4th4"] + +[resource] +animations = [{ +"frames": [], +"loop": true, +"name": &"default", +"speed": 5.0 +}, { +"frames": [{ +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}, { +"duration": 0.9, +"texture": null +}], +"loop": true, +"name": &"吕萍点灯", +"speed": 30.0 +}, { +"frames": [{ +"duration": 0.9, +"texture": ExtResource("1_eq2y1") +}, { +"duration": 0.9, +"texture": ExtResource("2_r62t6") +}, { +"duration": 0.9, +"texture": ExtResource("3_rctre") +}, { +"duration": 0.9, +"texture": ExtResource("4_mwd73") +}, { +"duration": 0.9, +"texture": ExtResource("5_7vrkm") +}, { +"duration": 0.9, +"texture": ExtResource("6_2scbr") +}, { +"duration": 0.9, +"texture": ExtResource("7_47e04") +}, { +"duration": 0.9, +"texture": ExtResource("8_ks8da") +}, { +"duration": 0.9, +"texture": ExtResource("9_eccw4") +}, { +"duration": 0.9, +"texture": ExtResource("10_ajfqo") +}, { +"duration": 0.9, +"texture": ExtResource("11_mfpmv") +}, { +"duration": 0.9, +"texture": ExtResource("12_kfpgq") +}, { +"duration": 0.9, +"texture": ExtResource("13_t41fi") +}, { +"duration": 0.9, +"texture": ExtResource("14_xgy3k") +}, { +"duration": 0.9, +"texture": ExtResource("15_qpfs8") +}, { +"duration": 0.9, +"texture": ExtResource("16_p10u1") +}, { +"duration": 0.9, +"texture": ExtResource("17_ovxbv") +}, { +"duration": 0.9, +"texture": ExtResource("18_8dglk") +}, { +"duration": 0.9, +"texture": ExtResource("19_u15pk") +}, { +"duration": 0.9, +"texture": ExtResource("20_i4cj3") +}, { +"duration": 0.9, +"texture": ExtResource("21_tl2o5") +}, { +"duration": 0.9, +"texture": ExtResource("22_a4th4") +}], +"loop": true, +"name": &"吕萍点灯(前两帧舍弃)", +"speed": 30.0 +}] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/0.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/0.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/0.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/0.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/0.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/0.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/0.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/0.png.import index b2ce5003..5a7feb38 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/0.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/0.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cdie74ndb86q7" -path="res://.godot/imported/0.png-9a6680c7ffa0090dc8d2d991b153ecc8.ctex" +path="res://.godot/imported/0.png-afebccd3a13b3d2158af713bcab7d369.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/0.png" -dest_files=["res://.godot/imported/0.png-9a6680c7ffa0090dc8d2d991b153ecc8.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/0.png" +dest_files=["res://.godot/imported/0.png-afebccd3a13b3d2158af713bcab7d369.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/1.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/1.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/1.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/1.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/1.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/1.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/1.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/1.png.import index b38d04ec..b8f8559a 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/1.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/1.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cdd6n876ue3hv" -path="res://.godot/imported/1.png-ba85bc69095d5d1657d5d269c241d035.ctex" +path="res://.godot/imported/1.png-e7f953ae3d7fa7bda418392dad46d182.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/1.png" -dest_files=["res://.godot/imported/1.png-ba85bc69095d5d1657d5d269c241d035.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/1.png" +dest_files=["res://.godot/imported/1.png-e7f953ae3d7fa7bda418392dad46d182.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/10.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/10.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/10.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/10.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/10.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/10.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/10.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/10.png.import index 89b86c6c..4fa95be4 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/10.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/10.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dkscejsankuxk" -path="res://.godot/imported/10.png-56ed7b07a485df6bdcc08f561eb5e3eb.ctex" +path="res://.godot/imported/10.png-7a2450af840e01e3cc6633d7e22c24fd.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/10.png" -dest_files=["res://.godot/imported/10.png-56ed7b07a485df6bdcc08f561eb5e3eb.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/10.png" +dest_files=["res://.godot/imported/10.png-7a2450af840e01e3cc6633d7e22c24fd.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/11.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/11.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/11.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/11.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/11.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/11.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/11.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/11.png.import index 6fb48858..009ca7e0 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/11.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/11.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cvpfhbsg8j0td" -path="res://.godot/imported/11.png-f3b6c9b3077cb4186a2a1b454ebe1eb7.ctex" +path="res://.godot/imported/11.png-7fc55a70d4c5105ef0ba20c3b0d393e6.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/11.png" -dest_files=["res://.godot/imported/11.png-f3b6c9b3077cb4186a2a1b454ebe1eb7.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/11.png" +dest_files=["res://.godot/imported/11.png-7fc55a70d4c5105ef0ba20c3b0d393e6.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/12.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/12.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/12.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/12.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/12.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/12.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/12.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/12.png.import index cfbbf3c2..e0a3d212 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/12.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/12.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://jsx310l6rvg3" -path="res://.godot/imported/12.png-4250c0683ea3621e846ae668bac12893.ctex" +path="res://.godot/imported/12.png-cc24a1ca8a1245def4f2ec9829e64bef.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/12.png" -dest_files=["res://.godot/imported/12.png-4250c0683ea3621e846ae668bac12893.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/12.png" +dest_files=["res://.godot/imported/12.png-cc24a1ca8a1245def4f2ec9829e64bef.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/13.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/13.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/13.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/13.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/13.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/13.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/13.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/13.png.import index 0661f1aa..61de7fc7 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/13.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/13.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://un0uel0bc58o" -path="res://.godot/imported/13.png-90b55f1a63126c8f6f6f019a988bfcd7.ctex" +path="res://.godot/imported/13.png-8020230f347ce873efc08a6b5f2fd4d5.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/13.png" -dest_files=["res://.godot/imported/13.png-90b55f1a63126c8f6f6f019a988bfcd7.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/13.png" +dest_files=["res://.godot/imported/13.png-8020230f347ce873efc08a6b5f2fd4d5.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/14.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/14.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/14.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/14.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/14.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/14.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/14.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/14.png.import index f574a36d..1437c9bc 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/14.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/14.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bvcfl8nbshd4r" -path="res://.godot/imported/14.png-b36a35a3541eb86bf26c5fc11eab900b.ctex" +path="res://.godot/imported/14.png-ae40fe93815878f850945a08cb5331ac.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/14.png" -dest_files=["res://.godot/imported/14.png-b36a35a3541eb86bf26c5fc11eab900b.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/14.png" +dest_files=["res://.godot/imported/14.png-ae40fe93815878f850945a08cb5331ac.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/15.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/15.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/15.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/15.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/15.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/15.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/15.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/15.png.import index f6f74090..a43da5f8 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/15.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/15.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bsd7b4qdl7wd6" -path="res://.godot/imported/15.png-52c8a50f46a7662861d2f46dc855d988.ctex" +path="res://.godot/imported/15.png-31dd381971233776617f5079133128c3.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/15.png" -dest_files=["res://.godot/imported/15.png-52c8a50f46a7662861d2f46dc855d988.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/15.png" +dest_files=["res://.godot/imported/15.png-31dd381971233776617f5079133128c3.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/16.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/16.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/16.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/16.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/16.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/16.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/16.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/16.png.import index 01c8cbf9..f4134397 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/16.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/16.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://q70ivfajapvi" -path="res://.godot/imported/16.png-6609c0478d6f8c006f82dc6856d977bb.ctex" +path="res://.godot/imported/16.png-8fc517c653ed348b4512bd1d3d1fc5da.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/16.png" -dest_files=["res://.godot/imported/16.png-6609c0478d6f8c006f82dc6856d977bb.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/16.png" +dest_files=["res://.godot/imported/16.png-8fc517c653ed348b4512bd1d3d1fc5da.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/17.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/17.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/17.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/17.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/17.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/17.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/17.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/17.png.import index 3fea403a..60da667d 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/17.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/17.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://s1x52y6j1ok" -path="res://.godot/imported/17.png-f44e82877a628bad5bed9d5af0790188.ctex" +path="res://.godot/imported/17.png-aeb28cfb9ef6937c93124dba1a49c83b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/17.png" -dest_files=["res://.godot/imported/17.png-f44e82877a628bad5bed9d5af0790188.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/17.png" +dest_files=["res://.godot/imported/17.png-aeb28cfb9ef6937c93124dba1a49c83b.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/18.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/18.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/18.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/18.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/18.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/18.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/18.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/18.png.import index 5c420807..8010f537 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/18.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/18.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cb8abxdakkyjm" -path="res://.godot/imported/18.png-6b8cdc44cd83dccb5f2b296f2618288e.ctex" +path="res://.godot/imported/18.png-078c9497ea71ac2ed42a7ee9fcdc9201.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/18.png" -dest_files=["res://.godot/imported/18.png-6b8cdc44cd83dccb5f2b296f2618288e.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/18.png" +dest_files=["res://.godot/imported/18.png-078c9497ea71ac2ed42a7ee9fcdc9201.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/19.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/19.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/19.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/19.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/19.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/19.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/19.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/19.png.import index be614e7c..eb165cf4 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/19.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/19.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bytijjvopkl0t" -path="res://.godot/imported/19.png-d0955ec2f9a6f4d6b2b630e5940b202d.ctex" +path="res://.godot/imported/19.png-67e31cf3ff163204683c02948e29ae1b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/19.png" -dest_files=["res://.godot/imported/19.png-d0955ec2f9a6f4d6b2b630e5940b202d.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/19.png" +dest_files=["res://.godot/imported/19.png-67e31cf3ff163204683c02948e29ae1b.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/2.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/2.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/2.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/2.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/2.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/2.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/2.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/2.png.import index a197c92b..37148005 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/2.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/2.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bnbrlpkk0hykq" -path="res://.godot/imported/2.png-79e4a2441724447c84149642911c599a.ctex" +path="res://.godot/imported/2.png-8a4f7052c5a903a9ec8b389614f23dc1.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/2.png" -dest_files=["res://.godot/imported/2.png-79e4a2441724447c84149642911c599a.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/2.png" +dest_files=["res://.godot/imported/2.png-8a4f7052c5a903a9ec8b389614f23dc1.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/20.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/20.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/20.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/20.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/20.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/20.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/20.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/20.png.import index 23e72e46..532c212a 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/20.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/20.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://6sook1w258s6" -path="res://.godot/imported/20.png-88bed5102dac35d9e36771de4a51de79.ctex" +path="res://.godot/imported/20.png-51916c6b11252fda513e83712a4a152c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/20.png" -dest_files=["res://.godot/imported/20.png-88bed5102dac35d9e36771de4a51de79.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/20.png" +dest_files=["res://.godot/imported/20.png-51916c6b11252fda513e83712a4a152c.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/21.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/21.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/21.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/21.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/21.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/21.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/21.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/21.png.import index 6c1c10af..9fcd82bc 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/21.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/21.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://da3slrybt51na" -path="res://.godot/imported/21.png-ed85b6aaf3a8882722a94c530d7095c2.ctex" +path="res://.godot/imported/21.png-74c8f4eca408ed3ff3ca3ec528ad1501.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/21.png" -dest_files=["res://.godot/imported/21.png-ed85b6aaf3a8882722a94c530d7095c2.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/21.png" +dest_files=["res://.godot/imported/21.png-74c8f4eca408ed3ff3ca3ec528ad1501.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/3.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/3.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/3.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/3.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/3.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/3.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/3.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/3.png.import index 401f50b3..b0ce54d3 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/3.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/3.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cb2ssrw7mnvns" -path="res://.godot/imported/3.png-f285a75841e433dae8e97d3dfae847ea.ctex" +path="res://.godot/imported/3.png-de0515b23dd78c2525fef571c9ad141e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/3.png" -dest_files=["res://.godot/imported/3.png-f285a75841e433dae8e97d3dfae847ea.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/3.png" +dest_files=["res://.godot/imported/3.png-de0515b23dd78c2525fef571c9ad141e.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/4.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/4.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/4.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/4.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/4.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/4.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/4.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/4.png.import index 6bdbc0f0..23356abc 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/4.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/4.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cwge5b2t01w6h" -path="res://.godot/imported/4.png-1185c9e6ce65a13fa5b34c474f47fde4.ctex" +path="res://.godot/imported/4.png-3bb05c31e7d0d301c6cefe83274d8801.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/4.png" -dest_files=["res://.godot/imported/4.png-1185c9e6ce65a13fa5b34c474f47fde4.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/4.png" +dest_files=["res://.godot/imported/4.png-3bb05c31e7d0d301c6cefe83274d8801.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/5.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/5.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/5.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/5.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/5.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/5.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/5.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/5.png.import index d86526cd..55d8765d 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/5.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/5.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bp2761do6r8va" -path="res://.godot/imported/5.png-136f28d8275075f07f0b94291b138fe3.ctex" +path="res://.godot/imported/5.png-1f2cfbe210187c3ecc734c08e18db217.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/5.png" -dest_files=["res://.godot/imported/5.png-136f28d8275075f07f0b94291b138fe3.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/5.png" +dest_files=["res://.godot/imported/5.png-1f2cfbe210187c3ecc734c08e18db217.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/6.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/6.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/6.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/6.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/6.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/6.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/6.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/6.png.import index f31c8967..11e5c6a9 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/6.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/6.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b1ajsuur24ata" -path="res://.godot/imported/6.png-ae0d3d7df74c8c15969c72ec0121d39e.ctex" +path="res://.godot/imported/6.png-7196acf88196affbae45de6d1e741099.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/6.png" -dest_files=["res://.godot/imported/6.png-ae0d3d7df74c8c15969c72ec0121d39e.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/6.png" +dest_files=["res://.godot/imported/6.png-7196acf88196affbae45de6d1e741099.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/7.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/7.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/7.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/7.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/7.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/7.png.import similarity index 68% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/7.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/7.png.import index d629115a..235cf180 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/7.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/7.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://jnhh0dheo05q" -path="res://.godot/imported/7.png-0f1dc56401437bd2018fea30731029f6.ctex" +path="res://.godot/imported/7.png-5b7d709b05419133aa37c2c658e0f6bd.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/7.png" -dest_files=["res://.godot/imported/7.png-0f1dc56401437bd2018fea30731029f6.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/7.png" +dest_files=["res://.godot/imported/7.png-5b7d709b05419133aa37c2c658e0f6bd.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/8.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/8.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/8.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/8.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/8.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/8.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/8.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/8.png.import index a269bf8d..1436e071 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/8.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/8.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cguavie4wj52a" -path="res://.godot/imported/8.png-6345f41c46f16b6889b32a1d1f21ae06.ctex" +path="res://.godot/imported/8.png-fdea2b14110de448e98dbb5153d2e3f8.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/8.png" -dest_files=["res://.godot/imported/8.png-6345f41c46f16b6889b32a1d1f21ae06.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/8.png" +dest_files=["res://.godot/imported/8.png-fdea2b14110de448e98dbb5153d2e3f8.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/9.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/9.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/9.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/9.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/9.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/9.png.import similarity index 69% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/9.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/9.png.import index 6d2ef1b0..11901523 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/9.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/9.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dspa1t0i66nb1" -path="res://.godot/imported/9.png-3020fa98accd3e5ee6a74e48b134d023.ctex" +path="res://.godot/imported/9.png-e9bcf33a356fd0dfb998df2e97e610df.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯/9.png" -dest_files=["res://.godot/imported/9.png-3020fa98accd3e5ee6a74e48b134d023.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯/9.png" +dest_files=["res://.godot/imported/9.png-e9bcf33a356fd0dfb998df2e97e610df.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃).gif b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃).gif similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃).gif rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃).gif diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃).gif.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃).gif.import similarity index 54% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃).gif.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃).gif.import index 4e84e313..d734daaa 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃).gif.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃).gif.import @@ -3,12 +3,12 @@ importer="gif.animated.texture.plugin" type="SpriteFrames" uid="uid://ddnf2bvd6i3t3" -path="res://.godot/imported/吕萍点灯(前两帧舍弃).gif-3acf50fc73b6d44e00fd5ada29e81e42.tres" +path="res://.godot/imported/吕萍点灯(前两帧舍弃).gif-7566fc9634fbdf1ab72e580505def95c.tres" [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃).gif" -dest_files=["res://.godot/imported/吕萍点灯(前两帧舍弃).gif-3acf50fc73b6d44e00fd5ada29e81e42.tres"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃).gif" +dest_files=["res://.godot/imported/吕萍点灯(前两帧舍弃).gif-7566fc9634fbdf1ab72e580505def95c.tres"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/0.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/0.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/0.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/0.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/0.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/0.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/0.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/0.png.import index 9988063a..6a1e9b6e 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/0.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/0.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://hhjxahyhsdf0" -path="res://.godot/imported/0.png-afd1eb8bebc08b91eb493856785422ef.ctex" +path="res://.godot/imported/0.png-1441a2ab00ecb6c456e1d0d3fde13566.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/0.png" -dest_files=["res://.godot/imported/0.png-afd1eb8bebc08b91eb493856785422ef.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/0.png" +dest_files=["res://.godot/imported/0.png-1441a2ab00ecb6c456e1d0d3fde13566.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/1.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/1.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/1.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/1.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/1.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/1.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/1.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/1.png.import index 224d32e4..8ae1c46b 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/1.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/1.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b2ucr34k6oclt" -path="res://.godot/imported/1.png-cdf5c2f48ed4cc92d484677400604119.ctex" +path="res://.godot/imported/1.png-a38e5909b91892fd3d5dca2031d3a880.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/1.png" -dest_files=["res://.godot/imported/1.png-cdf5c2f48ed4cc92d484677400604119.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/1.png" +dest_files=["res://.godot/imported/1.png-a38e5909b91892fd3d5dca2031d3a880.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/10.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/10.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/10.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/10.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/10.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/10.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/10.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/10.png.import index 2b7db72a..7c6b42cd 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/10.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/10.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b6m0fioye8672" -path="res://.godot/imported/10.png-b93d2285dbbf4c7e578a012195051514.ctex" +path="res://.godot/imported/10.png-234d76aa332a4555359ac885bc522ad5.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/10.png" -dest_files=["res://.godot/imported/10.png-b93d2285dbbf4c7e578a012195051514.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/10.png" +dest_files=["res://.godot/imported/10.png-234d76aa332a4555359ac885bc522ad5.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/11.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/11.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/11.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/11.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/11.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/11.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/11.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/11.png.import index 3872e8af..f54e79c6 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/11.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/11.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dfeedo6ieeue8" -path="res://.godot/imported/11.png-858c037fea308f4e7ec51983c5499fee.ctex" +path="res://.godot/imported/11.png-e1f29170bc0a35cd46096f3a1583322e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/11.png" -dest_files=["res://.godot/imported/11.png-858c037fea308f4e7ec51983c5499fee.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/11.png" +dest_files=["res://.godot/imported/11.png-e1f29170bc0a35cd46096f3a1583322e.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/12.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/12.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/12.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/12.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/12.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/12.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/12.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/12.png.import index 373b2f36..7207a63d 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/12.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/12.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b7vxbva4qgbws" -path="res://.godot/imported/12.png-19107bf1be515b92312a6c87de022135.ctex" +path="res://.godot/imported/12.png-8ce3f8685358ccbe515f137a04d28f6c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/12.png" -dest_files=["res://.godot/imported/12.png-19107bf1be515b92312a6c87de022135.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/12.png" +dest_files=["res://.godot/imported/12.png-8ce3f8685358ccbe515f137a04d28f6c.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/13.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/13.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/13.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/13.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/13.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/13.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/13.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/13.png.import index 6abec5ce..9cb7e758 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/13.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/13.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b1m4ix63ghm3f" -path="res://.godot/imported/13.png-c2cff215e3856d5c3b884c5885c03e90.ctex" +path="res://.godot/imported/13.png-89d7dfdd2534c6681480c74d1b7761a7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/13.png" -dest_files=["res://.godot/imported/13.png-c2cff215e3856d5c3b884c5885c03e90.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/13.png" +dest_files=["res://.godot/imported/13.png-89d7dfdd2534c6681480c74d1b7761a7.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/14.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/14.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/14.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/14.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/14.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/14.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/14.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/14.png.import index e9262d34..28b11978 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/14.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/14.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b4biw38s1r7v4" -path="res://.godot/imported/14.png-6b4898793acf2d81b6afb3ca638b977c.ctex" +path="res://.godot/imported/14.png-d9b225370878d93b07067aadb22168ad.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/14.png" -dest_files=["res://.godot/imported/14.png-6b4898793acf2d81b6afb3ca638b977c.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/14.png" +dest_files=["res://.godot/imported/14.png-d9b225370878d93b07067aadb22168ad.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/15.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/15.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/15.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/15.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/15.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/15.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/15.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/15.png.import index 10f25892..b01edfe9 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/15.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/15.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ctiu1bjeqi112" -path="res://.godot/imported/15.png-8fcf25c8a5f959d9f0e9d3582a0bf26a.ctex" +path="res://.godot/imported/15.png-9c7941a2ec61c6b7a0dc94ceb492c51a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/15.png" -dest_files=["res://.godot/imported/15.png-8fcf25c8a5f959d9f0e9d3582a0bf26a.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/15.png" +dest_files=["res://.godot/imported/15.png-9c7941a2ec61c6b7a0dc94ceb492c51a.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/16.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/16.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/16.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/16.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/16.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/16.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/16.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/16.png.import index eca05018..306bfc9a 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/16.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/16.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d1ui0pq6td7rk" -path="res://.godot/imported/16.png-ae5e7628abf7fff1f640ba1944b4f954.ctex" +path="res://.godot/imported/16.png-40e30113143e08e5deae55ab3c6e1ae3.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/16.png" -dest_files=["res://.godot/imported/16.png-ae5e7628abf7fff1f640ba1944b4f954.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/16.png" +dest_files=["res://.godot/imported/16.png-40e30113143e08e5deae55ab3c6e1ae3.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/17.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/17.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/17.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/17.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/17.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/17.png.import similarity index 66% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/17.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/17.png.import index 2960f88f..41d626d5 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/17.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/17.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://unjfmh8ktdp8" -path="res://.godot/imported/17.png-7fa11de63973b9cea3ede67c92286021.ctex" +path="res://.godot/imported/17.png-26740aec006afda5f9cca8d5b3f730ad.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/17.png" -dest_files=["res://.godot/imported/17.png-7fa11de63973b9cea3ede67c92286021.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/17.png" +dest_files=["res://.godot/imported/17.png-26740aec006afda5f9cca8d5b3f730ad.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/18.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/18.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/18.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/18.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/18.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/18.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/18.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/18.png.import index 0c0a52e0..3e70a993 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/18.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/18.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b6qcb0uvuwuwf" -path="res://.godot/imported/18.png-e69e2acaa02e6f1a474ebb96782788cb.ctex" +path="res://.godot/imported/18.png-89a87d480ee1f4bc0e2cbe605781fd8b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/18.png" -dest_files=["res://.godot/imported/18.png-e69e2acaa02e6f1a474ebb96782788cb.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/18.png" +dest_files=["res://.godot/imported/18.png-89a87d480ee1f4bc0e2cbe605781fd8b.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/19.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/19.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/19.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/19.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/19.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/19.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/19.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/19.png.import index 0acf4ab3..6f0cc1e8 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/19.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/19.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d14xglu1ffysy" -path="res://.godot/imported/19.png-47150045730db35095b6d5609ac5c1cb.ctex" +path="res://.godot/imported/19.png-9e6b46341195217b5dedc68142384596.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/19.png" -dest_files=["res://.godot/imported/19.png-47150045730db35095b6d5609ac5c1cb.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/19.png" +dest_files=["res://.godot/imported/19.png-9e6b46341195217b5dedc68142384596.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/2.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/2.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/2.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/2.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/2.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/2.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/2.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/2.png.import index e2e1619c..3f294bbb 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/2.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/2.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://djp3begqm64y7" -path="res://.godot/imported/2.png-6469c08bfd5f7d69bbc5b36ab62c1b35.ctex" +path="res://.godot/imported/2.png-f531bd46cb3c595b5a1bf42959b700cf.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/2.png" -dest_files=["res://.godot/imported/2.png-6469c08bfd5f7d69bbc5b36ab62c1b35.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/2.png" +dest_files=["res://.godot/imported/2.png-f531bd46cb3c595b5a1bf42959b700cf.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/20.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/20.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/20.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/20.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/20.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/20.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/20.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/20.png.import index d64c0ce3..d38e7db7 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/20.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/20.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b3bpix0xv4am2" -path="res://.godot/imported/20.png-6e9047e7f8e7f1ee63edf2e0d16257a2.ctex" +path="res://.godot/imported/20.png-1c46cfe31f24933580a68a98d0b1e218.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/20.png" -dest_files=["res://.godot/imported/20.png-6e9047e7f8e7f1ee63edf2e0d16257a2.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/20.png" +dest_files=["res://.godot/imported/20.png-1c46cfe31f24933580a68a98d0b1e218.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/21.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/21.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/21.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/21.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/21.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/21.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/21.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/21.png.import index 1269c9bb..8599ed8c 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/21.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/21.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ch5wi4qb53ysv" -path="res://.godot/imported/21.png-beaac17b76c481de22670463deb66b4b.ctex" +path="res://.godot/imported/21.png-1d8c48529f67ed5a1c1184e592ef87c9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/21.png" -dest_files=["res://.godot/imported/21.png-beaac17b76c481de22670463deb66b4b.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/21.png" +dest_files=["res://.godot/imported/21.png-1d8c48529f67ed5a1c1184e592ef87c9.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/3.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/3.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/3.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/3.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/3.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/3.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/3.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/3.png.import index 13de9ed1..61621046 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/3.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/3.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cbujptehfjdth" -path="res://.godot/imported/3.png-7c091f5c8687537dce9f6f943e1fda82.ctex" +path="res://.godot/imported/3.png-348b8953e693ce1a1efd3228ee4766ac.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/3.png" -dest_files=["res://.godot/imported/3.png-7c091f5c8687537dce9f6f943e1fda82.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/3.png" +dest_files=["res://.godot/imported/3.png-348b8953e693ce1a1efd3228ee4766ac.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/4.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/4.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/4.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/4.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/4.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/4.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/4.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/4.png.import index 9dc5197d..5dfa19ba 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/4.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/4.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dghd10n0dsooc" -path="res://.godot/imported/4.png-d9f193a65ec001114dc88f2ade5915ec.ctex" +path="res://.godot/imported/4.png-ba7cb6eb4618f20effb460e2d4492f79.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/4.png" -dest_files=["res://.godot/imported/4.png-d9f193a65ec001114dc88f2ade5915ec.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/4.png" +dest_files=["res://.godot/imported/4.png-ba7cb6eb4618f20effb460e2d4492f79.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/5.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/5.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/5.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/5.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/5.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/5.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/5.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/5.png.import index fe6f118e..0c5a2d69 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/5.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/5.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://beg6qtqnp2er7" -path="res://.godot/imported/5.png-9c1d562f41797b0e0884376d32cfab85.ctex" +path="res://.godot/imported/5.png-ddd82bc0ed17da02c9cc1148b809ab80.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/5.png" -dest_files=["res://.godot/imported/5.png-9c1d562f41797b0e0884376d32cfab85.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/5.png" +dest_files=["res://.godot/imported/5.png-ddd82bc0ed17da02c9cc1148b809ab80.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/6.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/6.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/6.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/6.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/6.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/6.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/6.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/6.png.import index 05fef688..83766ec7 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/6.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/6.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d41ofcuf17t5" -path="res://.godot/imported/6.png-7d8d831d5b49aecae95689fad6763a3a.ctex" +path="res://.godot/imported/6.png-86f33be75130360cfa48fd2ac7b74f25.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/6.png" -dest_files=["res://.godot/imported/6.png-7d8d831d5b49aecae95689fad6763a3a.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/6.png" +dest_files=["res://.godot/imported/6.png-86f33be75130360cfa48fd2ac7b74f25.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/7.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/7.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/7.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/7.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/7.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/7.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/7.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/7.png.import index 4efb0253..8c1e3604 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/7.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/7.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b4nj0xum6l5jc" -path="res://.godot/imported/7.png-1e52f1bf36ed29ee133033b74a6c701e.ctex" +path="res://.godot/imported/7.png-074ad682db743c1e99033ba4e625a70d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/7.png" -dest_files=["res://.godot/imported/7.png-1e52f1bf36ed29ee133033b74a6c701e.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/7.png" +dest_files=["res://.godot/imported/7.png-074ad682db743c1e99033ba4e625a70d.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/8.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/8.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/8.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/8.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/8.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/8.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/8.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/8.png.import index 9e0dbaea..28d9e387 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/8.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/8.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d224a5sjlr08k" -path="res://.godot/imported/8.png-d84b152b2b396881d1a3141f4aa0d7bc.ctex" +path="res://.godot/imported/8.png-bd3f64a77ad15622e60d889b22e83977.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/8.png" -dest_files=["res://.godot/imported/8.png-d84b152b2b396881d1a3141f4aa0d7bc.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/8.png" +dest_files=["res://.godot/imported/8.png-bd3f64a77ad15622e60d889b22e83977.ctex"] [params] diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/9.png b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/9.png similarity index 100% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/9.png rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/9.png diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/9.png.import b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/9.png.import similarity index 67% rename from asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/9.png.import rename to asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/9.png.import index 5ef08dd4..24c03edb 100644 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/9.png.import +++ b/asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/9.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cy4fupeqsb8j7" -path="res://.godot/imported/9.png-3d81acfc7df57cc31f747bd4ab2b6ed6.ctex" +path="res://.godot/imported/9.png-54b1d3543e2a348b07938da768482bb5.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/9.png" -dest_files=["res://.godot/imported/9.png-3d81acfc7df57cc31f747bd4ab2b6ed6.ctex"] +source_file="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/吕萍点灯(前两帧舍弃)/9.png" +dest_files=["res://.godot/imported/9.png-54b1d3543e2a348b07938da768482bb5.ctex"] [params] diff --git a/asset/art/gif/c01_书店/frames.tres b/asset/art/gif/c01_书店/c01_书店_frames.tres similarity index 100% rename from asset/art/gif/c01_书店/frames.tres rename to asset/art/gif/c01_书店/c01_书店_frames.tres diff --git a/asset/art/gif/c01_书店外街道/frames.tres b/asset/art/gif/c01_书店外街道/c01_书店外街道_frames.tres similarity index 100% rename from asset/art/gif/c01_书店外街道/frames.tres rename to asset/art/gif/c01_书店外街道/c01_书店外街道_frames.tres diff --git a/asset/art/gif/c01_书店外街道_夜晚小孩害怕/frames.tres b/asset/art/gif/c01_书店外街道_夜晚小孩害怕/c01_书店外街道_夜晚小孩害怕_frames.tres similarity index 100% rename from asset/art/gif/c01_书店外街道_夜晚小孩害怕/frames.tres rename to asset/art/gif/c01_书店外街道_夜晚小孩害怕/c01_书店外街道_夜晚小孩害怕_frames.tres diff --git a/asset/art/gif/c01_书店外街道的花/frames.tres b/asset/art/gif/c01_书店外街道的花/c01_书店外街道的花_frames.tres similarity index 100% rename from asset/art/gif/c01_书店外街道的花/frames.tres rename to asset/art/gif/c01_书店外街道的花/c01_书店外街道的花_frames.tres diff --git a/asset/art/gif/c01_公寓外街道/frames.tres b/asset/art/gif/c01_公寓外街道/c01_公寓外街道_frames.tres similarity index 100% rename from asset/art/gif/c01_公寓外街道/frames.tres rename to asset/art/gif/c01_公寓外街道/c01_公寓外街道_frames.tres diff --git a/asset/art/gif/c01_公寓过道/frames.tres b/asset/art/gif/c01_公寓过道/c01_公寓过道_frames.tres similarity index 100% rename from asset/art/gif/c01_公寓过道/frames.tres rename to asset/art/gif/c01_公寓过道/c01_公寓过道_frames.tres diff --git a/asset/art/gif/c01_孤儿院围墙/frames.tres b/asset/art/gif/c01_孤儿院围墙/c01_孤儿院围墙_frames.tres similarity index 100% rename from asset/art/gif/c01_孤儿院围墙/frames.tres rename to asset/art/gif/c01_孤儿院围墙/c01_孤儿院围墙_frames.tres diff --git a/asset/art/gif/c01_孤儿院长廊/frames.tres b/asset/art/gif/c01_孤儿院长廊/c01_孤儿院长廊_frames.tres similarity index 100% rename from asset/art/gif/c01_孤儿院长廊/frames.tres rename to asset/art/gif/c01_孤儿院长廊/c01_孤儿院长廊_frames.tres diff --git a/asset/art/gif/c01_黄包车长场景/frames.tres b/asset/art/gif/c01_黄包车长场景/c01_黄包车长场景_frames.tres similarity index 100% rename from asset/art/gif/c01_黄包车长场景/frames.tres rename to asset/art/gif/c01_黄包车长场景/c01_黄包车长场景_frames.tres diff --git a/asset/art/gif/c02_一楼火灾/frames.tres b/asset/art/gif/c02_一楼火灾/c02_一楼火灾_frames.tres similarity index 100% rename from asset/art/gif/c02_一楼火灾/frames.tres rename to asset/art/gif/c02_一楼火灾/c02_一楼火灾_frames.tres diff --git a/asset/art/gif/c02_二楼/frames.tres b/asset/art/gif/c02_二楼/c02_二楼_frames.tres similarity index 100% rename from asset/art/gif/c02_二楼/frames.tres rename to asset/art/gif/c02_二楼/c02_二楼_frames.tres diff --git a/asset/art/gif/c02_保卫科/frames.tres b/asset/art/gif/c02_保卫科/c02_保卫科_frames.tres similarity index 100% rename from asset/art/gif/c02_保卫科/frames.tres rename to asset/art/gif/c02_保卫科/c02_保卫科_frames.tres diff --git a/asset/art/gif/c02_偷听李氏癞子/frames.tres b/asset/art/gif/c02_偷听李氏癞子/c02_偷听李氏癞子_frames.tres similarity index 100% rename from asset/art/gif/c02_偷听李氏癞子/frames.tres rename to asset/art/gif/c02_偷听李氏癞子/c02_偷听李氏癞子_frames.tres diff --git a/asset/art/gif/c02_八音盒/frames.tres b/asset/art/gif/c02_八音盒/c02_八音盒_frames.tres similarity index 100% rename from asset/art/gif/c02_八音盒/frames.tres rename to asset/art/gif/c02_八音盒/c02_八音盒_frames.tres diff --git a/asset/art/gif/c02_公寓过道/c02_公寓过道_frames.tres b/asset/art/gif/c02_公寓过道/c02_公寓过道_frames.tres new file mode 100644 index 00000000..442a4486 --- /dev/null +++ b/asset/art/gif/c02_公寓过道/c02_公寓过道_frames.tres @@ -0,0 +1,120 @@ +[gd_resource type="SpriteFrames" load_steps=26 format=3 uid="uid://blij4obvhb1vf"] + +[ext_resource type="Texture2D" uid="uid://8otjg8gn0m6p" path="res://asset/art/gif/c02_公寓过道/眨眼睛/0.png" id="1_dcr3n"] +[ext_resource type="Texture2D" uid="uid://h67dk77cktlg" path="res://asset/art/gif/c02_公寓过道/眨眼睛/1.png" id="2_thlvb"] +[ext_resource type="Texture2D" uid="uid://6po3pxrwx1vd" path="res://asset/art/gif/c02_公寓过道/眨眼睛/2.png" id="3_wvj6u"] +[ext_resource type="Texture2D" uid="uid://d3856wm1qo7kv" path="res://asset/art/gif/c02_公寓过道/眨眼睛/3.png" id="4_lqlhi"] +[ext_resource type="Texture2D" uid="uid://cp2f0qjrbw3l6" path="res://asset/art/gif/c02_公寓过道/眨眼睛/4.png" id="5_ddjjo"] +[ext_resource type="Texture2D" uid="uid://dmgjtyo122u1" path="res://asset/art/gif/c02_公寓过道/眨眼睛/5.png" id="6_smhxi"] +[ext_resource type="Texture2D" uid="uid://codwrrvyakt25" path="res://asset/art/gif/c02_公寓过道/眨眼睛/6.png" id="7_0vi3n"] +[ext_resource type="Texture2D" uid="uid://bobl6tkdjw0q5" path="res://asset/art/gif/c02_公寓过道/眨眼睛/7.png" id="8_u4ljs"] +[ext_resource type="Texture2D" uid="uid://d3q7f20viint4" path="res://asset/art/gif/c02_公寓过道/纸杯摇曳/0.png" id="9_3oqdg"] +[ext_resource type="Texture2D" uid="uid://ctow502rxr3dr" path="res://asset/art/gif/c02_公寓过道/纸杯摇曳/1.png" id="10_8il1n"] +[ext_resource type="Texture2D" uid="uid://b516butsjxebr" path="res://asset/art/gif/c02_公寓过道/纸杯摇曳/2.png" id="11_ocwg4"] +[ext_resource type="Texture2D" uid="uid://bnjqt7bjxr53f" path="res://asset/art/gif/c02_公寓过道/纸杯摇曳/3.png" id="12_juwol"] +[ext_resource type="Texture2D" uid="uid://dapk3wdl7jrap" path="res://asset/art/gif/c02_公寓过道/纸杯摇曳/4.png" id="13_v1kl7"] +[ext_resource type="Texture2D" uid="uid://1dgolim7v3mc" path="res://asset/art/gif/c02_公寓过道/纸杯摇曳/5.png" id="14_hamo4"] +[ext_resource type="Texture2D" uid="uid://bkbkhj5h6bn1y" path="res://asset/art/gif/c02_公寓过道/纸杯摇曳/6.png" id="15_ppy0x"] +[ext_resource type="Texture2D" uid="uid://cwu5wiiah6rfk" path="res://asset/art/gif/c02_公寓过道/纸杯摇曳/7.png" id="16_q7u7v"] +[ext_resource type="Texture2D" uid="uid://bmfof0ihq73l6" path="res://asset/art/gif/c02_公寓过道/老鼠托小鞋子/0.png" id="17_vg7f0"] +[ext_resource type="Texture2D" uid="uid://dstqmioirpbj2" path="res://asset/art/gif/c02_公寓过道/老鼠托小鞋子/1.png" id="18_xqrjk"] +[ext_resource type="Texture2D" uid="uid://5wqecviireea" path="res://asset/art/gif/c02_公寓过道/老鼠托小鞋子/2.png" id="19_2ygtg"] +[ext_resource type="Texture2D" uid="uid://borlqvsmujq4u" path="res://asset/art/gif/c02_公寓过道/老鼠托小鞋子/3.png" id="20_t0nxl"] +[ext_resource type="Texture2D" uid="uid://b3gnixns3mpxl" path="res://asset/art/gif/c02_公寓过道/老鼠托小鞋子/4.png" id="21_3of1h"] +[ext_resource type="Texture2D" uid="uid://c3x72qatsagsh" path="res://asset/art/gif/c02_公寓过道/老鼠托小鞋子/5.png" id="22_ygkxh"] +[ext_resource type="Texture2D" uid="uid://c7aitvlorfrw" path="res://asset/art/gif/c02_公寓过道/老鼠托小鞋子/6.png" id="23_e0ls4"] +[ext_resource type="Texture2D" uid="uid://b7g3fumlq1pds" path="res://asset/art/gif/c02_公寓过道/老鼠托小鞋子/7.png" id="24_b0ddo"] +[ext_resource type="Texture2D" uid="uid://tqb7mirxr077" path="res://asset/art/gif/c02_公寓过道/老鼠托小鞋子/8.png" id="25_6dkbs"] + +[resource] +animations = [{ +"frames": [{ +"duration": 6.0, +"texture": ExtResource("1_dcr3n") +}, { +"duration": 6.0, +"texture": ExtResource("2_thlvb") +}, { +"duration": 15.0, +"texture": ExtResource("3_wvj6u") +}, { +"duration": 6.0, +"texture": ExtResource("4_lqlhi") +}, { +"duration": 6.0, +"texture": ExtResource("5_ddjjo") +}, { +"duration": 6.0, +"texture": ExtResource("6_smhxi") +}, { +"duration": 6.0, +"texture": ExtResource("7_0vi3n") +}, { +"duration": 15.0, +"texture": ExtResource("8_u4ljs") +}], +"loop": false, +"name": &"眨眼睛", +"speed": 30.0 +}, { +"frames": [{ +"duration": 6.0, +"texture": ExtResource("9_3oqdg") +}, { +"duration": 6.0, +"texture": ExtResource("10_8il1n") +}, { +"duration": 6.0, +"texture": ExtResource("11_ocwg4") +}, { +"duration": 6.0, +"texture": ExtResource("12_juwol") +}, { +"duration": 6.0, +"texture": ExtResource("13_v1kl7") +}, { +"duration": 6.0, +"texture": ExtResource("14_hamo4") +}, { +"duration": 6.0, +"texture": ExtResource("15_ppy0x") +}, { +"duration": 6.0, +"texture": ExtResource("16_q7u7v") +}], +"loop": true, +"name": &"纸杯摇曳", +"speed": 30.0 +}, { +"frames": [{ +"duration": 6.0, +"texture": ExtResource("17_vg7f0") +}, { +"duration": 6.0, +"texture": ExtResource("18_xqrjk") +}, { +"duration": 6.0, +"texture": ExtResource("19_2ygtg") +}, { +"duration": 6.0, +"texture": ExtResource("20_t0nxl") +}, { +"duration": 6.0, +"texture": ExtResource("21_3of1h") +}, { +"duration": 6.0, +"texture": ExtResource("22_ygkxh") +}, { +"duration": 6.0, +"texture": ExtResource("23_e0ls4") +}, { +"duration": 6.0, +"texture": ExtResource("24_b0ddo") +}, { +"duration": 6.0, +"texture": ExtResource("25_6dkbs") +}], +"loop": false, +"name": &"老鼠托小鞋子", +"speed": 30.0 +}] diff --git a/asset/art/gif/c02_公寓过道/frames.tres b/asset/art/gif/c02_公寓过道/frames.tres deleted file mode 100644 index be8b5b30..00000000 --- a/asset/art/gif/c02_公寓过道/frames.tres +++ /dev/null @@ -1,459 +0,0 @@ -[gd_resource type="SpriteFrames" load_steps=107 format=3 uid="uid://blij4obvhb1vf"] - -[ext_resource type="Texture2D" uid="uid://bju8impgf05r8" path="res://asset/art/gif/c02_公寓过道/小蝶探头/0.png" id="1_b0nfm"] -[ext_resource type="Texture2D" uid="uid://8otjg8gn0m6p" path="res://asset/art/gif/c02_公寓过道/眨眼睛/0.png" id="1_h2vuy"] -[ext_resource type="Texture2D" uid="uid://bmfof0ihq73l6" path="res://asset/art/gif/c02_公寓过道/老鼠托小鞋子/0.png" id="1_hcphi"] -[ext_resource type="Texture2D" uid="uid://cgjyb6rux8bio" path="res://asset/art/gif/c02_公寓过道/小蝶探头/1.png" id="2_ewqlj"] -[ext_resource type="Texture2D" uid="uid://h67dk77cktlg" path="res://asset/art/gif/c02_公寓过道/眨眼睛/1.png" id="2_hcphi"] -[ext_resource type="Texture2D" uid="uid://dstqmioirpbj2" path="res://asset/art/gif/c02_公寓过道/老鼠托小鞋子/1.png" id="2_knm4m"] -[ext_resource type="Texture2D" uid="uid://rvh8orq77wf" path="res://asset/art/gif/c02_公寓过道/中位点火/1.png" id="2_o615n"] -[ext_resource type="Texture2D" uid="uid://5wqecviireea" path="res://asset/art/gif/c02_公寓过道/老鼠托小鞋子/2.png" id="3_ce2kn"] -[ext_resource type="Texture2D" uid="uid://do2vf1i3823g3" path="res://asset/art/gif/c02_公寓过道/中位点火/2.png" id="3_kaa64"] -[ext_resource type="Texture2D" uid="uid://cf3h4eoh5qa3c" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/2.png" id="3_kh412"] -[ext_resource type="Texture2D" uid="uid://6po3pxrwx1vd" path="res://asset/art/gif/c02_公寓过道/眨眼睛/2.png" id="3_knm4m"] -[ext_resource type="Texture2D" uid="uid://up8ktct3r3ao" path="res://asset/art/gif/c02_公寓过道/小蝶探头/2.png" id="3_v0o2r"] -[ext_resource type="Texture2D" uid="uid://e57xp73gnmff" path="res://asset/art/gif/c02_公寓过道/中位点火/3.png" id="4_bfhe1"] -[ext_resource type="Texture2D" uid="uid://d3856wm1qo7kv" path="res://asset/art/gif/c02_公寓过道/眨眼睛/3.png" id="4_ce2kn"] -[ext_resource type="Texture2D" uid="uid://d3u44u7uhjpnl" path="res://asset/art/gif/c02_公寓过道/小蝶探头/3.png" id="4_kjlxu"] -[ext_resource type="Texture2D" uid="uid://c87pytx32ikt4" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/3.png" id="4_naxfy"] -[ext_resource type="Texture2D" uid="uid://borlqvsmujq4u" path="res://asset/art/gif/c02_公寓过道/老鼠托小鞋子/3.png" id="4_oaknb"] -[ext_resource type="Texture2D" uid="uid://s7blpvb4orm1" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/4.png" id="5_68b50"] -[ext_resource type="Texture2D" uid="uid://b3gnixns3mpxl" path="res://asset/art/gif/c02_公寓过道/老鼠托小鞋子/4.png" id="5_dpkmo"] -[ext_resource type="Texture2D" uid="uid://cp2f0qjrbw3l6" path="res://asset/art/gif/c02_公寓过道/眨眼睛/4.png" id="5_oaknb"] -[ext_resource type="Texture2D" uid="uid://du3u3qrpqo36p" path="res://asset/art/gif/c02_公寓过道/中位点火/4.png" id="5_s7tay"] -[ext_resource type="Texture2D" uid="uid://cc73q5d1gvlug" path="res://asset/art/gif/c02_公寓过道/小蝶探头/4.png" id="5_yb3hy"] -[ext_resource type="Texture2D" uid="uid://ckvo6rc4pfuoy" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/5.png" id="6_3ge3t"] -[ext_resource type="Texture2D" uid="uid://ehy4rkdk7qbl" path="res://asset/art/gif/c02_公寓过道/小蝶探头/5.png" id="6_5gjc5"] -[ext_resource type="Texture2D" uid="uid://dmgjtyo122u1" path="res://asset/art/gif/c02_公寓过道/眨眼睛/5.png" id="6_dpkmo"] -[ext_resource type="Texture2D" uid="uid://btoa4jb5gltcn" path="res://asset/art/gif/c02_公寓过道/中位点火/5.png" id="6_xrf4n"] -[ext_resource type="Texture2D" uid="uid://c3x72qatsagsh" path="res://asset/art/gif/c02_公寓过道/老鼠托小鞋子/5.png" id="6_yxvce"] -[ext_resource type="Texture2D" uid="uid://55es75jviach" path="res://asset/art/gif/c02_公寓过道/中位点火/6.png" id="7_8xd46"] -[ext_resource type="Texture2D" uid="uid://c7aitvlorfrw" path="res://asset/art/gif/c02_公寓过道/老鼠托小鞋子/6.png" id="7_h54n8"] -[ext_resource type="Texture2D" uid="uid://g32y0ii8m3sn" path="res://asset/art/gif/c02_公寓过道/小蝶探头/6.png" id="7_lo3ya"] -[ext_resource type="Texture2D" uid="uid://cubqkdxqo2oi" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/6.png" id="7_p86hd"] -[ext_resource type="Texture2D" uid="uid://codwrrvyakt25" path="res://asset/art/gif/c02_公寓过道/眨眼睛/6.png" id="7_yxvce"] -[ext_resource type="Texture2D" uid="uid://cr6rl0xiohyul" path="res://asset/art/gif/c02_公寓过道/中位点火/7.png" id="8_0wk10"] -[ext_resource type="Texture2D" uid="uid://c3tkp5x6ujiul" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/7.png" id="8_52sxh"] -[ext_resource type="Texture2D" uid="uid://bobl6tkdjw0q5" path="res://asset/art/gif/c02_公寓过道/眨眼睛/7.png" id="8_h54n8"] -[ext_resource type="Texture2D" uid="uid://b7g3fumlq1pds" path="res://asset/art/gif/c02_公寓过道/老鼠托小鞋子/7.png" id="8_lct05"] -[ext_resource type="Texture2D" uid="uid://dvqumaxdfrdf1" path="res://asset/art/gif/c02_公寓过道/小蝶探头/7.png" id="8_vhfta"] -[ext_resource type="Texture2D" uid="uid://cuvheveto1hiv" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/8.png" id="9_e8lf8"] -[ext_resource type="Texture2D" uid="uid://dnegi507rsic5" path="res://asset/art/gif/c02_公寓过道/小蝶探头/8.png" id="9_ghiyb"] -[ext_resource type="Texture2D" uid="uid://bwigcgm5mel1n" path="res://asset/art/gif/c02_公寓过道/中位点火/8.png" id="9_gqgy4"] -[ext_resource type="Texture2D" uid="uid://tqb7mirxr077" path="res://asset/art/gif/c02_公寓过道/老鼠托小鞋子/8.png" id="9_mtlq4"] -[ext_resource type="Texture2D" uid="uid://tdia1dcqwhvi" path="res://asset/art/gif/c02_公寓过道/小蝶探头/9.png" id="10_5iwfn"] -[ext_resource type="Texture2D" uid="uid://ccft1j3dbbgun" path="res://asset/art/gif/c02_公寓过道/中位点火/9.png" id="10_ihnvt"] -[ext_resource type="Texture2D" uid="uid://bcpekswq0oeia" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/9.png" id="10_x5jg8"] -[ext_resource type="Texture2D" uid="uid://d24fhsybpyn0q" path="res://asset/art/gif/c02_公寓过道/中位点火/10.png" id="11_a5mmx"] -[ext_resource type="Texture2D" uid="uid://c3pyse5orb6d3" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/10.png" id="11_jgoky"] -[ext_resource type="Texture2D" uid="uid://dfqf3u03lmd0y" path="res://asset/art/gif/c02_公寓过道/小蝶探头/10.png" id="11_u3hek"] -[ext_resource type="Texture2D" uid="uid://ct1dwyinfcf1y" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/11.png" id="12_8f0r5"] -[ext_resource type="Texture2D" uid="uid://c7nk4qphjwgpf" path="res://asset/art/gif/c02_公寓过道/中位点火/11.png" id="12_amnoc"] -[ext_resource type="Texture2D" uid="uid://b5jc1l62ge5c" path="res://asset/art/gif/c02_公寓过道/小蝶探头/11.png" id="12_dq0we"] -[ext_resource type="Texture2D" uid="uid://cgvyie71v5v1k" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/12.png" id="13_2x3yu"] -[ext_resource type="Texture2D" uid="uid://dft38ydqpr658" path="res://asset/art/gif/c02_公寓过道/小蝶探头/12.png" id="13_m3686"] -[ext_resource type="Texture2D" uid="uid://cqyeu817yd58j" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/13.png" id="14_1u3ng"] -[ext_resource type="Texture2D" uid="uid://ba1mhemunvedy" path="res://asset/art/gif/c02_公寓过道/小蝶探头/13.png" id="14_yem0d"] -[ext_resource type="Texture2D" uid="uid://c248uhpfio1jm" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/14.png" id="15_1kex1"] -[ext_resource type="Texture2D" uid="uid://cgbyi48m276lc" path="res://asset/art/gif/c02_公寓过道/小蝶探头/14.png" id="15_armoe"] -[ext_resource type="Texture2D" uid="uid://cvdf5m34nivja" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/15.png" id="16_4mu1f"] -[ext_resource type="Texture2D" uid="uid://dlogrkbnxu26d" path="res://asset/art/gif/c02_公寓过道/小蝶探头/15.png" id="16_hpdgm"] -[ext_resource type="Texture2D" uid="uid://ropw2cel73ih" path="res://asset/art/gif/c02_公寓过道/小蝶探头/16.png" id="17_7b2vd"] -[ext_resource type="Texture2D" uid="uid://cyvu1mjmehwx1" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/16.png" id="17_cvcch"] -[ext_resource type="Texture2D" uid="uid://dk5x8aiclvev2" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/17.png" id="18_m4217"] -[ext_resource type="Texture2D" uid="uid://ca5xqlpju66xi" path="res://asset/art/gif/c02_公寓过道/小蝶探头/17.png" id="18_swk1l"] -[ext_resource type="Texture2D" uid="uid://huujtt384iqe" path="res://asset/art/gif/c02_公寓过道/小蝶探头/18.png" id="19_n00jq"] -[ext_resource type="Texture2D" uid="uid://ccq1ok81fsr0j" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/18.png" id="19_vefus"] -[ext_resource type="Texture2D" uid="uid://6i4of4vv4hmm" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/19.png" id="20_d32q7"] -[ext_resource type="Texture2D" uid="uid://cmjrb0brr5u8e" path="res://asset/art/gif/c02_公寓过道/小蝶探头/19.png" id="20_xjrn5"] -[ext_resource type="Texture2D" uid="uid://dyhice304356k" path="res://asset/art/gif/c02_公寓过道/小蝶探头/20.png" id="21_5afwj"] -[ext_resource type="Texture2D" uid="uid://be5st5y55w8hm" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/20.png" id="21_ybiwx"] -[ext_resource type="Texture2D" uid="uid://brfk4su6wbe2w" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/21.png" id="22_1dyqy"] -[ext_resource type="Texture2D" uid="uid://bibvryju1cslp" path="res://asset/art/gif/c02_公寓过道/小蝶探头/21.png" id="22_y4nde"] -[ext_resource type="Texture2D" uid="uid://kql160s7dph" path="res://asset/art/gif/c02_公寓过道/小蝶探头/22.png" id="23_ae7qb"] -[ext_resource type="Texture2D" uid="uid://d0w7i1eqefflt" path="res://asset/art/gif/c02_公寓过道/小蝶探头/23.png" id="24_kvggl"] -[ext_resource type="Texture2D" uid="uid://bqyouv16qbeg3" path="res://asset/art/gif/c02_公寓过道/小蝶探头/24.png" id="25_3kyqk"] -[ext_resource type="Texture2D" uid="uid://dgfpjbpl5jfvy" path="res://asset/art/gif/c02_公寓过道/小蝶探头/25.png" id="26_pxbm2"] -[ext_resource type="Texture2D" uid="uid://bq135yjxmr2bk" path="res://asset/art/gif/c02_公寓过道/小蝶探头/26.png" id="27_8xfwq"] -[ext_resource type="Texture2D" uid="uid://dus5y1hfjg5tp" path="res://asset/art/gif/c02_公寓过道/小蝶探头/27.png" id="28_t33xq"] -[ext_resource type="Texture2D" uid="uid://ceq8gjd8xbpuv" path="res://asset/art/gif/c02_公寓过道/小蝶探头/28.png" id="29_hfjvj"] -[ext_resource type="Texture2D" uid="uid://bivetcamie27k" path="res://asset/art/gif/c02_公寓过道/小蝶探头/29.png" id="30_k0nvu"] -[ext_resource type="Texture2D" uid="uid://djmomtff8fk2o" path="res://asset/art/gif/c02_公寓过道/小蝶探头/30.png" id="31_c3du5"] -[ext_resource type="Texture2D" uid="uid://esjr8cok0s2n" path="res://asset/art/gif/c02_公寓过道/小蝶探头/31.png" id="32_mkvvp"] -[ext_resource type="Texture2D" uid="uid://clh6qug7a124n" path="res://asset/art/gif/c02_公寓过道/小蝶探头/32.png" id="33_jvmx0"] -[ext_resource type="Texture2D" uid="uid://b4apdsnnuxbug" path="res://asset/art/gif/c02_公寓过道/小蝶探头/33.png" id="34_ylpn2"] -[ext_resource type="Texture2D" uid="uid://bgoo1fi282sk8" path="res://asset/art/gif/c02_公寓过道/小蝶探头/34.png" id="35_8l53i"] -[ext_resource type="Texture2D" uid="uid://rcb875iwisyp" path="res://asset/art/gif/c02_公寓过道/小蝶探头/35.png" id="36_j33b3"] -[ext_resource type="Texture2D" uid="uid://cub0tsa61jbn3" path="res://asset/art/gif/c02_公寓过道/小蝶探头/36.png" id="37_0e41g"] -[ext_resource type="Texture2D" uid="uid://b2bncxqxsbwx4" path="res://asset/art/gif/c02_公寓过道/小蝶探头/37.png" id="38_06lgn"] -[ext_resource type="Texture2D" uid="uid://ceia21f10yhh1" path="res://asset/art/gif/c02_公寓过道/小蝶探头/38.png" id="39_yfe3o"] -[ext_resource type="Texture2D" uid="uid://ges57ccs51ym" path="res://asset/art/gif/c02_公寓过道/小蝶探头/39.png" id="40_61b31"] -[ext_resource type="Texture2D" uid="uid://bpl57mhfpgox6" path="res://asset/art/gif/c02_公寓过道/小蝶探头/40.png" id="41_nd4mg"] -[ext_resource type="Texture2D" uid="uid://dccvc3f6opvca" path="res://asset/art/gif/c02_公寓过道/小蝶探头/41.png" id="42_qav85"] -[ext_resource type="Texture2D" uid="uid://dp5d4xthyp6lq" path="res://asset/art/gif/c02_公寓过道/小蝶探头/42.png" id="43_6flrj"] -[ext_resource type="Texture2D" uid="uid://cnp2e4pl842ct" path="res://asset/art/gif/c02_公寓过道/小蝶探头/43.png" id="44_hegl2"] -[ext_resource type="Texture2D" uid="uid://c6m0cmc62ijkl" path="res://asset/art/gif/c02_公寓过道/小蝶探头/44.png" id="45_yi1fj"] -[ext_resource type="Texture2D" uid="uid://bcerhqaumojlw" path="res://asset/art/gif/c02_公寓过道/小蝶探头/45.png" id="46_he6on"] -[ext_resource type="Texture2D" uid="uid://vthuayc7vhvu" path="res://asset/art/gif/c02_公寓过道/小蝶探头/46.png" id="47_glhxy"] -[ext_resource type="Texture2D" uid="uid://82s7wufekdqw" path="res://asset/art/gif/c02_公寓过道/小蝶探头/47.png" id="48_kohxu"] -[ext_resource type="Texture2D" uid="uid://0mof22a6433s" path="res://asset/art/gif/c02_公寓过道/小蝶探头/48.png" id="49_8i4hg"] -[ext_resource type="Texture2D" uid="uid://benqahwoikd4l" path="res://asset/art/gif/c02_公寓过道/小蝶探头/49.png" id="50_kygpa"] -[ext_resource type="Texture2D" uid="uid://d3q7f20viint4" path="res://asset/art/gif/c02_公寓过道/纸杯摇曳/0.png" id="81_kohxu"] -[ext_resource type="Texture2D" uid="uid://ctow502rxr3dr" path="res://asset/art/gif/c02_公寓过道/纸杯摇曳/1.png" id="82_8i4hg"] -[ext_resource type="Texture2D" uid="uid://b516butsjxebr" path="res://asset/art/gif/c02_公寓过道/纸杯摇曳/2.png" id="83_kygpa"] -[ext_resource type="Texture2D" uid="uid://bnjqt7bjxr53f" path="res://asset/art/gif/c02_公寓过道/纸杯摇曳/3.png" id="84_xv8np"] -[ext_resource type="Texture2D" uid="uid://dapk3wdl7jrap" path="res://asset/art/gif/c02_公寓过道/纸杯摇曳/4.png" id="85_7j8og"] -[ext_resource type="Texture2D" uid="uid://1dgolim7v3mc" path="res://asset/art/gif/c02_公寓过道/纸杯摇曳/5.png" id="86_w3yee"] -[ext_resource type="Texture2D" uid="uid://bkbkhj5h6bn1y" path="res://asset/art/gif/c02_公寓过道/纸杯摇曳/6.png" id="87_io02s"] -[ext_resource type="Texture2D" uid="uid://cwu5wiiah6rfk" path="res://asset/art/gif/c02_公寓过道/纸杯摇曳/7.png" id="88_iew8o"] - -[resource] -animations = [{ -"frames": [{ -"duration": 6.0, -"texture": ExtResource("2_o615n") -}, { -"duration": 6.0, -"texture": ExtResource("3_kaa64") -}, { -"duration": 6.0, -"texture": ExtResource("4_bfhe1") -}, { -"duration": 6.0, -"texture": ExtResource("5_s7tay") -}, { -"duration": 6.0, -"texture": ExtResource("6_xrf4n") -}, { -"duration": 6.0, -"texture": ExtResource("7_8xd46") -}, { -"duration": 6.0, -"texture": ExtResource("8_0wk10") -}, { -"duration": 6.0, -"texture": ExtResource("9_gqgy4") -}, { -"duration": 6.0, -"texture": ExtResource("10_ihnvt") -}, { -"duration": 6.0, -"texture": ExtResource("11_a5mmx") -}, { -"duration": 6.0, -"texture": ExtResource("12_amnoc") -}], -"loop": true, -"name": &"中位点火", -"speed": 30.0 -}, { -"frames": [{ -"duration": 5.0, -"texture": ExtResource("3_kh412") -}, { -"duration": 5.0, -"texture": ExtResource("4_naxfy") -}, { -"duration": 5.0, -"texture": ExtResource("5_68b50") -}, { -"duration": 5.0, -"texture": ExtResource("6_3ge3t") -}, { -"duration": 5.0, -"texture": ExtResource("7_p86hd") -}, { -"duration": 5.0, -"texture": ExtResource("8_52sxh") -}, { -"duration": 5.0, -"texture": ExtResource("9_e8lf8") -}, { -"duration": 5.0, -"texture": ExtResource("10_x5jg8") -}, { -"duration": 5.0, -"texture": ExtResource("11_jgoky") -}, { -"duration": 5.0, -"texture": ExtResource("12_8f0r5") -}, { -"duration": 5.0, -"texture": ExtResource("13_2x3yu") -}, { -"duration": 5.0, -"texture": ExtResource("14_1u3ng") -}, { -"duration": 5.0, -"texture": ExtResource("15_1kex1") -}, { -"duration": 5.0, -"texture": ExtResource("16_4mu1f") -}, { -"duration": 5.0, -"texture": ExtResource("17_cvcch") -}, { -"duration": 5.0, -"texture": ExtResource("18_m4217") -}, { -"duration": 5.0, -"texture": ExtResource("19_vefus") -}, { -"duration": 5.0, -"texture": ExtResource("20_d32q7") -}, { -"duration": 5.0, -"texture": ExtResource("21_ybiwx") -}, { -"duration": 5.0, -"texture": ExtResource("22_1dyqy") -}], -"loop": true, -"name": &"吕萍点灯", -"speed": 30.0 -}, { -"frames": [{ -"duration": 6.0, -"texture": ExtResource("1_b0nfm") -}, { -"duration": 6.0, -"texture": ExtResource("2_ewqlj") -}, { -"duration": 6.0, -"texture": ExtResource("3_v0o2r") -}, { -"duration": 6.0, -"texture": ExtResource("4_kjlxu") -}, { -"duration": 6.0, -"texture": ExtResource("5_yb3hy") -}, { -"duration": 6.0, -"texture": ExtResource("6_5gjc5") -}, { -"duration": 6.0, -"texture": ExtResource("7_lo3ya") -}, { -"duration": 6.0, -"texture": ExtResource("8_vhfta") -}, { -"duration": 6.0, -"texture": ExtResource("9_ghiyb") -}, { -"duration": 6.0, -"texture": ExtResource("10_5iwfn") -}, { -"duration": 6.0, -"texture": ExtResource("11_u3hek") -}, { -"duration": 6.0, -"texture": ExtResource("12_dq0we") -}, { -"duration": 6.0, -"texture": ExtResource("13_m3686") -}, { -"duration": 6.0, -"texture": ExtResource("14_yem0d") -}, { -"duration": 6.0, -"texture": ExtResource("15_armoe") -}, { -"duration": 6.0, -"texture": ExtResource("16_hpdgm") -}, { -"duration": 6.0, -"texture": ExtResource("17_7b2vd") -}, { -"duration": 6.0, -"texture": ExtResource("18_swk1l") -}, { -"duration": 6.0, -"texture": ExtResource("19_n00jq") -}, { -"duration": 6.0, -"texture": ExtResource("20_xjrn5") -}, { -"duration": 6.0, -"texture": ExtResource("21_5afwj") -}, { -"duration": 6.0, -"texture": ExtResource("22_y4nde") -}, { -"duration": 6.0, -"texture": ExtResource("23_ae7qb") -}, { -"duration": 6.0, -"texture": ExtResource("24_kvggl") -}, { -"duration": 6.0, -"texture": ExtResource("25_3kyqk") -}, { -"duration": 6.0, -"texture": ExtResource("26_pxbm2") -}, { -"duration": 6.0, -"texture": ExtResource("27_8xfwq") -}, { -"duration": 6.0, -"texture": ExtResource("28_t33xq") -}, { -"duration": 6.0, -"texture": ExtResource("29_hfjvj") -}, { -"duration": 6.0, -"texture": ExtResource("30_k0nvu") -}, { -"duration": 6.0, -"texture": ExtResource("31_c3du5") -}, { -"duration": 6.0, -"texture": ExtResource("32_mkvvp") -}, { -"duration": 6.0, -"texture": ExtResource("33_jvmx0") -}, { -"duration": 6.0, -"texture": ExtResource("34_ylpn2") -}, { -"duration": 6.0, -"texture": ExtResource("35_8l53i") -}, { -"duration": 6.0, -"texture": ExtResource("36_j33b3") -}, { -"duration": 6.0, -"texture": ExtResource("37_0e41g") -}, { -"duration": 6.0, -"texture": ExtResource("38_06lgn") -}, { -"duration": 6.0, -"texture": ExtResource("39_yfe3o") -}, { -"duration": 6.0, -"texture": ExtResource("40_61b31") -}, { -"duration": 6.0, -"texture": ExtResource("41_nd4mg") -}, { -"duration": 6.0, -"texture": ExtResource("42_qav85") -}, { -"duration": 6.0, -"texture": ExtResource("43_6flrj") -}, { -"duration": 6.0, -"texture": ExtResource("44_hegl2") -}, { -"duration": 6.0, -"texture": ExtResource("45_yi1fj") -}, { -"duration": 6.0, -"texture": ExtResource("46_he6on") -}, { -"duration": 6.0, -"texture": ExtResource("47_glhxy") -}, { -"duration": 6.0, -"texture": ExtResource("48_kohxu") -}, { -"duration": 6.0, -"texture": ExtResource("49_8i4hg") -}, { -"duration": 6.0, -"texture": ExtResource("50_kygpa") -}], -"loop": true, -"name": &"小蝶探头", -"speed": 30.0 -}, { -"frames": [{ -"duration": 6.0, -"texture": ExtResource("1_h2vuy") -}, { -"duration": 6.0, -"texture": ExtResource("2_hcphi") -}, { -"duration": 15.0, -"texture": ExtResource("3_knm4m") -}, { -"duration": 6.0, -"texture": ExtResource("4_ce2kn") -}, { -"duration": 6.0, -"texture": ExtResource("5_oaknb") -}, { -"duration": 6.0, -"texture": ExtResource("6_dpkmo") -}, { -"duration": 6.0, -"texture": ExtResource("7_yxvce") -}, { -"duration": 15.0, -"texture": ExtResource("8_h54n8") -}], -"loop": false, -"name": &"眨眼睛", -"speed": 30.0 -}, { -"frames": [{ -"duration": 6.0, -"texture": ExtResource("81_kohxu") -}, { -"duration": 6.0, -"texture": ExtResource("82_8i4hg") -}, { -"duration": 6.0, -"texture": ExtResource("83_kygpa") -}, { -"duration": 6.0, -"texture": ExtResource("84_xv8np") -}, { -"duration": 6.0, -"texture": ExtResource("85_7j8og") -}, { -"duration": 6.0, -"texture": ExtResource("86_w3yee") -}, { -"duration": 6.0, -"texture": ExtResource("87_io02s") -}, { -"duration": 6.0, -"texture": ExtResource("88_iew8o") -}], -"loop": true, -"name": &"纸杯摇曳", -"speed": 30.0 -}, { -"frames": [{ -"duration": 6.0, -"texture": ExtResource("1_hcphi") -}, { -"duration": 6.0, -"texture": ExtResource("2_knm4m") -}, { -"duration": 6.0, -"texture": ExtResource("3_ce2kn") -}, { -"duration": 6.0, -"texture": ExtResource("4_oaknb") -}, { -"duration": 6.0, -"texture": ExtResource("5_dpkmo") -}, { -"duration": 6.0, -"texture": ExtResource("6_yxvce") -}, { -"duration": 6.0, -"texture": ExtResource("7_h54n8") -}, { -"duration": 6.0, -"texture": ExtResource("8_lct05") -}, { -"duration": 6.0, -"texture": ExtResource("9_mtlq4") -}], -"loop": false, -"name": &"老鼠托小鞋子", -"speed": 30.0 -}] diff --git a/asset/art/gif/c02_公寓过道/中位点火.gif b/asset/art/gif/c02_公寓过道/中位点火.gif deleted file mode 100644 index 6225de22..00000000 Binary files a/asset/art/gif/c02_公寓过道/中位点火.gif and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/中位点火.gif.import b/asset/art/gif/c02_公寓过道/中位点火.gif.import deleted file mode 100644 index e2b3b118..00000000 --- a/asset/art/gif/c02_公寓过道/中位点火.gif.import +++ /dev/null @@ -1,14 +0,0 @@ -[remap] - -importer="gif.animated.texture.plugin" -type="SpriteFrames" -uid="uid://cf0me4r5upti4" -path="res://.godot/imported/中位点火.gif-8c8cdb20b947d11de687471bf9e227b4.tres" - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/中位点火.gif" -dest_files=["res://.godot/imported/中位点火.gif-8c8cdb20b947d11de687471bf9e227b4.tres"] - -[params] - diff --git a/asset/art/gif/c02_公寓过道/吕萍点灯/frames.tres b/asset/art/gif/c02_公寓过道/吕萍点灯/frames.tres deleted file mode 100644 index 13e24257..00000000 --- a/asset/art/gif/c02_公寓过道/吕萍点灯/frames.tres +++ /dev/null @@ -1,174 +0,0 @@ -[gd_resource type="SpriteFrames" load_steps=23 format=3 uid="uid://dr4pphv6nmhmi"] - -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/0.png" id="1_eq2y1"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/1.png" id="2_r62t6"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/2.png" id="3_rctre"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/3.png" id="4_mwd73"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/4.png" id="5_7vrkm"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/5.png" id="6_2scbr"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/6.png" id="7_47e04"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/7.png" id="8_ks8da"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/8.png" id="9_eccw4"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/9.png" id="10_ajfqo"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/10.png" id="11_mfpmv"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/11.png" id="12_kfpgq"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/12.png" id="13_t41fi"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/13.png" id="14_xgy3k"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/14.png" id="15_qpfs8"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/15.png" id="16_p10u1"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/16.png" id="17_ovxbv"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/17.png" id="18_8dglk"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/18.png" id="19_u15pk"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/19.png" id="20_i4cj3"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/20.png" id="21_tl2o5"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/吕萍点灯(前两帧舍弃)/21.png" id="22_a4th4"] - -[resource] -animations = [{ -"frames": [], -"loop": true, -"name": &"default", -"speed": 5.0 -}, { -"frames": [{ -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}, { -"duration": 0.9, -"texture": null -}], -"loop": true, -"name": &"吕萍点灯", -"speed": 30.0 -}, { -"frames": [{ -"duration": 0.9, -"texture": ExtResource("1_eq2y1") -}, { -"duration": 0.9, -"texture": ExtResource("2_r62t6") -}, { -"duration": 0.9, -"texture": ExtResource("3_rctre") -}, { -"duration": 0.9, -"texture": ExtResource("4_mwd73") -}, { -"duration": 0.9, -"texture": ExtResource("5_7vrkm") -}, { -"duration": 0.9, -"texture": ExtResource("6_2scbr") -}, { -"duration": 0.9, -"texture": ExtResource("7_47e04") -}, { -"duration": 0.9, -"texture": ExtResource("8_ks8da") -}, { -"duration": 0.9, -"texture": ExtResource("9_eccw4") -}, { -"duration": 0.9, -"texture": ExtResource("10_ajfqo") -}, { -"duration": 0.9, -"texture": ExtResource("11_mfpmv") -}, { -"duration": 0.9, -"texture": ExtResource("12_kfpgq") -}, { -"duration": 0.9, -"texture": ExtResource("13_t41fi") -}, { -"duration": 0.9, -"texture": ExtResource("14_xgy3k") -}, { -"duration": 0.9, -"texture": ExtResource("15_qpfs8") -}, { -"duration": 0.9, -"texture": ExtResource("16_p10u1") -}, { -"duration": 0.9, -"texture": ExtResource("17_ovxbv") -}, { -"duration": 0.9, -"texture": ExtResource("18_8dglk") -}, { -"duration": 0.9, -"texture": ExtResource("19_u15pk") -}, { -"duration": 0.9, -"texture": ExtResource("20_i4cj3") -}, { -"duration": 0.9, -"texture": ExtResource("21_tl2o5") -}, { -"duration": 0.9, -"texture": ExtResource("22_a4th4") -}], -"loop": true, -"name": &"吕萍点灯(前两帧舍弃)", -"speed": 30.0 -}] diff --git a/asset/art/gif/c02_公寓过道/小蝶探头.gif b/asset/art/gif/c02_公寓过道/小蝶探头.gif deleted file mode 100755 index f339a112..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头.gif and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头.gif.import b/asset/art/gif/c02_公寓过道/小蝶探头.gif.import deleted file mode 100644 index af031da5..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头.gif.import +++ /dev/null @@ -1,14 +0,0 @@ -[remap] - -importer="gif.animated.texture.plugin" -type="SpriteFrames" -uid="uid://bvwb015tnsctk" -path="res://.godot/imported/小蝶探头.gif-967400b8b502d2754ed30d600ad1ffc1.tres" - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头.gif" -dest_files=["res://.godot/imported/小蝶探头.gif-967400b8b502d2754ed30d600ad1ffc1.tres"] - -[params] - diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/0.png b/asset/art/gif/c02_公寓过道/小蝶探头/0.png deleted file mode 100644 index 156a0b95..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/0.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/1.png b/asset/art/gif/c02_公寓过道/小蝶探头/1.png deleted file mode 100644 index e4c4c434..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/1.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/10.png b/asset/art/gif/c02_公寓过道/小蝶探头/10.png deleted file mode 100644 index 156a0b95..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/10.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/11.png b/asset/art/gif/c02_公寓过道/小蝶探头/11.png deleted file mode 100644 index e4c4c434..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/11.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/12.png b/asset/art/gif/c02_公寓过道/小蝶探头/12.png deleted file mode 100644 index d08bd480..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/12.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/13.png b/asset/art/gif/c02_公寓过道/小蝶探头/13.png deleted file mode 100644 index 95ba7c89..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/13.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/14.png b/asset/art/gif/c02_公寓过道/小蝶探头/14.png deleted file mode 100644 index 156a0b95..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/14.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/15.png b/asset/art/gif/c02_公寓过道/小蝶探头/15.png deleted file mode 100644 index d3699e4e..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/15.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/16.png b/asset/art/gif/c02_公寓过道/小蝶探头/16.png deleted file mode 100644 index 017b4379..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/16.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/17.png b/asset/art/gif/c02_公寓过道/小蝶探头/17.png deleted file mode 100644 index 3fa0032d..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/17.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/17.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/17.png.import deleted file mode 100644 index f79400cb..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/17.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ca5xqlpju66xi" -path="res://.godot/imported/17.png-e1f83ef203ff901171bb1af5b954b074.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/17.png" -dest_files=["res://.godot/imported/17.png-e1f83ef203ff901171bb1af5b954b074.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/18.png b/asset/art/gif/c02_公寓过道/小蝶探头/18.png deleted file mode 100644 index 2ab24d85..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/18.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/19.png b/asset/art/gif/c02_公寓过道/小蝶探头/19.png deleted file mode 100644 index d3699e4e..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/19.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/2.png b/asset/art/gif/c02_公寓过道/小蝶探头/2.png deleted file mode 100644 index d08bd480..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/2.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/20.png b/asset/art/gif/c02_公寓过道/小蝶探头/20.png deleted file mode 100644 index d3699e4e..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/20.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/20.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/20.png.import deleted file mode 100644 index 091269a0..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/20.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dyhice304356k" -path="res://.godot/imported/20.png-2a1affdb7143844404787cffd8f607fd.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/20.png" -dest_files=["res://.godot/imported/20.png-2a1affdb7143844404787cffd8f607fd.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/21.png b/asset/art/gif/c02_公寓过道/小蝶探头/21.png deleted file mode 100644 index 017b4379..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/21.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/21.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/21.png.import deleted file mode 100644 index 563c47f9..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/21.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bibvryju1cslp" -path="res://.godot/imported/21.png-d90e6bf7363fefa0e9252a11261c0e90.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/21.png" -dest_files=["res://.godot/imported/21.png-d90e6bf7363fefa0e9252a11261c0e90.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/22.png b/asset/art/gif/c02_公寓过道/小蝶探头/22.png deleted file mode 100644 index 3fa0032d..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/22.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/23.png b/asset/art/gif/c02_公寓过道/小蝶探头/23.png deleted file mode 100644 index 2ab24d85..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/23.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/24.png b/asset/art/gif/c02_公寓过道/小蝶探头/24.png deleted file mode 100644 index d3699e4e..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/24.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/25.png b/asset/art/gif/c02_公寓过道/小蝶探头/25.png deleted file mode 100644 index d3699e4e..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/25.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/25.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/25.png.import deleted file mode 100644 index c5c9e608..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/25.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dgfpjbpl5jfvy" -path="res://.godot/imported/25.png-62d68c1164eb1de31460b00d14de447b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/25.png" -dest_files=["res://.godot/imported/25.png-62d68c1164eb1de31460b00d14de447b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/26.png b/asset/art/gif/c02_公寓过道/小蝶探头/26.png deleted file mode 100644 index 017b4379..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/26.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/26.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/26.png.import deleted file mode 100644 index 7414c630..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/26.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bq135yjxmr2bk" -path="res://.godot/imported/26.png-bd9784538a0bcaca101544907c6d26d2.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/26.png" -dest_files=["res://.godot/imported/26.png-bd9784538a0bcaca101544907c6d26d2.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/27.png b/asset/art/gif/c02_公寓过道/小蝶探头/27.png deleted file mode 100644 index 3fa0032d..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/27.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/27.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/27.png.import deleted file mode 100644 index 016e60bf..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/27.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dus5y1hfjg5tp" -path="res://.godot/imported/27.png-2144a6d135dd58265ba2dcff83ca7d69.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/27.png" -dest_files=["res://.godot/imported/27.png-2144a6d135dd58265ba2dcff83ca7d69.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/28.png b/asset/art/gif/c02_公寓过道/小蝶探头/28.png deleted file mode 100644 index 2ab24d85..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/28.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/28.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/28.png.import deleted file mode 100644 index e7414656..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/28.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ceq8gjd8xbpuv" -path="res://.godot/imported/28.png-0516630533c266acc677229b5e574926.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/28.png" -dest_files=["res://.godot/imported/28.png-0516630533c266acc677229b5e574926.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/29.png b/asset/art/gif/c02_公寓过道/小蝶探头/29.png deleted file mode 100644 index d3699e4e..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/29.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/29.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/29.png.import deleted file mode 100644 index c1e1d0d2..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/29.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bivetcamie27k" -path="res://.godot/imported/29.png-870aca9051412f642cf214493abce959.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/29.png" -dest_files=["res://.godot/imported/29.png-870aca9051412f642cf214493abce959.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/3.png b/asset/art/gif/c02_公寓过道/小蝶探头/3.png deleted file mode 100644 index 95ba7c89..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/3.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/30.png b/asset/art/gif/c02_公寓过道/小蝶探头/30.png deleted file mode 100644 index d3699e4e..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/30.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/30.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/30.png.import deleted file mode 100644 index e418ac4a..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/30.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://djmomtff8fk2o" -path="res://.godot/imported/30.png-155652fbf0f8162de0860576e6e770fd.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/30.png" -dest_files=["res://.godot/imported/30.png-155652fbf0f8162de0860576e6e770fd.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/31.png b/asset/art/gif/c02_公寓过道/小蝶探头/31.png deleted file mode 100644 index 017b4379..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/31.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/31.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/31.png.import deleted file mode 100644 index 4e53035b..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/31.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://esjr8cok0s2n" -path="res://.godot/imported/31.png-89336f9b0b1e054910cd2dfced701665.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/31.png" -dest_files=["res://.godot/imported/31.png-89336f9b0b1e054910cd2dfced701665.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/32.png b/asset/art/gif/c02_公寓过道/小蝶探头/32.png deleted file mode 100644 index 3fa0032d..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/32.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/32.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/32.png.import deleted file mode 100644 index d9a836f0..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/32.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://clh6qug7a124n" -path="res://.godot/imported/32.png-4abbdd8c10a0a1ca7d39e13192723ed1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/32.png" -dest_files=["res://.godot/imported/32.png-4abbdd8c10a0a1ca7d39e13192723ed1.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/33.png b/asset/art/gif/c02_公寓过道/小蝶探头/33.png deleted file mode 100644 index 2ab24d85..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/33.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/33.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/33.png.import deleted file mode 100644 index ed25828d..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/33.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b4apdsnnuxbug" -path="res://.godot/imported/33.png-d7714a3d53d96ec5ab6afed7489425ae.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/33.png" -dest_files=["res://.godot/imported/33.png-d7714a3d53d96ec5ab6afed7489425ae.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/34.png b/asset/art/gif/c02_公寓过道/小蝶探头/34.png deleted file mode 100644 index d3699e4e..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/34.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/34.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/34.png.import deleted file mode 100644 index 23428039..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/34.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bgoo1fi282sk8" -path="res://.godot/imported/34.png-23f82b4f8980cfb269052daa487419c5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/34.png" -dest_files=["res://.godot/imported/34.png-23f82b4f8980cfb269052daa487419c5.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/35.png b/asset/art/gif/c02_公寓过道/小蝶探头/35.png deleted file mode 100644 index 1efec6a9..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/35.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/36.png b/asset/art/gif/c02_公寓过道/小蝶探头/36.png deleted file mode 100644 index 49205aae..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/36.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/36.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/36.png.import deleted file mode 100644 index cfca0c4b..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/36.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cub0tsa61jbn3" -path="res://.godot/imported/36.png-b6e0f9d5dce414de1bcc640c24204404.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/36.png" -dest_files=["res://.godot/imported/36.png-b6e0f9d5dce414de1bcc640c24204404.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/37.png b/asset/art/gif/c02_公寓过道/小蝶探头/37.png deleted file mode 100644 index 1cd0ec0d..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/37.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/37.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/37.png.import deleted file mode 100644 index 6bed54b1..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/37.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b2bncxqxsbwx4" -path="res://.godot/imported/37.png-81e0019bbb86d4a2f9f48ee089729440.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/37.png" -dest_files=["res://.godot/imported/37.png-81e0019bbb86d4a2f9f48ee089729440.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/38.png b/asset/art/gif/c02_公寓过道/小蝶探头/38.png deleted file mode 100644 index b86b1a3c..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/38.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/38.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/38.png.import deleted file mode 100644 index f6e3a408..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/38.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ceia21f10yhh1" -path="res://.godot/imported/38.png-8a0e2c6d5f9100c87307af43daeb7151.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/38.png" -dest_files=["res://.godot/imported/38.png-8a0e2c6d5f9100c87307af43daeb7151.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/39.png b/asset/art/gif/c02_公寓过道/小蝶探头/39.png deleted file mode 100644 index b83ca7d3..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/39.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/39.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/39.png.import deleted file mode 100644 index 1c2077a8..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/39.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ges57ccs51ym" -path="res://.godot/imported/39.png-107116561df486a271a82af0228fa9d6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/39.png" -dest_files=["res://.godot/imported/39.png-107116561df486a271a82af0228fa9d6.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/4.png b/asset/art/gif/c02_公寓过道/小蝶探头/4.png deleted file mode 100644 index 156a0b95..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/4.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/40.png b/asset/art/gif/c02_公寓过道/小蝶探头/40.png deleted file mode 100644 index 55662bd1..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/40.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/40.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/40.png.import deleted file mode 100644 index 89d674db..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/40.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bpl57mhfpgox6" -path="res://.godot/imported/40.png-8d0667b6e371e455294f915600d9b091.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/40.png" -dest_files=["res://.godot/imported/40.png-8d0667b6e371e455294f915600d9b091.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/41.png b/asset/art/gif/c02_公寓过道/小蝶探头/41.png deleted file mode 100644 index d3a42979..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/41.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/41.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/41.png.import deleted file mode 100644 index b7900a89..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/41.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dccvc3f6opvca" -path="res://.godot/imported/41.png-e32b37a56d3716f540ecb7b5fd2c28fb.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/41.png" -dest_files=["res://.godot/imported/41.png-e32b37a56d3716f540ecb7b5fd2c28fb.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/42.png b/asset/art/gif/c02_公寓过道/小蝶探头/42.png deleted file mode 100644 index 87dc94c1..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/42.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/42.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/42.png.import deleted file mode 100644 index 6457803e..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/42.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dp5d4xthyp6lq" -path="res://.godot/imported/42.png-295002b0d773c2d22f59077745199917.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/42.png" -dest_files=["res://.godot/imported/42.png-295002b0d773c2d22f59077745199917.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/43.png b/asset/art/gif/c02_公寓过道/小蝶探头/43.png deleted file mode 100644 index 8aadd5aa..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/43.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/43.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/43.png.import deleted file mode 100644 index 24622c75..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/43.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cnp2e4pl842ct" -path="res://.godot/imported/43.png-94ae7c8feca9127e1cf52bbbffe5ad06.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/43.png" -dest_files=["res://.godot/imported/43.png-94ae7c8feca9127e1cf52bbbffe5ad06.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/44.png b/asset/art/gif/c02_公寓过道/小蝶探头/44.png deleted file mode 100644 index 4f79b302..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/44.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/44.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/44.png.import deleted file mode 100644 index fdbbbacb..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/44.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c6m0cmc62ijkl" -path="res://.godot/imported/44.png-bd19a74e968887d133229b1fa423e4bf.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/44.png" -dest_files=["res://.godot/imported/44.png-bd19a74e968887d133229b1fa423e4bf.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/45.png b/asset/art/gif/c02_公寓过道/小蝶探头/45.png deleted file mode 100644 index 05c706c5..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/45.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/45.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/45.png.import deleted file mode 100644 index 6bda9fa4..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/45.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bcerhqaumojlw" -path="res://.godot/imported/45.png-d20b49edf5edd0ea7a4c6fac7d9e5673.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/45.png" -dest_files=["res://.godot/imported/45.png-d20b49edf5edd0ea7a4c6fac7d9e5673.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/46.png b/asset/art/gif/c02_公寓过道/小蝶探头/46.png deleted file mode 100644 index 8497178b..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/46.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/46.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/46.png.import deleted file mode 100644 index 3144cc21..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/46.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://vthuayc7vhvu" -path="res://.godot/imported/46.png-8335dd8737b5fe19a90b3378015a519b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/46.png" -dest_files=["res://.godot/imported/46.png-8335dd8737b5fe19a90b3378015a519b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/47.png b/asset/art/gif/c02_公寓过道/小蝶探头/47.png deleted file mode 100644 index 8aadd5aa..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/47.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/47.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/47.png.import deleted file mode 100644 index a8d548b6..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/47.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://82s7wufekdqw" -path="res://.godot/imported/47.png-00a024900e16e8626438be4f7da831a3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/47.png" -dest_files=["res://.godot/imported/47.png-00a024900e16e8626438be4f7da831a3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/48.png b/asset/art/gif/c02_公寓过道/小蝶探头/48.png deleted file mode 100644 index 8aadd5aa..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/48.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/48.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/48.png.import deleted file mode 100644 index 879154bb..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/48.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://0mof22a6433s" -path="res://.godot/imported/48.png-912b03f096199aadbaeda7a26927fcb0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/48.png" -dest_files=["res://.godot/imported/48.png-912b03f096199aadbaeda7a26927fcb0.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/49.png b/asset/art/gif/c02_公寓过道/小蝶探头/49.png deleted file mode 100644 index 4f79b302..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/49.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/49.png.import b/asset/art/gif/c02_公寓过道/小蝶探头/49.png.import deleted file mode 100644 index ab157558..00000000 --- a/asset/art/gif/c02_公寓过道/小蝶探头/49.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://benqahwoikd4l" -path="res://.godot/imported/49.png-6301e9d3b87461d89a57e4d111c09f9c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/gif/c02_公寓过道/小蝶探头/49.png" -dest_files=["res://.godot/imported/49.png-6301e9d3b87461d89a57e4d111c09f9c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/5.png b/asset/art/gif/c02_公寓过道/小蝶探头/5.png deleted file mode 100644 index 156a0b95..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/5.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/6.png b/asset/art/gif/c02_公寓过道/小蝶探头/6.png deleted file mode 100644 index e4c4c434..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/6.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/7.png b/asset/art/gif/c02_公寓过道/小蝶探头/7.png deleted file mode 100644 index d08bd480..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/7.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/8.png b/asset/art/gif/c02_公寓过道/小蝶探头/8.png deleted file mode 100644 index 95ba7c89..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/8.png and /dev/null differ diff --git a/asset/art/gif/c02_公寓过道/小蝶探头/9.png b/asset/art/gif/c02_公寓过道/小蝶探头/9.png deleted file mode 100644 index 156a0b95..00000000 Binary files a/asset/art/gif/c02_公寓过道/小蝶探头/9.png and /dev/null differ diff --git a/asset/art/gif/c02_小小小蝶上楼道/frames.tres b/asset/art/gif/c02_小小小蝶上楼道/c02_小小小蝶上楼道_frames.tres similarity index 100% rename from asset/art/gif/c02_小小小蝶上楼道/frames.tres rename to asset/art/gif/c02_小小小蝶上楼道/c02_小小小蝶上楼道_frames.tres diff --git a/asset/art/gif/c02_小手/frames.tres b/asset/art/gif/c02_小手/c02_小手_frames.tres similarity index 100% rename from asset/art/gif/c02_小手/frames.tres rename to asset/art/gif/c02_小手/c02_小手_frames.tres diff --git a/asset/art/gif/c02_杂项/frames.tres b/asset/art/gif/c02_杂项/c02_杂项_frames.tres similarity index 100% rename from asset/art/gif/c02_杂项/frames.tres rename to asset/art/gif/c02_杂项/c02_杂项_frames.tres diff --git a/asset/art/gif/c02_盒子猫/frames.tres b/asset/art/gif/c02_盒子猫/c02_盒子猫_frames.tres similarity index 99% rename from asset/art/gif/c02_盒子猫/frames.tres rename to asset/art/gif/c02_盒子猫/c02_盒子猫_frames.tres index 0c1183f4..8076fc7f 100644 --- a/asset/art/gif/c02_盒子猫/frames.tres +++ b/asset/art/gif/c02_盒子猫/c02_盒子猫_frames.tres @@ -261,7 +261,7 @@ animations = [{ "duration": 30.0, "texture": ExtResource("56_d08hu") }], -"loop": true, +"loop": false, "name": &"猫钻进盒子", "speed": 30.0 }, { diff --git a/asset/art/gif/c02_空房间/frames.tres b/asset/art/gif/c02_空房间/c02_空房间_frames.tres similarity index 100% rename from asset/art/gif/c02_空房间/frames.tres rename to asset/art/gif/c02_空房间/c02_空房间_frames.tres diff --git a/asset/art/gif/c02_老鼠拖肉/c02_老鼠拖肉_frames.tres b/asset/art/gif/c02_老鼠拖肉/c02_老鼠拖肉_frames.tres new file mode 100644 index 00000000..ec65adb6 --- /dev/null +++ b/asset/art/gif/c02_老鼠拖肉/c02_老鼠拖肉_frames.tres @@ -0,0 +1,68 @@ +[gd_resource type="SpriteFrames" load_steps=13 format=3 uid="uid://cvwdqa8gyqj4g"] + +[ext_resource type="Texture2D" uid="uid://kx3w8oek2w2m" path="res://asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/0.png" id="1_7ihva"] +[ext_resource type="Texture2D" uid="uid://c4p6yf07dpuk0" path="res://asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/1.png" id="2_arxlg"] +[ext_resource type="Texture2D" uid="uid://8u4hdarftq61" path="res://asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/2.png" id="3_d0mie"] +[ext_resource type="Texture2D" uid="uid://bq24dvw03sw5a" path="res://asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/3.png" id="4_ad6hj"] +[ext_resource type="Texture2D" uid="uid://dm2dvqop7kin1" path="res://asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/4.png" id="5_2cyqm"] +[ext_resource type="Texture2D" uid="uid://dpjvamykvlq8p" path="res://asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/5.png" id="6_2qdpe"] +[ext_resource type="Texture2D" uid="uid://cbvd86bhmqwtv" path="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/0.png" id="7_3oryn"] +[ext_resource type="Texture2D" path="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画/0.png" id="7_ad6hj"] +[ext_resource type="Texture2D" path="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画/1.png" id="8_2cyqm"] +[ext_resource type="Texture2D" uid="uid://dwdnlxfasu57r" path="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/1.png" id="8_r8ynn"] +[ext_resource type="Texture2D" path="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画/2.png" id="9_2qdpe"] +[ext_resource type="Texture2D" uid="uid://bty30b667xcy3" path="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/2.png" id="9_8etrm"] + +[resource] +animations = [{ +"frames": [{ +"duration": 6.0, +"texture": ExtResource("1_7ihva") +}, { +"duration": 6.0, +"texture": ExtResource("2_arxlg") +}, { +"duration": 6.0, +"texture": ExtResource("3_d0mie") +}, { +"duration": 6.0, +"texture": ExtResource("4_ad6hj") +}, { +"duration": 6.0, +"texture": ExtResource("5_2cyqm") +}, { +"duration": 6.0, +"texture": ExtResource("6_2qdpe") +}], +"loop": true, +"name": &"奇怪的肉被拖进去动画", +"speed": 30.0 +}, { +"frames": [{ +"duration": 4.2, +"texture": ExtResource("7_ad6hj") +}, { +"duration": 4.2, +"texture": ExtResource("8_2cyqm") +}, { +"duration": 4.2, +"texture": ExtResource("9_2qdpe") +}], +"loop": true, +"name": &"老鼠被黏住动画", +"speed": 30.0 +}, { +"frames": [{ +"duration": 3.0, +"texture": ExtResource("7_3oryn") +}, { +"duration": 3.0, +"texture": ExtResource("8_r8ynn") +}, { +"duration": 3.0, +"texture": ExtResource("9_8etrm") +}], +"loop": true, +"name": &"老鼠被黏住动画_无肉", +"speed": 30.0 +}] diff --git a/asset/art/gif/c02_老鼠拖肉/frames.tres b/asset/art/gif/c02_老鼠拖肉/frames.tres deleted file mode 100644 index 68ccf1e4..00000000 --- a/asset/art/gif/c02_老鼠拖肉/frames.tres +++ /dev/null @@ -1,68 +0,0 @@ -[gd_resource type="SpriteFrames" load_steps=13 format=3 uid="uid://dfayiajfmfax3"] - -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/0.png" id="1_a2pfj"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画/0.png" id="1_s8kdl"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画/1.png" id="2_2007h"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/1.png" id="2_n5b7f"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画/2.png" id="3_4hve7"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/2.png" id="3_t7h8k"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/3.png" id="4_r4e70"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/4.png" id="5_eu3nr"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/5.png" id="6_ksaoy"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/0.png" id="10_aqeq7"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/1.png" id="11_jui2i"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/2.png" id="12_f7f7r"] - -[resource] -animations = [{ -"frames": [{ -"duration": 6.0, -"texture": ExtResource("1_a2pfj") -}, { -"duration": 6.0, -"texture": ExtResource("2_n5b7f") -}, { -"duration": 6.0, -"texture": ExtResource("3_t7h8k") -}, { -"duration": 6.0, -"texture": ExtResource("4_r4e70") -}, { -"duration": 6.0, -"texture": ExtResource("5_eu3nr") -}, { -"duration": 6.0, -"texture": ExtResource("6_ksaoy") -}], -"loop": true, -"name": &"奇怪的肉被拖进去动画", -"speed": 30.0 -}, { -"frames": [{ -"duration": 4.2, -"texture": ExtResource("1_s8kdl") -}, { -"duration": 4.2, -"texture": ExtResource("2_2007h") -}, { -"duration": 4.2, -"texture": ExtResource("3_4hve7") -}], -"loop": true, -"name": &"老鼠被黏住动画", -"speed": 30.0 -}, { -"frames": [{ -"duration": 3.0, -"texture": ExtResource("10_aqeq7") -}, { -"duration": 3.0, -"texture": ExtResource("11_jui2i") -}, { -"duration": 3.0, -"texture": ExtResource("12_f7f7r") -}], -"loop": true, -"name": &"老鼠被黏住动画-(肉被取走)", -"speed": 30.0 -}] diff --git a/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画.gif.import b/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画.gif.import index f665d0a9..364d894b 100644 --- a/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画.gif.import +++ b/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画.gif.import @@ -2,7 +2,7 @@ importer="gif.animated.texture.plugin" type="SpriteFrames" -uid="uid://xrr8dvp5jd0i" +uid="uid://bbm30hsgg5q6u" path="res://.godot/imported/奇怪的肉被拖进去动画.gif-f3f012fd3ccf05c8df9fb2a8e9527af2.tres" [deps] diff --git a/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/0.png.import b/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/0.png.import index 6d54a25d..21a54376 100644 --- a/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/0.png.import +++ b/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/0.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://d0yd5scw13wt3" +uid="uid://kx3w8oek2w2m" path="res://.godot/imported/0.png-2ca45260e18e542db87d9fe0489089dc.ctex" metadata={ "vram_texture": false diff --git a/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/1.png.import b/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/1.png.import index 99823288..7a795b6d 100644 --- a/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/1.png.import +++ b/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/1.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dgiylwsifbbxf" +uid="uid://c4p6yf07dpuk0" path="res://.godot/imported/1.png-eb0749b8d0522a5ac77693002c48beb3.ctex" metadata={ "vram_texture": false diff --git a/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/2.png.import b/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/2.png.import index f4a15e69..8f66d76b 100644 --- a/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/2.png.import +++ b/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/2.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dms387vcw0tok" +uid="uid://8u4hdarftq61" path="res://.godot/imported/2.png-f883e5b4f344d3a9895bc66d0de286c8.ctex" metadata={ "vram_texture": false diff --git a/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/3.png.import b/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/3.png.import index 2e397fb8..c0512bb3 100644 --- a/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/3.png.import +++ b/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/3.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://b44dg4381ng4v" +uid="uid://bq24dvw03sw5a" path="res://.godot/imported/3.png-e166c059e8bd5b57fbe895ae076c0e07.ctex" metadata={ "vram_texture": false diff --git a/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/4.png.import b/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/4.png.import index c8162a95..0046182f 100644 --- a/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/4.png.import +++ b/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/4.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dppbnuiqi6jod" +uid="uid://dm2dvqop7kin1" path="res://.godot/imported/4.png-e5ef6a38793cd2007affbc7b4c83ce31.ctex" metadata={ "vram_texture": false diff --git a/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/5.png.import b/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/5.png.import index 32e067b5..4b9cf368 100644 --- a/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/5.png.import +++ b/asset/art/gif/c02_老鼠拖肉/奇怪的肉被拖进去动画/5.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cw0c54jhnxnq7" +uid="uid://dpjvamykvlq8p" path="res://.godot/imported/5.png-7953c5a72d2b7a46a377c648ff42fd0e.ctex" metadata={ "vram_texture": false diff --git a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走).gif.import b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走).gif.import deleted file mode 100644 index 832e02b9..00000000 --- a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走).gif.import +++ /dev/null @@ -1,14 +0,0 @@ -[remap] - -importer="gif.animated.texture.plugin" -type="SpriteFrames" -uid="uid://chcboljkhnnsl" -path="res://.godot/imported/老鼠被黏住动画-(肉被取走).gif-02de470b32ed0de9ce13fe4ce790d076.tres" - -[deps] - -source_file="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走).gif" -dest_files=["res://.godot/imported/老鼠被黏住动画-(肉被取走).gif-02de470b32ed0de9ce13fe4ce790d076.tres"] - -[params] - diff --git a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画.gif.import b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画.gif.import index c2ffb9fa..2b141537 100644 --- a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画.gif.import +++ b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画.gif.import @@ -2,7 +2,7 @@ importer="gif.animated.texture.plugin" type="SpriteFrames" -uid="uid://cb2lm0ff4dftc" +uid="uid://bpbikc18ixasp" path="res://.godot/imported/老鼠被黏住动画.gif-4b006ac1cc74cc95d40698dab60a83f0.tres" [deps] diff --git a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画/0.png.import b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画/0.png.import index 9ceb5605..6ba3b04f 100644 --- a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画/0.png.import +++ b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画/0.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bxx0najeymnmh" +uid="uid://bh22gotgis8ck" path="res://.godot/imported/0.png-2e8e3f18ac08c30dbdddf781ca1aaba2.ctex" metadata={ "vram_texture": false diff --git a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画/1.png.import b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画/1.png.import index a163baba..4ead2982 100644 --- a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画/1.png.import +++ b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画/1.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://b6f2oadrjw8md" +uid="uid://c1u44bf6doo5h" path="res://.godot/imported/1.png-48ca500d02727dc28529e22ebe250c99.ctex" metadata={ "vram_texture": false diff --git a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画/2.png.import b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画/2.png.import index b3e7c7c9..5f615557 100644 --- a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画/2.png.import +++ b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画/2.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cg154icopoipv" +uid="uid://biyadg405dwma" path="res://.godot/imported/2.png-2f6e0010be62f40714d3118ff3cd8338.ctex" metadata={ "vram_texture": false diff --git a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走).gif b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉.gif similarity index 100% rename from asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走).gif rename to asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉.gif diff --git a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉.gif.import b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉.gif.import new file mode 100644 index 00000000..822b6ba9 --- /dev/null +++ b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉.gif.import @@ -0,0 +1,14 @@ +[remap] + +importer="gif.animated.texture.plugin" +type="SpriteFrames" +uid="uid://b6vecpe1mika" +path="res://.godot/imported/老鼠被黏住动画_无肉.gif-ca66a48add871832328a3d355e318ba2.tres" + +[deps] + +source_file="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉.gif" +dest_files=["res://.godot/imported/老鼠被黏住动画_无肉.gif-ca66a48add871832328a3d355e318ba2.tres"] + +[params] + diff --git a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/0.png b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/0.png similarity index 100% rename from asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/0.png rename to asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/0.png diff --git a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/0.png.import b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/0.png.import similarity index 73% rename from asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/0.png.import rename to asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/0.png.import index 30bb307f..7b82bbf1 100644 --- a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/0.png.import +++ b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/0.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://fwd6npjeq2gs" -path="res://.godot/imported/0.png-4814953f8fc6915e185980c25e29a9a2.ctex" +uid="uid://cbvd86bhmqwtv" +path="res://.godot/imported/0.png-6748d68145044b6e32ca25aef70a9278.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/0.png" -dest_files=["res://.godot/imported/0.png-4814953f8fc6915e185980c25e29a9a2.ctex"] +source_file="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/0.png" +dest_files=["res://.godot/imported/0.png-6748d68145044b6e32ca25aef70a9278.ctex"] [params] diff --git a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/1.png b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/1.png similarity index 100% rename from asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/1.png rename to asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/1.png diff --git a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/1.png.import b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/1.png.import similarity index 73% rename from asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/1.png.import rename to asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/1.png.import index d1130d22..0fec51b0 100644 --- a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/1.png.import +++ b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/1.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dchbrgkbsojbp" -path="res://.godot/imported/1.png-ac25e92dcb00e5e25afe7ad1eb638f29.ctex" +uid="uid://dwdnlxfasu57r" +path="res://.godot/imported/1.png-0531daeffae71fd4c669975043db1046.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/1.png" -dest_files=["res://.godot/imported/1.png-ac25e92dcb00e5e25afe7ad1eb638f29.ctex"] +source_file="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/1.png" +dest_files=["res://.godot/imported/1.png-0531daeffae71fd4c669975043db1046.ctex"] [params] diff --git a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/2.png b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/2.png similarity index 100% rename from asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/2.png rename to asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/2.png diff --git a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/2.png.import b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/2.png.import similarity index 73% rename from asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/2.png.import rename to asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/2.png.import index 6bd36ec7..4e1b11ac 100644 --- a/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/2.png.import +++ b/asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/2.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://cd3ra2j57fj3l" -path="res://.godot/imported/2.png-be7103654c5c663f90993c39a24a4a64.ctex" +uid="uid://bty30b667xcy3" +path="res://.godot/imported/2.png-d7e6f6c7380677c12b8e28761bee4b67.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/2.png" -dest_files=["res://.godot/imported/2.png-be7103654c5c663f90993c39a24a4a64.ctex"] +source_file="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画_无肉/2.png" +dest_files=["res://.godot/imported/2.png-d7e6f6c7380677c12b8e28761bee4b67.ctex"] [params] diff --git a/asset/art/gif/c02_裂缝过道/frames.tres b/asset/art/gif/c02_裂缝过道/c02_裂缝过道_frames.tres similarity index 100% rename from asset/art/gif/c02_裂缝过道/frames.tres rename to asset/art/gif/c02_裂缝过道/c02_裂缝过道_frames.tres diff --git a/asset/art/gif/c02_谢幕演出/frames.tres b/asset/art/gif/c02_谢幕演出/c02_谢幕演出_frames.tres similarity index 100% rename from asset/art/gif/c02_谢幕演出/frames.tres rename to asset/art/gif/c02_谢幕演出/c02_谢幕演出_frames.tres diff --git a/asset/art/gif/c02_霸凌/frames.tres b/asset/art/gif/c02_霸凌/c02_霸凌_frames.tres similarity index 100% rename from asset/art/gif/c02_霸凌/frames.tres rename to asset/art/gif/c02_霸凌/c02_霸凌_frames.tres diff --git a/asset/art/scene/c02/s05_一楼内侧楼道/奇怪的肉特写.png b/asset/art/prop/c02/奇怪的肉.png similarity index 100% rename from asset/art/scene/c02/s05_一楼内侧楼道/奇怪的肉特写.png rename to asset/art/prop/c02/奇怪的肉.png diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/6.png.import b/asset/art/prop/c02/奇怪的肉.png.import similarity index 67% rename from asset/art/animation/c02_吕萍_柜前被吓到后退/6.png.import rename to asset/art/prop/c02/奇怪的肉.png.import index df99c492..aa32a265 100644 --- a/asset/art/animation/c02_吕萍_柜前被吓到后退/6.png.import +++ b/asset/art/prop/c02/奇怪的肉.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://u53l2gg4lw1m" -path="res://.godot/imported/6.png-a9a0b469e5809a9c7c4d01cd5be7e6d8.ctex" +uid="uid://ds37omnt01e1h" +path="res://.godot/imported/奇怪的肉.png-4e6689650b754c24f940df2b6b2ea2cb.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_柜前被吓到后退/6.png" -dest_files=["res://.godot/imported/6.png-a9a0b469e5809a9c7c4d01cd5be7e6d8.ctex"] +source_file="res://asset/art/prop/c02/奇怪的肉.png" +dest_files=["res://.godot/imported/奇怪的肉.png-4e6689650b754c24f940df2b6b2ea2cb.ctex"] [params] diff --git a/asset/art/scene/c02/s05_一楼内侧楼道/掉落的肉.png b/asset/art/scene/c02/s05_一楼内侧楼道/掉落的肉.png new file mode 100644 index 00000000..1d245304 Binary files /dev/null and b/asset/art/scene/c02/s05_一楼内侧楼道/掉落的肉.png differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/1.png.import b/asset/art/scene/c02/s05_一楼内侧楼道/掉落的肉.png.import similarity index 65% rename from asset/art/animation/c02_吕萍_柜前被吓到后退/1.png.import rename to asset/art/scene/c02/s05_一楼内侧楼道/掉落的肉.png.import index 08b1b0a7..c7924cd1 100644 --- a/asset/art/animation/c02_吕萍_柜前被吓到后退/1.png.import +++ b/asset/art/scene/c02/s05_一楼内侧楼道/掉落的肉.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dwwpaxxxbq4g3" -path="res://.godot/imported/1.png-a0969ba6031599c4c2ecbe63dfd162ec.ctex" +uid="uid://d1etd7hr23rir" +path="res://.godot/imported/掉落的肉.png-0a4f9f2ac23f55332834d57e165e55b4.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_柜前被吓到后退/1.png" -dest_files=["res://.godot/imported/1.png-a0969ba6031599c4c2ecbe63dfd162ec.ctex"] +source_file="res://asset/art/scene/c02/s05_一楼内侧楼道/掉落的肉.png" +dest_files=["res://.godot/imported/掉落的肉.png-0a4f9f2ac23f55332834d57e165e55b4.ctex"] [params] diff --git a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_特写.png b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_特写.png index 1a2b4b9a..ef2a8e95 100644 Binary files a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_特写.png and b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_特写.png differ diff --git a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫初始特写.png b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫初始特写.png new file mode 100644 index 00000000..317514aa Binary files /dev/null and b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫初始特写.png differ diff --git a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫游戏墙上纸特写(有画面).png.import b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫初始特写.png.import similarity index 67% rename from asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫游戏墙上纸特写(有画面).png.import rename to asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫初始特写.png.import index d522e345..823dfcd5 100644 --- a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫游戏墙上纸特写(有画面).png.import +++ b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫初始特写.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d3es8r30qvxdl" -path="res://.godot/imported/ux_盒子猫游戏墙上纸特写(有画面).png-009ab0bbabf48ed2d72a7049cfa8d914.ctex" +path="res://.godot/imported/ux_盒子猫初始特写.png-11b7e4cef764d97041161f20643ac7a9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫游戏墙上纸特写(有画面).png" -dest_files=["res://.godot/imported/ux_盒子猫游戏墙上纸特写(有画面).png-009ab0bbabf48ed2d72a7049cfa8d914.ctex"] +source_file="res://asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫初始特写.png" +dest_files=["res://.godot/imported/ux_盒子猫初始特写.png-11b7e4cef764d97041161f20643ac7a9.ctex"] [params] diff --git a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫游戏墙上纸特写(无画面).png b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫游戏墙上纸特写(无画面).png deleted file mode 100644 index d05916d3..00000000 Binary files a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫游戏墙上纸特写(无画面).png and /dev/null differ diff --git a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫游戏墙上纸特写(无画面).png.import b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫游戏墙上纸特写(无画面).png.import deleted file mode 100644 index fb936b73..00000000 --- a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫游戏墙上纸特写(无画面).png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ccfbubistf0ov" -path="res://.godot/imported/ux_盒子猫游戏墙上纸特写(无画面).png-510b75e1da5fed7e2e1b32912c6b7cc3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫游戏墙上纸特写(无画面).png" -dest_files=["res://.godot/imported/ux_盒子猫游戏墙上纸特写(无画面).png-510b75e1da5fed7e2e1b32912c6b7cc3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫游戏墙上纸特写(有画面).png b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫游戏墙上纸特写(有画面).png deleted file mode 100644 index 582bf408..00000000 Binary files a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫游戏墙上纸特写(有画面).png and /dev/null differ diff --git a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_纸张.png b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_纸张.png index 1f4076a2..0d2126f1 100644 Binary files a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_纸张.png and b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_纸张.png differ diff --git a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_背景墙.png b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_背景墙.png deleted file mode 100644 index 1fefeac8..00000000 Binary files a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_背景墙.png and /dev/null differ diff --git a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_背景墙.png.import b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_背景墙.png.import deleted file mode 100644 index 7bd9ac0d..00000000 --- a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_背景墙.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://djnj82yw5rtrr" -path="res://.godot/imported/ux_背景墙.png-684f4bb0409fb157d40361e76503d198.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://asset/art/scene/c02/s12_to_s17_盒子猫/ux_背景墙.png" -dest_files=["res://.godot/imported/ux_背景墙.png-684f4bb0409fb157d40361e76503d198.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_镂空.png b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_镂空.png index 37130dbe..dc177384 100644 Binary files a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_镂空.png and b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_镂空.png differ diff --git a/asset/art/scene/c02/s12_to_s17_盒子猫/ux_镂空_纸.png b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_镂空_纸.png new file mode 100644 index 00000000..75347110 Binary files /dev/null and b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_镂空_纸.png differ diff --git a/asset/art/animation/c02_吕萍_柜前被吓到后退/2.png.import b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_镂空_纸.png.import similarity index 65% rename from asset/art/animation/c02_吕萍_柜前被吓到后退/2.png.import rename to asset/art/scene/c02/s12_to_s17_盒子猫/ux_镂空_纸.png.import index 9269ec53..847dbaf7 100644 --- a/asset/art/animation/c02_吕萍_柜前被吓到后退/2.png.import +++ b/asset/art/scene/c02/s12_to_s17_盒子猫/ux_镂空_纸.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dgyws03t4gqd1" -path="res://.godot/imported/2.png-385484579518ad627cff874c341ce00b.ctex" +uid="uid://ccfbubistf0ov" +path="res://.godot/imported/ux_镂空_纸.png-e22dc512075c7c6dafd59dcf7023e969.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_柜前被吓到后退/2.png" -dest_files=["res://.godot/imported/2.png-385484579518ad627cff874c341ce00b.ctex"] +source_file="res://asset/art/scene/c02/s12_to_s17_盒子猫/ux_镂空_纸.png" +dest_files=["res://.godot/imported/ux_镂空_纸.png-e22dc512075c7c6dafd59dcf7023e969.ctex"] [params] diff --git a/asset/dialogue/item_description.csv b/asset/dialogue/item_description.csv index 9e379622..357ad593 100644 --- a/asset/dialogue/item_description.csv +++ b/asset/dialogue/item_description.csv @@ -62,6 +62,7 @@ prop_小鞋子1,小鞋子1,,,[#texture=c02/小鞋子.png],, prop_小鞋子2,小鞋子2,,,[#texture=c02/小鞋子.png],, prop_麻将,麻将,,,[#texture=c02/麻将.png],, prop_新鲜的肉,新鲜的肉,,,[#texture=c02/新鲜的肉.png],, +prop_奇怪的肉,奇怪的肉,,,[#texture=c02/奇怪的肉.png],, prop_弹珠,弹珠,,,[#texture=c02/弹珠.png],, prop_木头人偶,木头人偶,,,[#texture=c02/小蝉人偶.png],, prop_粘鼠板,粘鼠板,,,[#texture=c02/粘鼠板特写.png],, diff --git a/asset/dialogue/item_description.dialogue b/asset/dialogue/item_description.dialogue index 9fd5999c..d7b63c0f 100644 --- a/asset/dialogue/item_description.dialogue +++ b/asset/dialogue/item_description.dialogue @@ -74,6 +74,7 @@ 小鞋子2 [#texture=c02/小鞋子.png] [ID:prop_小鞋子2] 麻将 [#texture=c02/麻将.png] [ID:prop_麻将] 新鲜的肉 [#texture=c02/新鲜的肉.png] [ID:prop_新鲜的肉] +奇怪的肉 [#texture=c02/奇怪的肉.png] [ID:prop_奇怪的肉] 弹珠 [#texture=c02/弹珠.png] [ID:prop_弹珠] 木头人偶 [#texture=c02/小蝉人偶.png] [ID:prop_木头人偶] 粘鼠板 [#texture=c02/粘鼠板特写.png] [ID:prop_粘鼠板] diff --git a/config/animation/entity_sprite_frames.tres b/config/animation/entity_sprite_frames.tres index 3bbd2f13..657eeaba 100644 --- a/config/animation/entity_sprite_frames.tres +++ b/config/animation/entity_sprite_frames.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=814 format=3 uid="uid://b7fhheih1hbvf"] +[gd_resource type="SpriteFrames" load_steps=810 format=3 uid="uid://b7fhheih1hbvf"] [ext_resource type="Texture2D" uid="uid://bpqrd6vo3j17m" path="res://asset/art/animation/c00_吕萍_记笔记_right/吕萍-拿本子记录1.png" id="1_6sdvl"] [ext_resource type="Texture2D" uid="uid://dvq64espa37lx" path="res://asset/art/animation/c00_吕萍_idle_left/zhhx1.png" id="1_ekv0l"] @@ -97,23 +97,33 @@ [ext_resource type="Texture2D" uid="uid://frv6sxrdxj1e" path="res://asset/art/animation/c00_吕萍_walking_right/y8.png" id="48_hjfcv"] [ext_resource type="Texture2D" uid="uid://ct0gictgy4j8d" path="res://asset/art/animation/c01_信碎片_falling/4.png" id="48_vms1b"] [ext_resource type="Texture2D" uid="uid://dwhh5uck24og4" path="res://asset/art/gif/c02_杂项/听纸杯/0.png" id="49_fso4g"] +[ext_resource type="Texture2D" uid="uid://bynxen66eo6y5" path="res://asset/art/animation/c00_吕萍_吓一跳/0.png" id="49_i80dg"] [ext_resource type="Texture2D" uid="uid://car0ks6svpwox" path="res://asset/art/animation/c01_信碎片_falling/5.png" id="49_xo58i"] +[ext_resource type="Texture2D" uid="uid://be8wublxsg17l" path="res://asset/art/animation/c00_吕萍_吓一跳/1.png" id="50_2rgui"] [ext_resource type="Texture2D" uid="uid://bs6yjk5hnl6sh" path="res://asset/art/gif/c02_杂项/听纸杯/1.png" id="50_8c2os"] [ext_resource type="Texture2D" uid="uid://c3lkxw61ptaft" path="res://asset/art/animation/c01_信碎片_falling/6.png" id="50_spoxt"] +[ext_resource type="Texture2D" uid="uid://qsy8py1v51kd" path="res://asset/art/animation/c00_吕萍_吓一跳/2.png" id="51_hk82m"] [ext_resource type="Texture2D" uid="uid://dfsx561kf0dnv" path="res://asset/art/gif/c02_杂项/听纸杯/2.png" id="51_ijtjt"] [ext_resource type="Texture2D" uid="uid://b1hfo1to6f4dp" path="res://asset/art/animation/c01_信碎片_falling/7.png" id="51_ppqjt"] +[ext_resource type="Texture2D" uid="uid://cdlsjuh1o225h" path="res://asset/art/animation/c00_吕萍_吓一跳/3.png" id="52_0guvm"] [ext_resource type="Texture2D" uid="uid://lj410rph6o82" path="res://asset/art/animation/c01_信碎片_falling/8.png" id="52_23v2v"] [ext_resource type="Texture2D" uid="uid://b7m8tyj6w7omf" path="res://asset/art/gif/c02_杂项/听纸杯/3.png" id="52_c1c3n"] [ext_resource type="Texture2D" uid="uid://bg1hip8wenesq" path="res://asset/art/animation/c01_信碎片_falling/9.png" id="53_42ugv"] +[ext_resource type="Texture2D" uid="uid://caoyg4l846yu8" path="res://asset/art/animation/c00_吕萍_吓一跳/4.png" id="53_tpccb"] [ext_resource type="Texture2D" uid="uid://cxknx3yr44mp4" path="res://asset/art/gif/c02_杂项/听纸杯/4.png" id="53_xbf0q"] [ext_resource type="Texture2D" uid="uid://wahdygbyyore" path="res://asset/art/gif/c02_杂项/拿纸杯/1.png" id="54_0vfsm"] [ext_resource type="Texture2D" uid="uid://d1wchep17cr8d" path="res://asset/art/animation/c01_信碎片_falling/10.png" id="54_nm47s"] +[ext_resource type="Texture2D" uid="uid://itlfv27wl3mi" path="res://asset/art/animation/c00_吕萍_吓一跳/5.png" id="54_wj22m"] [ext_resource type="Texture2D" uid="uid://5it6kr82ccvr" path="res://asset/art/gif/c02_杂项/拿纸杯/2.png" id="55_a7x1c"] +[ext_resource type="Texture2D" uid="uid://bicjx5854kwn5" path="res://asset/art/animation/c00_吕萍_吓一跳/6.png" id="55_s2lts"] [ext_resource type="Texture2D" uid="uid://dy1vl3mpqnwe2" path="res://asset/art/animation/c01_捡球男孩_关键帧/1.png" id="55_vb76q"] +[ext_resource type="Texture2D" uid="uid://cmtiq62yfim2o" path="res://asset/art/animation/c00_吕萍_吓一跳/7.png" id="56_8t28t"] [ext_resource type="Texture2D" uid="uid://hm0pm5r7tm1t" path="res://asset/art/gif/c02_杂项/拿纸杯/3.png" id="56_d4mvk"] [ext_resource type="Texture2D" uid="uid://6i57i3dixuk1" path="res://asset/art/animation/c01_捡球男孩_关键帧/2.png" id="56_wg2a3"] +[ext_resource type="Texture2D" uid="uid://mfkgs88gv00f" path="res://asset/art/animation/c00_吕萍_吓一跳/8.png" id="57_3lx4h"] [ext_resource type="Texture2D" uid="uid://04qinjhkdx36" path="res://asset/art/animation/c01_捡球男孩_关键帧/3.png" id="57_6o2e3"] [ext_resource type="Texture2D" uid="uid://cvna0etkjgnc" path="res://asset/art/gif/c02_杂项/拿纸杯/4.png" id="57_wvuvd"] +[ext_resource type="Texture2D" uid="uid://b1jghxho8h10e" path="res://asset/art/animation/c00_吕萍_吓一跳/9.png" id="58_pe0tw"] [ext_resource type="Texture2D" uid="uid://cd2baih661pp6" path="res://asset/art/animation/c01_捡球男孩_关键帧/4.png" id="58_rlfer"] [ext_resource type="Texture2D" uid="uid://c5v3ornvc2anu" path="res://asset/art/gif/c02_杂项/拿纸杯/5.png" id="58_vwget"] [ext_resource type="Texture2D" uid="uid://v7hva27s7g63" path="res://asset/art/gif/c02_杂项/拿纸杯/6.png" id="59_8qkgg"] @@ -157,27 +167,27 @@ [ext_resource type="Texture2D" uid="uid://cjc5y18muganj" path="res://asset/art/animation/c01_捡球男孩_关键帧/33.png" id="87_44dvh"] [ext_resource type="Texture2D" uid="uid://bf4l7ts6somq0" path="res://asset/art/animation/c01_捡球男孩_关键帧/34.png" id="88_7dy4t"] [ext_resource type="Texture2D" uid="uid://cgidugsir7cn0" path="res://asset/art/animation/c01_捡球男孩_关键帧/35.png" id="89_42jhs"] -[ext_resource type="Texture2D" uid="uid://rvh8orq77wf" path="res://asset/art/gif/c02_公寓过道/中位点火/1.png" id="89_k6w82"] -[ext_resource type="Texture2D" uid="uid://do2vf1i3823g3" path="res://asset/art/gif/c02_公寓过道/中位点火/2.png" id="90_8fba5"] +[ext_resource type="Texture2D" uid="uid://rvh8orq77wf" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/1.png" id="89_k6w82"] +[ext_resource type="Texture2D" uid="uid://do2vf1i3823g3" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/2.png" id="90_8fba5"] [ext_resource type="Texture2D" uid="uid://blmm0amsnr67y" path="res://asset/art/animation/c01_捡球男孩_关键帧/36.png" id="90_mvmcr"] -[ext_resource type="Texture2D" uid="uid://e57xp73gnmff" path="res://asset/art/gif/c02_公寓过道/中位点火/3.png" id="91_lw2cv"] +[ext_resource type="Texture2D" uid="uid://e57xp73gnmff" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/3.png" id="91_lw2cv"] [ext_resource type="Texture2D" uid="uid://bxlbremjb5aiy" path="res://asset/art/animation/c01_捡球男孩_关键帧/37.png" id="91_q13vc"] [ext_resource type="Texture2D" uid="uid://0tp3r0wlqpxw" path="res://asset/art/animation/c01_捡球男孩_关键帧/38.png" id="92_3dhcq"] -[ext_resource type="Texture2D" uid="uid://du3u3qrpqo36p" path="res://asset/art/gif/c02_公寓过道/中位点火/4.png" id="92_3wx8v"] -[ext_resource type="Texture2D" uid="uid://btoa4jb5gltcn" path="res://asset/art/gif/c02_公寓过道/中位点火/5.png" id="93_4o8n3"] +[ext_resource type="Texture2D" uid="uid://du3u3qrpqo36p" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/4.png" id="92_3wx8v"] +[ext_resource type="Texture2D" uid="uid://btoa4jb5gltcn" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/5.png" id="93_4o8n3"] [ext_resource type="Texture2D" uid="uid://d4ncmkvepadbx" path="res://asset/art/animation/c01_捡球男孩_关键帧/39.png" id="93_jlpa1"] -[ext_resource type="Texture2D" uid="uid://55es75jviach" path="res://asset/art/gif/c02_公寓过道/中位点火/6.png" id="94_hk0by"] +[ext_resource type="Texture2D" uid="uid://55es75jviach" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/6.png" id="94_hk0by"] [ext_resource type="Texture2D" uid="uid://bn602rovb7wjh" path="res://asset/art/animation/c01_捡球男孩_关键帧/40.png" id="94_tps82"] -[ext_resource type="Texture2D" uid="uid://cr6rl0xiohyul" path="res://asset/art/gif/c02_公寓过道/中位点火/7.png" id="95_1qtjf"] +[ext_resource type="Texture2D" uid="uid://cr6rl0xiohyul" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/7.png" id="95_1qtjf"] [ext_resource type="Texture2D" uid="uid://cavrs4vyntwya" path="res://asset/art/animation/c01_捡球男孩_关键帧/41.png" id="95_8e6c0"] -[ext_resource type="Texture2D" uid="uid://bwigcgm5mel1n" path="res://asset/art/gif/c02_公寓过道/中位点火/8.png" id="96_2r13j"] +[ext_resource type="Texture2D" uid="uid://bwigcgm5mel1n" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/8.png" id="96_2r13j"] [ext_resource type="Texture2D" uid="uid://ctrek8nnbivdq" path="res://asset/art/animation/c01_捡球男孩_关键帧/42.png" id="96_id53d"] -[ext_resource type="Texture2D" uid="uid://ccft1j3dbbgun" path="res://asset/art/gif/c02_公寓过道/中位点火/9.png" id="97_ho358"] +[ext_resource type="Texture2D" uid="uid://ccft1j3dbbgun" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/9.png" id="97_ho358"] [ext_resource type="Texture2D" uid="uid://gchtu13j53a3" path="res://asset/art/animation/c01_捡球男孩_关键帧/43.png" id="97_t5kiy"] -[ext_resource type="Texture2D" uid="uid://d24fhsybpyn0q" path="res://asset/art/gif/c02_公寓过道/中位点火/10.png" id="98_ekwts"] +[ext_resource type="Texture2D" uid="uid://d24fhsybpyn0q" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/10.png" id="98_ekwts"] [ext_resource type="Texture2D" uid="uid://6tmb41e14tav" path="res://asset/art/animation/c01_捡球男孩_关键帧/44.png" id="98_q4jyk"] [ext_resource type="Texture2D" uid="uid://caoucs2ygvxuy" path="res://asset/art/animation/c01_捡球男孩_关键帧/45.png" id="99_4a6ae"] -[ext_resource type="Texture2D" uid="uid://c7nk4qphjwgpf" path="res://asset/art/gif/c02_公寓过道/中位点火/11.png" id="99_x7vnl"] +[ext_resource type="Texture2D" uid="uid://c7nk4qphjwgpf" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_中位点灯/11.png" id="99_x7vnl"] [ext_resource type="Texture2D" uid="uid://dny3lq6y28j4w" path="res://asset/art/animation/c01_捡球男孩_关键帧/46.png" id="100_jwrjp"] [ext_resource type="Texture2D" uid="uid://7afxbriyr4ci" path="res://asset/art/gif/c02_保卫科/吕萍被吓倒/0.png" id="100_o6b0r"] [ext_resource type="Texture2D" uid="uid://xyep86irn1vy" path="res://asset/art/gif/c02_保卫科/吕萍被吓倒/1.png" id="101_c35ms"] @@ -285,109 +295,82 @@ [ext_resource type="Texture2D" uid="uid://dcb0urbbfkb3f" path="res://asset/art/animation/c01_小小蝶_walking_l/5.png" id="135_5fneh"] [ext_resource type="Texture2D" uid="uid://rwpb2jhx0qe0" path="res://asset/art/animation/c01_小小蝶_抬头_l/1.png" id="135_h2mh7"] [ext_resource type="Texture2D" uid="uid://codjtuksfcxil" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/1.png" id="135_hth06"] -[ext_resource type="Texture2D" uid="uid://c2iv5k414qho5" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/1.png" id="135_s0r05"] +[ext_resource type="Texture2D" uid="uid://bxk1v37yblokv" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/1.png" id="135_s0r05"] [ext_resource type="Texture2D" uid="uid://c3k1sapuomspr" path="res://asset/art/animation/c01_小小蝶_抬头_l/2.png" id="136_g5ypq"] [ext_resource type="Texture2D" uid="uid://cv15erqcotgqg" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/2.png" id="136_ko460"] [ext_resource type="Texture2D" uid="uid://dxkdiwvuon3lx" path="res://asset/art/animation/c01_小小蝶_walking_l/6.png" id="136_rej31"] -[ext_resource type="Texture2D" uid="uid://cf0v51pufefjb" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2.png" id="136_vxrfs"] +[ext_resource type="Texture2D" uid="uid://dpt2qhn0ypkm" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2.png" id="136_vxrfs"] [ext_resource type="Texture2D" uid="uid://nyh8oolkijpt" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/3.png" id="137_1k3xv"] -[ext_resource type="Texture2D" uid="uid://bfjohrrerobhp" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3.png" id="137_gpg4r"] +[ext_resource type="Texture2D" uid="uid://dl1jtdxwnpu1" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3.png" id="137_gpg4r"] [ext_resource type="Texture2D" uid="uid://px5m310qysvm" path="res://asset/art/animation/c01_小小蝶_抬头_l/3.png" id="137_mm3py"] -[ext_resource type="Texture2D" uid="uid://ptpo0rydylwd" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4.png" id="138_3e8uw"] +[ext_resource type="Texture2D" uid="uid://cr2he355uw5ae" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4.png" id="138_3e8uw"] [ext_resource type="Texture2D" uid="uid://bsampcl8xi8uw" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/4.png" id="138_s23im"] [ext_resource type="Texture2D" uid="uid://bnrpwn4oplwxe" path="res://asset/art/animation/c01_小小蝶_抬头_l/4.png" id="138_uoqgs"] [ext_resource type="Texture2D" uid="uid://jr457l1kgs7s" path="res://asset/art/animation/c01_小小蝶_抬头_l/5.png" id="139_01v8j"] -[ext_resource type="Texture2D" uid="uid://cquyxnjveeq1b" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5.png" id="139_odkro"] +[ext_resource type="Texture2D" uid="uid://ccl27awgq302s" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5.png" id="139_odkro"] [ext_resource type="Texture2D" uid="uid://djpshbi3h7u8v" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/5.png" id="139_xn4xi"] [ext_resource type="Texture2D" uid="uid://c7f24566tsi5b" path="res://asset/art/animation/c01_小小蝶_抬头_l/6.png" id="140_47ycv"] -[ext_resource type="Texture2D" uid="uid://w8ksqaggs2hi" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6.png" id="140_mneg6"] +[ext_resource type="Texture2D" uid="uid://chidl5gije8yw" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6.png" id="140_mneg6"] [ext_resource type="Texture2D" uid="uid://s8i7r2tjnc0" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/6.png" id="140_sr1sq"] -[ext_resource type="Texture2D" uid="uid://bmvsxdunry334" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/7.png" id="141_7m3gv"] [ext_resource type="Texture2D" uid="uid://cp2cqmwhxa0kt" path="res://asset/art/animation/c01_小小蝶_抬头_l/7.png" id="141_75qdx"] [ext_resource type="Texture2D" uid="uid://cobft3q7mq4af" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/7.png" id="141_sutp8"] [ext_resource type="Texture2D" uid="uid://djikfkr2ql6nm" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/8.png" id="142_ituys"] -[ext_resource type="Texture2D" uid="uid://b402ep5ev7k33" path="res://asset/art/animation/c02_吕萍_坐着站起来/1.png" id="142_k1xsb"] +[ext_resource type="Texture2D" uid="uid://dsxib51p37wun" path="res://asset/art/animation/c02_吕萍_坐着站起来/1.png" id="142_k1xsb"] [ext_resource type="Texture2D" uid="uid://bjsuejktrucqr" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/9.png" id="143_2aqu1"] -[ext_resource type="Texture2D" uid="uid://do4rbf4xyt8pl" path="res://asset/art/animation/c02_吕萍_坐着站起来/2.png" id="143_5l1dh"] +[ext_resource type="Texture2D" uid="uid://blsv6hwt61y6j" path="res://asset/art/animation/c02_吕萍_坐着站起来/2.png" id="143_5l1dh"] [ext_resource type="Texture2D" uid="uid://bvfkwvvyrq022" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/0.png" id="143_68lql"] -[ext_resource type="Texture2D" uid="uid://cp0pr61u1r15e" path="res://asset/art/animation/c02_吕萍_坐着站起来/3.png" id="144_hoxm5"] +[ext_resource type="Texture2D" uid="uid://eseakw6bvllh" path="res://asset/art/animation/c02_吕萍_坐着站起来/3.png" id="144_hoxm5"] [ext_resource type="Texture2D" uid="uid://bj4f3dbns2hl7" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/10.png" id="144_m77af"] [ext_resource type="Texture2D" uid="uid://bsgcxg3wxp08w" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/1.png" id="144_o0iu6"] [ext_resource type="Texture2D" uid="uid://dacecgdph82vc" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/11.png" id="145_3wuv4"] [ext_resource type="Texture2D" uid="uid://cmidth7iw1ff7" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/2.png" id="145_60xq1"] -[ext_resource type="Texture2D" uid="uid://cbffyxm6aw8r" path="res://asset/art/animation/c02_吕萍_坐着站起来/4.png" id="145_l5pov"] +[ext_resource type="Texture2D" uid="uid://8soq2th62in1" path="res://asset/art/animation/c02_吕萍_坐着站起来/4.png" id="145_l5pov"] [ext_resource type="Texture2D" uid="uid://dm4diuugareq8" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/3.png" id="146_28dsl"] -[ext_resource type="Texture2D" uid="uid://bk7hridwwgnru" path="res://asset/art/animation/c02_吕萍_坐着站起来/5.png" id="146_80x36"] +[ext_resource type="Texture2D" uid="uid://dm4ahmkxid72l" path="res://asset/art/animation/c02_吕萍_坐着站起来/5.png" id="146_80x36"] [ext_resource type="Texture2D" uid="uid://c8ud56dy3xkhu" path="res://asset/art/animation/c01_小小蝶_床上看书/1.png" id="146_glua7"] -[ext_resource type="Texture2D" uid="uid://belgrjdscp754" path="res://asset/art/animation/c02_吕萍_坐着站起来/6.png" id="147_5dg5p"] +[ext_resource type="Texture2D" uid="uid://balno1w14oo1y" path="res://asset/art/animation/c02_吕萍_坐着站起来/6.png" id="147_5dg5p"] [ext_resource type="Texture2D" uid="uid://t1skwh8tduec" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/4.png" id="147_a2njd"] [ext_resource type="Texture2D" uid="uid://kavoopmi8jll" path="res://asset/art/animation/c01_小小蝶_床上看书/2.png" id="147_jn0hd"] [ext_resource type="Texture2D" uid="uid://dkomq2k4qqykc" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/5.png" id="148_fegfu"] [ext_resource type="Texture2D" uid="uid://dh3qcxqhni86d" path="res://asset/art/animation/c01_小小蝶_床上看书/3.png" id="148_gtwc1"] -[ext_resource type="Texture2D" uid="uid://ceugv2sdt4lol" path="res://asset/art/animation/c02_吕萍_坐着站起来/7.png" id="148_ii2r7"] +[ext_resource type="Texture2D" uid="uid://de4gqbxq1whac" path="res://asset/art/animation/c02_吕萍_坐着站起来/7.png" id="148_ii2r7"] [ext_resource type="Texture2D" uid="uid://cum2wytbbk5ux" path="res://asset/art/gif/c02_偷听李氏癞子/吕萍起立/0.png" id="148_l8b30"] [ext_resource type="Texture2D" uid="uid://wae06jat0wji" path="res://asset/art/animation/c01_小小蝶_床上看书/4.png" id="149_ahx2r"] -[ext_resource type="Texture2D" uid="uid://cr2c4yt55qoox" path="res://asset/art/animation/c02_吕萍_坐着站起来/8.png" id="149_dvcto"] [ext_resource type="Texture2D" uid="uid://dpvdgjwe15w0x" path="res://asset/art/gif/c02_偷听李氏癞子/吕萍起立/1.png" id="149_u1ns1"] [ext_resource type="Texture2D" uid="uid://dtfgmel6l2yy3" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/6.png" id="149_ycyeh"] [ext_resource type="Texture2D" uid="uid://cfo4wadhb4bus" path="res://asset/art/animation/c01_小小蝶_床上看书/5.png" id="150_e3kfb"] -[ext_resource type="Texture2D" uid="uid://cfo3216n87iiq" path="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下1.png" id="150_eux3r"] [ext_resource type="Texture2D" uid="uid://d0506uwhyqbyh" path="res://asset/art/gif/c02_偷听李氏癞子/吕萍起立/2.png" id="150_i6nr0"] [ext_resource type="Texture2D" uid="uid://bw1ew146vm7ip" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/7.png" id="150_qhv5o"] [ext_resource type="Texture2D" uid="uid://yinhwtan57lh" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/8.png" id="151_j1eyu"] -[ext_resource type="Texture2D" uid="uid://da5jv2xqnmoi" path="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下2.png" id="151_jlkuh"] [ext_resource type="Texture2D" uid="uid://bdf08mnq1ttyw" path="res://asset/art/gif/c02_偷听李氏癞子/吕萍蹲下/0.png" id="151_kk2bf"] [ext_resource type="Texture2D" uid="uid://dmvy0ytd067d6" path="res://asset/art/animation/c01_小小蝶_床上看书/6.png" id="151_p6hft"] [ext_resource type="Texture2D" uid="uid://ptaa1jm8rdw1" path="res://asset/art/gif/c02_偷听李氏癞子/吕萍蹲下/1.png" id="152_7otbe"] [ext_resource type="Texture2D" uid="uid://x72dnodrtrpl" path="res://asset/art/animation/c01_小小蝶_床上看书/7.png" id="152_aeo40"] [ext_resource type="Texture2D" uid="uid://da6v4vqyk664o" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/9.png" id="152_dbpky"] -[ext_resource type="Texture2D" uid="uid://kpgf5mfylfik" path="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下3.png" id="152_ogjo3"] [ext_resource type="Texture2D" uid="uid://dpp2vbha8d5se" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/10.png" id="153_1yeu1"] [ext_resource type="Texture2D" uid="uid://dmcke4vsfktue" path="res://asset/art/animation/c01_小小蝶_床上看书/8.png" id="153_a380e"] -[ext_resource type="Texture2D" uid="uid://ir1wpswt6pbs" path="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下4.png" id="153_kgu3s"] [ext_resource type="Texture2D" uid="uid://bifyu2njqjj2v" path="res://asset/art/gif/c02_偷听李氏癞子/吕萍蹲下/2.png" id="153_pq372"] [ext_resource type="Texture2D" uid="uid://o1iacesauyv" path="res://asset/art/animation/c01_小小蝶_床上看书/9.png" id="154_3io2u"] [ext_resource type="Texture2D" uid="uid://dwirixil6sdux" path="res://asset/art/gif/c02_偷听李氏癞子/吕萍蹲下呼吸/0.png" id="154_ax4bo"] [ext_resource type="Texture2D" uid="uid://drbek888ip36r" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/11.png" id="154_nnxju"] -[ext_resource type="Texture2D" uid="uid://1ju4p56s824c" path="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下5.png" id="154_p0rmp"] -[ext_resource type="Texture2D" uid="uid://csdul6tq1isd2" path="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下6.png" id="155_8ksnh"] [ext_resource type="Texture2D" uid="uid://derqsnxbqhdsy" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/12.png" id="155_at65w"] [ext_resource type="Texture2D" uid="uid://cjaqwy23331mo" path="res://asset/art/gif/c02_偷听李氏癞子/吕萍蹲下呼吸/1.png" id="155_k50fa"] [ext_resource type="Texture2D" uid="uid://d30hf2sxamgdx" path="res://asset/art/animation/c01_小小蝶_床上看书/10.png" id="155_rya2f"] -[ext_resource type="Texture2D" uid="uid://tdxxo1bbhvjn" path="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下7.png" id="156_8l4v3"] [ext_resource type="Texture2D" uid="uid://c0fn6qqmg8kn6" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/13.png" id="156_h05uc"] [ext_resource type="Texture2D" uid="uid://dosgg8v3w7fc6" path="res://asset/art/animation/c01_小小蝶_床上看书/11.png" id="156_nj42l"] -[ext_resource type="Texture2D" uid="uid://dbmn441lcfu01" path="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下8.png" id="157_krt3v"] [ext_resource type="Texture2D" uid="uid://b1e1c1dleaj5" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/14.png" id="157_rrvfp"] [ext_resource type="Texture2D" uid="uid://c76jte8mtvqtt" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/15.png" id="158_7524g"] -[ext_resource type="Texture2D" uid="uid://bvfyid3ymv54d" path="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下9.png" id="158_ere7d"] -[ext_resource type="Texture2D" uid="uid://b7fnlyrq3sjkm" path="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下10.png" id="159_3yr4y"] [ext_resource type="Texture2D" uid="uid://bv5psnjt5axyf" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/16.png" id="159_mjdg0"] [ext_resource type="Texture2D" uid="uid://brq4gp4em6hh8" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/17.png" id="160_8i4n6"] -[ext_resource type="Texture2D" uid="uid://dnocokkjfvow1" path="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下11.png" id="160_p7on5"] -[ext_resource type="Texture2D" uid="uid://1r4yw8h147bf" path="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下12.png" id="161_27g1l"] [ext_resource type="Texture2D" uid="uid://c5u452ptl6knd" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/18.png" id="161_cbhex"] [ext_resource type="Texture2D" uid="uid://b537swcmrgsu2" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/19.png" id="162_iwu0p"] -[ext_resource type="Texture2D" uid="uid://b0i2o818pholm" path="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下13.png" id="162_r7mym"] -[ext_resource type="Texture2D" uid="uid://dv6svjbumo18n" path="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下14.png" id="163_5mcnw"] -[ext_resource type="Texture2D" uid="uid://vmiblgmkdg61" path="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下15.png" id="164_2ek63"] -[ext_resource type="Texture2D" uid="uid://c0qonpe0kfxqs" path="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下16.png" id="165_g1k0h"] -[ext_resource type="Texture2D" uid="uid://qr1t8yjg4ala" path="res://asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下17.png" id="166_y128i"] -[ext_resource type="Texture2D" uid="uid://dwwpaxxxbq4g3" path="res://asset/art/animation/c02_吕萍_柜前被吓到后退/1.png" id="167_80u8k"] -[ext_resource type="Texture2D" uid="uid://dgyws03t4gqd1" path="res://asset/art/animation/c02_吕萍_柜前被吓到后退/2.png" id="168_73fgv"] -[ext_resource type="Texture2D" uid="uid://dap6oa6y5pw8h" path="res://asset/art/animation/c02_吕萍_柜前被吓到后退/3.png" id="169_jwrik"] -[ext_resource type="Texture2D" uid="uid://cyupi333h711d" path="res://asset/art/animation/c02_吕萍_柜前被吓到后退/4.png" id="170_2tgum"] [ext_resource type="Texture2D" uid="uid://b3ij87fgg30f8" path="res://asset/art/gif/c01_书店外街道/小蝶看向橱窗/7.png" id="170_3atnx"] [ext_resource type="Texture2D" uid="uid://b1o2n2d8ayx42" path="res://asset/art/animation/c01_小小蝶_拿鸡毛掸子/1.png" id="171_4j5x4"] [ext_resource type="Texture2D" uid="uid://jffko3ngb7yu" path="res://asset/art/gif/c01_书店外街道/小蝶看向橱窗/8.png" id="171_osix2"] -[ext_resource type="Texture2D" uid="uid://cvt3gh1oo255v" path="res://asset/art/animation/c02_吕萍_柜前被吓到后退/5.png" id="171_uhvv7"] [ext_resource type="Texture2D" uid="uid://03t07bpyx3jr" path="res://asset/art/gif/c01_书店外街道/小蝶看向橱窗/9.png" id="172_aabkq"] [ext_resource type="Texture2D" uid="uid://o0h215006mf" path="res://asset/art/animation/c01_小小蝶_拿鸡毛掸子/2.png" id="172_f0811"] -[ext_resource type="Texture2D" uid="uid://u53l2gg4lw1m" path="res://asset/art/animation/c02_吕萍_柜前被吓到后退/6.png" id="172_u3c58"] [ext_resource type="Texture2D" uid="uid://bl4b31537vmcu" path="res://asset/art/gif/c01_书店外街道/小蝶看向橱窗/10.png" id="173_ebya2"] -[ext_resource type="Texture2D" uid="uid://bs117fcr85ml2" path="res://asset/art/animation/c02_吕萍_柜前被吓到后退/7.png" id="173_tileq"] [ext_resource type="Texture2D" uid="uid://dc572dm1muvxg" path="res://asset/art/animation/c01_小小蝶_拿鸡毛掸子/3.png" id="173_yiq1s"] -[ext_resource type="Texture2D" uid="uid://dnsuacvg8kfvm" path="res://asset/art/animation/c02_吕萍_柜前被吓到后退/8.png" id="174_k2187"] [ext_resource type="Texture2D" uid="uid://b1n8noxpw1482" path="res://asset/art/animation/c01_小小蝶_拿鸡毛掸子/4.png" id="174_qoowv"] [ext_resource type="Texture2D" uid="uid://bheiw871mg8xi" path="res://asset/art/gif/c01_书店外街道/小蝶看向橱窗/11.png" id="174_rk6wh"] [ext_resource type="Texture2D" uid="uid://ducir0fwbwhck" path="res://asset/art/gif/c01_书店外街道/小蝶看向橱窗/12.png" id="175_63m57"] @@ -427,108 +410,76 @@ [ext_resource type="Texture2D" uid="uid://jk7vua3s68q0" path="res://asset/art/gif/c01_书店/小蝶拿报纸/2.png" id="186_xaqjo"] [ext_resource type="Texture2D" uid="uid://lsx7qqkkka0b" path="res://asset/art/gif/c01_书店外街道/小蝶看向橱窗/24.png" id="187_7hrrj"] [ext_resource type="Texture2D" uid="uid://cwakyp1uwatvc" path="res://asset/art/gif/c01_书店/小蝶拿报纸/3.png" id="187_exmgj"] -[ext_resource type="Texture2D" uid="uid://dr1cpb5f0oool" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身1.png" id="187_ggeuw"] -[ext_resource type="Texture2D" uid="uid://cpp328oeutsm2" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身2.png" id="188_5ahby"] [ext_resource type="Texture2D" uid="uid://b6y8ggopkh8me" path="res://asset/art/gif/c01_书店外街道/小蝶看向橱窗/25.png" id="188_f1lc0"] [ext_resource type="Texture2D" uid="uid://dqdnrlwq5wreh" path="res://asset/art/gif/c01_书店/小蝶拿报纸/4.png" id="188_glo3y"] -[ext_resource type="Texture2D" uid="uid://bce3gama3cerc" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身3.png" id="189_r5mgp"] [ext_resource type="Texture2D" uid="uid://b313jbmemspvi" path="res://asset/art/gif/c01_书店外街道/小蝶看向橱窗/26.png" id="189_s1ehm"] [ext_resource type="Texture2D" uid="uid://dgn2fagpa2e62" path="res://asset/art/gif/c01_书店/小蝶拿报纸/5.png" id="189_y86r8"] [ext_resource type="Texture2D" uid="uid://c2a3lrhelynp0" path="res://asset/art/gif/c01_书店/小蝶拿报纸/6.png" id="190_16mpc"] [ext_resource type="Texture2D" uid="uid://cnjaymd5fifij" path="res://asset/art/gif/c01_书店外街道/小蝶看向橱窗/27.png" id="190_mbp6y"] -[ext_resource type="Texture2D" uid="uid://cgt4rl1fgttfw" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身4.png" id="190_s01ey"] [ext_resource type="Texture2D" uid="uid://citru0vpf5qaf" path="res://asset/art/gif/c01_书店/小蝶拿报纸/7.png" id="191_0ssab"] -[ext_resource type="Texture2D" uid="uid://yqd6cstr0jv6" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身5.png" id="191_a4rij"] -[ext_resource type="Texture2D" uid="uid://boogspi548acl" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身6.png" id="192_ji1nb"] [ext_resource type="Texture2D" uid="uid://1wjg5frbftyb" path="res://asset/art/gif/c01_书店/小蝶拿报纸/8.png" id="192_moer7"] [ext_resource type="Texture2D" uid="uid://tfgmyhmed0wp" path="res://asset/art/gif/c01_书店/小蝶拿报纸/9.png" id="193_6xoj6"] -[ext_resource type="Texture2D" uid="uid://btx61rboueou3" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身7.png" id="193_l4rqv"] -[ext_resource type="Texture2D" uid="uid://66rye2voncjp" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身8.png" id="194_4hymt"] [ext_resource type="Texture2D" uid="uid://bpafujc1obco1" path="res://asset/art/gif/c01_书店/小蝶拿报纸/10.png" id="194_n7qvh"] -[ext_resource type="Texture2D" uid="uid://kempnmycan85" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身9.png" id="195_8r2tm"] [ext_resource type="Texture2D" uid="uid://bx1w1jc8lgutg" path="res://asset/art/gif/c01_书店/小蝶拿报纸/11.png" id="195_077om"] [ext_resource type="Texture2D" uid="uid://c4xqag7kir1v6" path="res://asset/art/gif/c01_公寓过道/小蝶探头/0.png" id="195_svnph"] [ext_resource type="Texture2D" uid="uid://bg6ripghav65k" path="res://asset/art/gif/c01_公寓过道/小蝶探头/1.png" id="196_4mphc"] [ext_resource type="Texture2D" uid="uid://bteg8gax5ghsp" path="res://asset/art/gif/c01_书店/小蝶拿报纸/12.png" id="196_b6i75"] -[ext_resource type="Texture2D" uid="uid://cueglhtx4pykk" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身10.png" id="196_cqmj8"] [ext_resource type="Texture2D" uid="uid://b6xjhx15o1yae" path="res://asset/art/gif/c01_书店/小蝶拿报纸/13.png" id="197_2um7t"] -[ext_resource type="Texture2D" uid="uid://cika2yttphthl" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身11.png" id="197_6qq44"] [ext_resource type="Texture2D" uid="uid://bfinqfmh8mrf0" path="res://asset/art/gif/c01_公寓过道/小蝶探头/2.png" id="197_kqaxi"] [ext_resource type="Texture2D" uid="uid://by6h1qt5js0f0" path="res://asset/art/gif/c01_公寓过道/小蝶探头/3.png" id="198_1pdlh"] [ext_resource type="Texture2D" uid="uid://dlrkctcq3xj8h" path="res://asset/art/gif/c01_书店/小蝶拿报纸/14.png" id="198_iimum"] -[ext_resource type="Texture2D" uid="uid://cd7p8qohwv2pi" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身12.png" id="198_tck83"] -[ext_resource type="Texture2D" uid="uid://di86btre3dqao" path="res://asset/art/animation/c02_吕萍_爬行_idle_l/吕萍-爬行呼吸左1.png" id="199_m26uf"] [ext_resource type="Texture2D" uid="uid://cyhp7u74hybc5" path="res://asset/art/gif/c01_书店/小蝶拿报纸/15.png" id="199_u2jno"] [ext_resource type="Texture2D" uid="uid://rpcw1uwx05s6" path="res://asset/art/gif/c01_公寓过道/小蝶探头/4.png" id="199_vbdvx"] -[ext_resource type="Texture2D" uid="uid://dn21c0odae5vg" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身13.png" id="199_voif5"] [ext_resource type="Texture2D" uid="uid://dd4ulqngt3623" path="res://asset/art/gif/c01_书店/小蝶拿报纸/16.png" id="200_13qfd"] [ext_resource type="Texture2D" uid="uid://cr1hlbnmh7r4j" path="res://asset/art/gif/c01_公寓过道/小蝶探头/5.png" id="200_gln2v"] -[ext_resource type="Texture2D" uid="uid://hpwxbk15p3y0" path="res://asset/art/animation/c02_吕萍_爬行_idle_l/吕萍-爬行呼吸左2.png" id="200_jr22g"] -[ext_resource type="Texture2D" uid="uid://b4ax4c1nx8pug" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身14.png" id="200_p0h5q"] [ext_resource type="Texture2D" uid="uid://c8xagoaq1cb4n" path="res://asset/art/gif/c01_书店/小蝶拿报纸/17.png" id="201_a0f2d"] [ext_resource type="Texture2D" uid="uid://cl5l1libm4j0w" path="res://asset/art/gif/c01_公寓过道/小蝶探头/6.png" id="201_ggbr7"] -[ext_resource type="Texture2D" uid="uid://dc288nt8v8rpn" path="res://asset/art/animation/c02_吕萍_爬行_idle_r/吕萍-爬行呼吸右1.png" id="201_tuo6w"] -[ext_resource type="Texture2D" uid="uid://cslc2qvmrvdkl" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身15.png" id="201_xgu4o"] -[ext_resource type="Texture2D" uid="uid://dj6avtv2baju0" path="res://asset/art/animation/c02_吕萍_爬行_idle_r/吕萍-爬行呼吸右2.png" id="202_3omi5"] -[ext_resource type="Texture2D" uid="uid://bm68oniemg4wg" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身16.png" id="202_8ax4j"] [ext_resource type="Texture2D" uid="uid://b3i1l1k1eg6qp" path="res://asset/art/gif/c01_公寓过道/小蝶探头/7.png" id="202_lyduy"] [ext_resource type="Texture2D" uid="uid://c0rplacey00qp" path="res://asset/art/gif/c01_书店/小蝶拿报纸/18.png" id="202_ypwpj"] [ext_resource type="Texture2D" uid="uid://b6541d808tghp" path="res://asset/art/gif/c01_书店/小蝶拿报纸/19.png" id="203_3qf2e"] [ext_resource type="Texture2D" uid="uid://b7jpn7u4e5dmn" path="res://asset/art/gif/c01_公寓过道/小蝶探头/8.png" id="203_cjexx"] -[ext_resource type="Texture2D" uid="uid://cf6tm0oen0n4o" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身17.png" id="203_j1h7k"] [ext_resource type="Texture2D" uid="uid://bpfjk1n0ng51a" path="res://asset/art/gif/c01_公寓过道/小蝶探头/9.png" id="204_duw77"] -[ext_resource type="Texture2D" uid="uid://oaedb41kdave" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身18.png" id="204_ke1m0"] [ext_resource type="Texture2D" uid="uid://cu08l7vs10dv8" path="res://asset/art/gif/c01_书店/小蝶拿报纸/20.png" id="204_ktwt1"] [ext_resource type="Texture2D" uid="uid://dt6ijajy5vv6i" path="res://asset/art/gif/c01_公寓过道/小蝶探头/10.png" id="205_02h03"] [ext_resource type="Texture2D" uid="uid://ov1ajxcsjklk" path="res://asset/art/gif/c01_书店/小蝶拿报纸/21.png" id="205_2v3u4"] -[ext_resource type="Texture2D" uid="uid://d01so3flnge8e" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身19.png" id="205_d3xf0"] [ext_resource type="Texture2D" uid="uid://cxein2tgxbmpd" path="res://asset/art/gif/c01_书店/小蝶拿报纸/22.png" id="206_dlydb"] -[ext_resource type="Texture2D" uid="uid://ck5qtl2mddywx" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身20.png" id="206_h4tlj"] [ext_resource type="Texture2D" uid="uid://coiloe2kfxt3f" path="res://asset/art/gif/c01_公寓过道/小蝶探头/11.png" id="206_jtaix"] [ext_resource type="Texture2D" uid="uid://q5kqwixoexgc" path="res://asset/art/gif/c01_公寓过道/小蝶探头/12.png" id="207_rf1ax"] -[ext_resource type="Texture2D" uid="uid://tkb3i50koilr" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身21.png" id="207_sjsx3"] [ext_resource type="Texture2D" uid="uid://cf16ivik5eico" path="res://asset/art/gif/c01_书店/小蝶拿报纸/23.png" id="207_xewty"] -[ext_resource type="Texture2D" uid="uid://dte5sfw2p2bjn" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身22.png" id="208_drdl1"] [ext_resource type="Texture2D" uid="uid://l1mfvgty8v12" path="res://asset/art/gif/c01_公寓过道/小蝶探头/13.png" id="208_ku7j2"] [ext_resource type="Texture2D" uid="uid://du6u3l6v6ip88" path="res://asset/art/gif/c01_书店/小蝶拿报纸/24.png" id="208_yjsfv"] [ext_resource type="Texture2D" uid="uid://b5u6lc238aqah" path="res://asset/art/gif/c01_公寓过道/小蝶探头/14.png" id="209_37eje"] [ext_resource type="Texture2D" uid="uid://clo66qwjl0naq" path="res://asset/art/gif/c01_书店/小蝶拿报纸/25.png" id="209_253oi"] -[ext_resource type="Texture2D" uid="uid://bg72e674yvcxx" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身23.png" id="209_imwnw"] [ext_resource type="Texture2D" uid="uid://m8ecqan6e2qk" path="res://asset/art/gif/c01_公寓过道/小蝶探头/15.png" id="210_ave4u"] [ext_resource type="Texture2D" uid="uid://cuwflapilvolw" path="res://asset/art/gif/c01_书店/小蝶拿报纸/26.png" id="210_mlkjm"] -[ext_resource type="Texture2D" uid="uid://dwqym45nbmnut" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身24.png" id="210_mstib"] -[ext_resource type="Texture2D" uid="uid://b64eximn6roth" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身25.png" id="211_al4ho"] [ext_resource type="Texture2D" uid="uid://duw51q2gu7cyu" path="res://asset/art/gif/c01_公寓过道/小蝶探头/16.png" id="211_o38qq"] -[ext_resource type="Texture2D" uid="uid://dnvpjhv2l6wxf" path="res://asset/art/animation/c02_吕萍_背靠起身/吕萍-站起身26.png" id="212_1peua"] [ext_resource type="Texture2D" uid="uid://bt2wosw7pdhmj" path="res://asset/art/gif/c01_公寓过道/小蝶探头/17.png" id="212_ddhdg"] -[ext_resource type="Texture2D" uid="uid://5rqpik0wvppd" path="res://asset/art/animation/c02_吕萍_蹲下来查看/1.png" id="213_mydup"] +[ext_resource type="Texture2D" uid="uid://cespji827yo4y" path="res://asset/art/animation/c02_吕萍_蹲下来查看/1.png" id="213_mydup"] [ext_resource type="Texture2D" uid="uid://dctgqleogl5lg" path="res://asset/art/gif/c01_公寓过道/小蝶探头/18.png" id="213_ymq1g"] -[ext_resource type="Texture2D" uid="uid://bwl328fyxnhii" path="res://asset/art/animation/c02_吕萍_蹲下来查看/2.png" id="214_1psu2"] +[ext_resource type="Texture2D" uid="uid://bopl6tnut53ju" path="res://asset/art/animation/c02_吕萍_蹲下来查看/2.png" id="214_1psu2"] [ext_resource type="Texture2D" uid="uid://dvei6t48xlvxg" path="res://asset/art/gif/c01_公寓过道/小蝶探头/19.png" id="214_dctmv"] [ext_resource type="Texture2D" uid="uid://bw5dwkqq48no5" path="res://asset/art/gif/c01_公寓过道/小蝶探头/20.png" id="215_nlmlp"] -[ext_resource type="Texture2D" uid="uid://dqcxserj2dow2" path="res://asset/art/animation/c02_吕萍_蹲下来查看/3.png" id="215_s11jd"] +[ext_resource type="Texture2D" uid="uid://bghi2lh1crm0b" path="res://asset/art/animation/c02_吕萍_蹲下来查看/3.png" id="215_s11jd"] [ext_resource type="Texture2D" uid="uid://ctar1wn1cwe1t" path="res://asset/art/gif/c01_公寓过道/小蝶探头/21.png" id="216_do6od"] -[ext_resource type="Texture2D" uid="uid://liui4cnjj4ga" path="res://asset/art/animation/c02_吕萍_蹲下来查看/4.png" id="216_tg2fm"] -[ext_resource type="Texture2D" uid="uid://ccpaxwwph2dty" path="res://asset/art/animation/c02_吕萍_蹲下来查看/5.png" id="217_6nqhk"] +[ext_resource type="Texture2D" uid="uid://b8pm7jkj60co5" path="res://asset/art/animation/c02_吕萍_蹲下来查看/4.png" id="216_tg2fm"] +[ext_resource type="Texture2D" uid="uid://b7g5sjhb168qq" path="res://asset/art/animation/c02_吕萍_蹲下来查看/5.png" id="217_6nqhk"] [ext_resource type="Texture2D" uid="uid://d1mmmu8oaatag" path="res://asset/art/gif/c01_公寓过道/小蝶探头/22.png" id="217_x8ag7"] -[ext_resource type="Texture2D" uid="uid://b3ar3v2ar5me7" path="res://asset/art/animation/c02_吕萍_蹲下来查看/6.png" id="218_5uqv8"] +[ext_resource type="Texture2D" uid="uid://bgjswxjfjccit" path="res://asset/art/animation/c02_吕萍_蹲下来查看/6.png" id="218_5uqv8"] [ext_resource type="Texture2D" uid="uid://wsk76ctf1a14" path="res://asset/art/gif/c01_公寓过道/小蝶探头/23.png" id="218_dlcc5"] -[ext_resource type="Texture2D" uid="uid://1qp87u1muui" path="res://asset/art/animation/c02_吕萍_蹲下来查看/7.png" id="219_pfepy"] [ext_resource type="Texture2D" uid="uid://dqqyooms4my5q" path="res://asset/art/gif/c01_公寓过道/小蝶探头/24.png" id="219_qql8q"] [ext_resource type="Texture2D" uid="uid://bpdkw2174o86f" path="res://asset/art/gif/c01_公寓过道/小蝶探头/25.png" id="220_j6p0q"] -[ext_resource type="Texture2D" uid="uid://burpxecgilk7j" path="res://asset/art/animation/c02_吕萍_钻出/1.png" id="220_pc8vf"] +[ext_resource type="Texture2D" uid="uid://ckbmupq8krn81" path="res://asset/art/animation/c02_吕萍_钻出/1.png" id="220_pc8vf"] [ext_resource type="Texture2D" uid="uid://lk06dwxf2qer" path="res://asset/art/gif/c01_公寓过道/小蝶探头/26.png" id="221_0di6h"] -[ext_resource type="Texture2D" uid="uid://e4hgie2jrhho" path="res://asset/art/animation/c02_吕萍_钻出/2.png" id="221_kmvbc"] +[ext_resource type="Texture2D" uid="uid://b6xfj7wlucupl" path="res://asset/art/animation/c02_吕萍_钻出/2.png" id="221_kmvbc"] [ext_resource type="Texture2D" uid="uid://bew1ypsme7nvv" path="res://asset/art/gif/c01_公寓过道/小蝶探头/27.png" id="222_tsskx"] -[ext_resource type="Texture2D" uid="uid://dhnrpfep0k2so" path="res://asset/art/animation/c02_吕萍_钻出/3.png" id="222_vxepr"] +[ext_resource type="Texture2D" uid="uid://c8iasbwtmc0pk" path="res://asset/art/animation/c02_吕萍_钻出/3.png" id="222_vxepr"] [ext_resource type="Texture2D" uid="uid://do0t88cufjwbk" path="res://asset/art/gif/c01_公寓过道/小蝶探头/28.png" id="223_adpbv"] -[ext_resource type="Texture2D" uid="uid://bbu8jdwdey3xg" path="res://asset/art/animation/c02_吕萍_钻出/4.png" id="223_mhh3s"] -[ext_resource type="Texture2D" uid="uid://dy84nmsopyxqr" path="res://asset/art/animation/c02_吕萍_钻出/5.png" id="224_afe8e"] +[ext_resource type="Texture2D" uid="uid://q10uxkr6crsq" path="res://asset/art/animation/c02_吕萍_钻出/4.png" id="223_mhh3s"] +[ext_resource type="Texture2D" uid="uid://ql1ev5jg07xb" path="res://asset/art/animation/c02_吕萍_钻出/5.png" id="224_afe8e"] [ext_resource type="Texture2D" uid="uid://s3brvf3al06e" path="res://asset/art/gif/c01_公寓过道/小蝶探头/29.png" id="224_xaqjo"] [ext_resource type="Texture2D" uid="uid://bnifcn1fbnk2w" path="res://asset/art/gif/c01_公寓过道/小蝶探头/30.png" id="225_exmgj"] -[ext_resource type="Texture2D" uid="uid://dk3qpu5v4agsr" path="res://asset/art/animation/c02_吕萍_钻出/6.png" id="225_l0byx"] +[ext_resource type="Texture2D" uid="uid://e1c56ni3omia" path="res://asset/art/animation/c02_吕萍_钻出/6.png" id="225_l0byx"] [ext_resource type="Texture2D" uid="uid://cqv0vf6wkawa0" path="res://asset/art/gif/c01_公寓过道/小蝶探头/31.png" id="226_glo3y"] -[ext_resource type="Texture2D" uid="uid://ysnoxdilxso0" path="res://asset/art/animation/c02_吕萍_钻出/7.png" id="226_ypnvq"] [ext_resource type="Texture2D" uid="uid://bmyvhdrfj4l3l" path="res://asset/art/animation/c02_吕萍_风吹过/吕萍-风吹过1.png" id="227_n073l"] [ext_resource type="Texture2D" uid="uid://dh6r2vr2m6nrx" path="res://asset/art/gif/c01_公寓过道/小蝶探头/32.png" id="227_y86r8"] [ext_resource type="Texture2D" uid="uid://3lrtlbg8bf83" path="res://asset/art/animation/c02_吕萍_风吹过/吕萍-风吹过2.png" id="228_3bhye"] @@ -703,28 +654,52 @@ [ext_resource type="Texture2D" uid="uid://p5pqnjd6t5qj" path="res://asset/art/animation/c02_黑手_捂屏幕/8.png" id="366_yyr4p"] [ext_resource type="Texture2D" uid="uid://cxuvfkg7hkhrr" path="res://asset/art/animation/c02_黑手_捂屏幕/9.png" id="367_wevkt"] [ext_resource type="Texture2D" uid="uid://bkk1fxxlpnbbi" path="res://asset/art/animation/c02_黑手_捂屏幕/10.png" id="368_qnl4d"] -[ext_resource type="Texture2D" uid="uid://cf3h4eoh5qa3c" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/2.png" id="445_dsiga"] -[ext_resource type="Texture2D" uid="uid://c87pytx32ikt4" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/3.png" id="446_fso4g"] -[ext_resource type="Texture2D" uid="uid://s7blpvb4orm1" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/4.png" id="447_8c2os"] -[ext_resource type="Texture2D" uid="uid://ckvo6rc4pfuoy" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/5.png" id="448_ijtjt"] -[ext_resource type="Texture2D" uid="uid://cubqkdxqo2oi" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/6.png" id="449_c1c3n"] -[ext_resource type="Texture2D" uid="uid://c3tkp5x6ujiul" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/7.png" id="450_xbf0q"] -[ext_resource type="Texture2D" uid="uid://cuvheveto1hiv" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/8.png" id="451_ycg3r"] -[ext_resource type="Texture2D" uid="uid://bcpekswq0oeia" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/9.png" id="452_4kxoy"] -[ext_resource type="Texture2D" uid="uid://c3pyse5orb6d3" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/10.png" id="453_ajtcf"] -[ext_resource type="Texture2D" uid="uid://ct1dwyinfcf1y" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/11.png" id="454_tqb6r"] -[ext_resource type="Texture2D" uid="uid://cgvyie71v5v1k" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/12.png" id="455_0vfsm"] -[ext_resource type="Texture2D" uid="uid://cqyeu817yd58j" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/13.png" id="456_a7x1c"] -[ext_resource type="Texture2D" uid="uid://c248uhpfio1jm" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/14.png" id="457_d4mvk"] -[ext_resource type="Texture2D" uid="uid://cvdf5m34nivja" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/15.png" id="458_wvuvd"] -[ext_resource type="Texture2D" uid="uid://cyvu1mjmehwx1" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/16.png" id="459_vwget"] -[ext_resource type="Texture2D" uid="uid://dk5x8aiclvev2" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/17.png" id="460_8qkgg"] -[ext_resource type="Texture2D" uid="uid://ccq1ok81fsr0j" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/18.png" id="461_u41rl"] -[ext_resource type="Texture2D" uid="uid://6i4of4vv4hmm" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/19.png" id="462_6rp57"] -[ext_resource type="Texture2D" uid="uid://be5st5y55w8hm" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/20.png" id="463_1ad0b"] -[ext_resource type="Texture2D" uid="uid://brfk4su6wbe2w" path="res://asset/art/gif/c02_公寓过道/吕萍点灯/21.png" id="464_05637"] +[ext_resource type="Texture2D" uid="uid://cf3h4eoh5qa3c" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/2.png" id="445_dsiga"] +[ext_resource type="Texture2D" uid="uid://c87pytx32ikt4" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/3.png" id="446_fso4g"] +[ext_resource type="Texture2D" uid="uid://s7blpvb4orm1" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/4.png" id="447_8c2os"] +[ext_resource type="Texture2D" uid="uid://ckvo6rc4pfuoy" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/5.png" id="448_ijtjt"] +[ext_resource type="Texture2D" uid="uid://cubqkdxqo2oi" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/6.png" id="449_c1c3n"] +[ext_resource type="Texture2D" uid="uid://c3tkp5x6ujiul" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/7.png" id="450_xbf0q"] +[ext_resource type="Texture2D" uid="uid://cuvheveto1hiv" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/8.png" id="451_ycg3r"] +[ext_resource type="Texture2D" uid="uid://bcpekswq0oeia" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/9.png" id="452_4kxoy"] +[ext_resource type="Texture2D" uid="uid://c3pyse5orb6d3" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/10.png" id="453_ajtcf"] +[ext_resource type="Texture2D" uid="uid://ct1dwyinfcf1y" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/11.png" id="454_tqb6r"] +[ext_resource type="Texture2D" uid="uid://cgvyie71v5v1k" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/12.png" id="455_0vfsm"] +[ext_resource type="Texture2D" uid="uid://cqyeu817yd58j" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/13.png" id="456_a7x1c"] +[ext_resource type="Texture2D" uid="uid://c248uhpfio1jm" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/14.png" id="457_d4mvk"] +[ext_resource type="Texture2D" uid="uid://cvdf5m34nivja" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/15.png" id="458_wvuvd"] +[ext_resource type="Texture2D" uid="uid://cyvu1mjmehwx1" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/16.png" id="459_vwget"] +[ext_resource type="Texture2D" uid="uid://dk5x8aiclvev2" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/17.png" id="460_8qkgg"] +[ext_resource type="Texture2D" uid="uid://ccq1ok81fsr0j" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/18.png" id="461_u41rl"] +[ext_resource type="Texture2D" uid="uid://6i4of4vv4hmm" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/19.png" id="462_6rp57"] +[ext_resource type="Texture2D" uid="uid://be5st5y55w8hm" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/20.png" id="463_1ad0b"] +[ext_resource type="Texture2D" uid="uid://brfk4su6wbe2w" path="res://asset/art/gif/c00_吕萍通用动作/吕萍_高位点灯/21.png" id="464_05637"] +[ext_resource type="Texture2D" uid="uid://n7qsp80gvsjh" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/0.png" id="496_tfsgk"] +[ext_resource type="Texture2D" uid="uid://xwucy66ahpoo" path="res://asset/art/animation/c02_吕萍_坐着站起来/0.png" id="503_yiibj"] +[ext_resource type="Texture2D" uid="uid://cvmrtr3kjjdcq" path="res://asset/art/animation/c02_吕萍_头痛蹲下/0.png" id="511_qhkmm"] +[ext_resource type="Texture2D" uid="uid://bivohsul3yej6" path="res://asset/art/animation/c02_吕萍_头痛蹲下/1.png" id="512_x6adg"] +[ext_resource type="Texture2D" uid="uid://bgkw76n821lhq" path="res://asset/art/animation/c02_吕萍_头痛蹲下/2.png" id="513_xbi36"] +[ext_resource type="Texture2D" uid="uid://ceuqqjts6lpjk" path="res://asset/art/animation/c02_吕萍_头痛蹲下/3.png" id="514_l6835"] +[ext_resource type="Texture2D" uid="uid://cl48d7gs4rnpi" path="res://asset/art/animation/c02_吕萍_头痛蹲下/4.png" id="515_8ha5y"] +[ext_resource type="Texture2D" uid="uid://cwsow7ax2bdcq" path="res://asset/art/animation/c02_吕萍_头痛蹲下/5.png" id="516_6n1b2"] +[ext_resource type="Texture2D" uid="uid://db5puxtmjs3ov" path="res://asset/art/animation/c02_吕萍_头痛蹲下/6.png" id="517_ftljk"] +[ext_resource type="Texture2D" uid="uid://dou8n3dw2w42h" path="res://asset/art/animation/c02_吕萍_头痛蹲下/7.png" id="518_mg60w"] +[ext_resource type="Texture2D" uid="uid://bx5u30gwxwq8l" path="res://asset/art/animation/c02_吕萍_头痛蹲下/8.png" id="519_37jig"] +[ext_resource type="Texture2D" uid="uid://ci6wvxia34q67" path="res://asset/art/animation/c02_吕萍_头痛蹲下/9.png" id="520_spcyg"] +[ext_resource type="Texture2D" uid="uid://drbfy7w3uq5pp" path="res://asset/art/animation/c02_吕萍_头痛蹲下/10.png" id="521_a6bg6"] +[ext_resource type="Texture2D" uid="uid://be4rrndf4j1ar" path="res://asset/art/animation/c02_吕萍_头痛蹲下/11.png" id="522_1n12f"] +[ext_resource type="Texture2D" uid="uid://bws5bsutsmlt6" path="res://asset/art/animation/c02_吕萍_头痛蹲下/12.png" id="523_xhf7n"] +[ext_resource type="Texture2D" uid="uid://d3mpfhy7nsc6h" path="res://asset/art/animation/c02_吕萍_头痛蹲下/13.png" id="524_5fksx"] +[ext_resource type="Texture2D" uid="uid://dfnac21o2pucu" path="res://asset/art/animation/c02_吕萍_头痛蹲下/14.png" id="525_45h8i"] +[ext_resource type="Texture2D" uid="uid://dwv07uvdqpeo8" path="res://asset/art/animation/c02_吕萍_头痛蹲下/15.png" id="526_fw42m"] +[ext_resource type="Texture2D" uid="uid://ly34bnnm2e5w" path="res://asset/art/animation/c02_吕萍_头痛蹲下呼吸/0.png" id="527_wea4n"] +[ext_resource type="Texture2D" uid="uid://48bka6qmmej3" path="res://asset/art/animation/c02_吕萍_头痛蹲下呼吸/1.png" id="528_6fbxf"] +[ext_resource type="Texture2D" uid="uid://dp4sae4fkutv" path="res://asset/art/animation/c02_吕萍_爬行_idle_l/0.png" id="535_2mqjb"] +[ext_resource type="Texture2D" uid="uid://dx80v5kfvmfti" path="res://asset/art/animation/c02_吕萍_爬行_idle_l/1.png" id="536_asda4"] [ext_resource type="Texture2D" uid="uid://wspoio24vy4j" path="res://asset/art/animation/c02_吕萍_爬行_left/0.png" id="536_tpccb"] +[ext_resource type="Texture2D" uid="uid://dsi6h2ajg1bnc" path="res://asset/art/animation/c02_吕萍_爬行_idle_r/0.png" id="537_aobnc"] [ext_resource type="Texture2D" uid="uid://kypo6vy4yaxq" path="res://asset/art/animation/c02_吕萍_爬行_left/1.png" id="537_wj22m"] +[ext_resource type="Texture2D" uid="uid://dadi0iosjukfs" path="res://asset/art/animation/c02_吕萍_爬行_idle_r/1.png" id="538_nppl4"] [ext_resource type="Texture2D" uid="uid://brtcf0piylpt0" path="res://asset/art/animation/c02_吕萍_爬行_left/2.png" id="538_s2lts"] [ext_resource type="Texture2D" uid="uid://q5qywsaeugy5" path="res://asset/art/animation/c02_吕萍_爬行_left/3.png" id="539_8t28t"] [ext_resource type="Texture2D" uid="uid://d1vtubh23r1gc" path="res://asset/art/animation/c02_吕萍_爬行_left/4.png" id="540_3lx4h"] @@ -739,8 +714,26 @@ [ext_resource type="Texture2D" uid="uid://cdj2fyqi03164" path="res://asset/art/animation/c02_吕萍_爬行_right/5.png" id="549_6n1b2"] [ext_resource type="Texture2D" uid="uid://bk55w7xudkq3i" path="res://asset/art/animation/c02_吕萍_爬行_right/6.png" id="550_ftljk"] [ext_resource type="Texture2D" uid="uid://e4wlriylgmf" path="res://asset/art/animation/c02_吕萍_爬行_right/7.png" id="551_mg60w"] +[ext_resource type="Texture2D" uid="uid://celml1wi70ud" path="res://asset/art/animation/c02_吕萍_背靠起身/0.png" id="561_absvs"] +[ext_resource type="Texture2D" uid="uid://dug5d7o3c0hsl" path="res://asset/art/animation/c02_吕萍_背靠起身/1.png" id="562_d128g"] +[ext_resource type="Texture2D" uid="uid://b3x8oufo1qhgu" path="res://asset/art/animation/c02_吕萍_背靠起身/2.png" id="563_3fx5s"] +[ext_resource type="Texture2D" uid="uid://b2vm0qob6jod2" path="res://asset/art/animation/c02_吕萍_背靠起身/3.png" id="564_l13jo"] +[ext_resource type="Texture2D" uid="uid://dlvxgd62ukf1o" path="res://asset/art/animation/c02_吕萍_背靠起身/4.png" id="565_5fahj"] +[ext_resource type="Texture2D" uid="uid://kjob6e2h5h8k" path="res://asset/art/animation/c02_吕萍_背靠起身/5.png" id="566_y2gjg"] +[ext_resource type="Texture2D" uid="uid://c1a0k0c8lxejo" path="res://asset/art/animation/c02_吕萍_背靠起身/6.png" id="567_ikcep"] +[ext_resource type="Texture2D" uid="uid://uy3rjrnnbkg4" path="res://asset/art/animation/c02_吕萍_背靠起身/7.png" id="568_8vhco"] +[ext_resource type="Texture2D" uid="uid://b88dadf208an3" path="res://asset/art/animation/c02_吕萍_背靠起身/8.png" id="569_2qsjy"] +[ext_resource type="Texture2D" uid="uid://x5vm1q2gbpfb" path="res://asset/art/animation/c02_吕萍_背靠起身/9.png" id="570_wpe64"] +[ext_resource type="Texture2D" uid="uid://cywg0jl7x86f5" path="res://asset/art/animation/c02_吕萍_背靠起身/10.png" id="571_88ymt"] +[ext_resource type="Texture2D" uid="uid://btfhgmjefohif" path="res://asset/art/animation/c02_吕萍_背靠起身/11.png" id="572_tnlrb"] +[ext_resource type="Texture2D" uid="uid://c15vn3sss6wpa" path="res://asset/art/animation/c02_吕萍_背靠起身/12.png" id="573_f02eb"] +[ext_resource type="Texture2D" uid="uid://dubsy0nucnxuw" path="res://asset/art/animation/c02_吕萍_背靠起身/13.png" id="574_fhnjb"] +[ext_resource type="Texture2D" uid="uid://dpwciu1eu4beo" path="res://asset/art/animation/c02_吕萍_背靠起身/14.png" id="575_2byqq"] +[ext_resource type="Texture2D" uid="uid://qxfc55q04hrd" path="res://asset/art/animation/c02_吕萍_背靠起身/15.png" id="576_5rkx7"] [ext_resource type="Texture2D" uid="uid://dl13573am87vv" path="res://asset/art/animation/c02_吕萍_被吓到后退/1.png" id="576_uroo7"] [ext_resource type="Texture2D" uid="uid://b3nigkwx55atq" path="res://asset/art/animation/c02_吕萍_被吓到后退/2.png" id="577_neg2b"] +[ext_resource type="Texture2D" uid="uid://d2nwr0t003vt" path="res://asset/art/animation/c02_吕萍_背靠起身/16.png" id="577_y1k3y"] +[ext_resource type="Texture2D" uid="uid://816l1img4c0j" path="res://asset/art/animation/c02_吕萍_被吓到后退/0.png" id="578_l4y1k"] [ext_resource type="Texture2D" uid="uid://c0yq71r2m5t74" path="res://asset/art/animation/c02_吕萍_被吓到后退/3.png" id="578_rneg4"] [ext_resource type="Texture2D" uid="uid://dhybdpihb2npp" path="res://asset/art/animation/c02_吕萍_被吓到后退/4.png" id="579_pwgpx"] [ext_resource type="Texture2D" uid="uid://ddidf0dc0sr41" path="res://asset/art/animation/c02_吕萍_被吓到后退/5.png" id="580_y13bn"] @@ -756,7 +749,10 @@ [ext_resource type="Texture2D" uid="uid://hsxhgdc0vscu" path="res://asset/art/animation/c02_吕萍_被吓到后退/15.png" id="590_57qgt"] [ext_resource type="Texture2D" uid="uid://c8exjsliqvjse" path="res://asset/art/animation/c02_吕萍_被吓到后退/16.png" id="591_fh5eb"] [ext_resource type="Texture2D" uid="uid://ck11wxhyi3aa" path="res://asset/art/animation/c02_吕萍_被吓到后退/17.png" id="592_semmy"] -[ext_resource type="Texture2D" uid="uid://4ab17qpuboqs" path="res://asset/art/animation/c02_吕萍_蹲下来查看/8.png" id="600_7slog"] +[ext_resource type="Texture2D" uid="uid://b8gt12m17g7c6" path="res://asset/art/animation/c02_吕萍_被吓到后退/18.png" id="596_p7mln"] +[ext_resource type="Texture2D" uid="uid://c6rlsg6gbrf2" path="res://asset/art/animation/c02_吕萍_被吓到后退/19.png" id="597_p80h8"] +[ext_resource type="Texture2D" uid="uid://dtdrmcuncvi31" path="res://asset/art/animation/c02_吕萍_蹲下来查看/0.png" id="598_pechk"] +[ext_resource type="Texture2D" uid="uid://iqgnednnykdr" path="res://asset/art/animation/c02_吕萍_钻出/0.png" id="605_v8kdt"] [ext_resource type="Texture2D" uid="uid://cgnn3ohqr52uf" path="res://asset/art/gif/c02_盒子猫/盒子猫呼吸/0.png" id="720_u1ns1"] [ext_resource type="Texture2D" uid="uid://bn1v0rbsayjuf" path="res://asset/art/gif/c02_盒子猫/盒子猫呼吸/1.png" id="721_i6nr0"] [ext_resource type="Texture2D" uid="uid://cgft6wepygo84" path="res://asset/art/gif/c02_盒子猫/盒子猫敲门_l/0.png" id="722_143ox"] @@ -1001,6 +997,41 @@ animations = [{ "speed": 8.0 }, { "frames": [{ +"duration": 1.0, +"texture": ExtResource("49_i80dg") +}, { +"duration": 1.0, +"texture": ExtResource("50_2rgui") +}, { +"duration": 1.0, +"texture": ExtResource("51_hk82m") +}, { +"duration": 1.0, +"texture": ExtResource("52_0guvm") +}, { +"duration": 1.0, +"texture": ExtResource("53_tpccb") +}, { +"duration": 1.0, +"texture": ExtResource("54_wj22m") +}, { +"duration": 1.0, +"texture": ExtResource("55_s2lts") +}, { +"duration": 1.0, +"texture": ExtResource("56_8t28t") +}, { +"duration": 1.0, +"texture": ExtResource("57_3lx4h") +}, { +"duration": 1.0, +"texture": ExtResource("58_pe0tw") +}], +"loop": true, +"name": &"c00_吕萍_吓一跳", +"speed": 6.0 +}, { +"frames": [{ "duration": 10.0, "texture": ExtResource("49_fso4g") }, { @@ -2571,6 +2602,9 @@ animations = [{ }, { "frames": [{ "duration": 1.0, +"texture": ExtResource("496_tfsgk") +}, { +"duration": 1.0, "texture": ExtResource("135_s0r05") }, { "duration": 1.0, @@ -2587,9 +2621,6 @@ animations = [{ }, { "duration": 1.0, "texture": ExtResource("140_mneg6") -}, { -"duration": 1.0, -"texture": ExtResource("141_7m3gv") }], "loop": false, "name": &"c02_吕萍_匍匐起身蹲着窥视", @@ -2597,6 +2628,9 @@ animations = [{ }, { "frames": [{ "duration": 1.0, +"texture": ExtResource("503_yiibj") +}, { +"duration": 1.0, "texture": ExtResource("142_k1xsb") }, { "duration": 1.0, @@ -2616,9 +2650,6 @@ animations = [{ }, { "duration": 1.0, "texture": ExtResource("148_ii2r7") -}, { -"duration": 1.0, -"texture": ExtResource("149_dvcto") }], "loop": true, "name": &"c02_吕萍_坐着站起来", @@ -2626,55 +2657,52 @@ animations = [{ }, { "frames": [{ "duration": 1.0, -"texture": ExtResource("150_eux3r") +"texture": ExtResource("511_qhkmm") }, { "duration": 1.0, -"texture": ExtResource("151_jlkuh") +"texture": ExtResource("512_x6adg") }, { "duration": 1.0, -"texture": ExtResource("152_ogjo3") +"texture": ExtResource("513_xbi36") }, { "duration": 1.0, -"texture": ExtResource("153_kgu3s") +"texture": ExtResource("514_l6835") }, { "duration": 1.0, -"texture": ExtResource("154_p0rmp") +"texture": ExtResource("515_8ha5y") }, { "duration": 1.0, -"texture": ExtResource("155_8ksnh") +"texture": ExtResource("516_6n1b2") }, { "duration": 1.0, -"texture": ExtResource("156_8l4v3") +"texture": ExtResource("517_ftljk") }, { "duration": 1.0, -"texture": ExtResource("157_krt3v") +"texture": ExtResource("518_mg60w") }, { "duration": 1.0, -"texture": ExtResource("158_ere7d") +"texture": ExtResource("519_37jig") }, { "duration": 1.0, -"texture": ExtResource("159_3yr4y") +"texture": ExtResource("520_spcyg") }, { "duration": 1.0, -"texture": ExtResource("160_p7on5") +"texture": ExtResource("521_a6bg6") }, { "duration": 1.0, -"texture": ExtResource("161_27g1l") +"texture": ExtResource("522_1n12f") }, { "duration": 1.0, -"texture": ExtResource("162_r7mym") +"texture": ExtResource("523_xhf7n") }, { "duration": 1.0, -"texture": ExtResource("163_5mcnw") +"texture": ExtResource("524_5fksx") }, { "duration": 1.0, -"texture": ExtResource("164_2ek63") +"texture": ExtResource("525_45h8i") }, { "duration": 1.0, -"texture": ExtResource("165_g1k0h") -}, { -"duration": 1.0, -"texture": ExtResource("166_y128i") +"texture": ExtResource("526_fw42m") }], "loop": true, "name": &"c02_吕萍_头痛蹲下", @@ -2682,32 +2710,14 @@ animations = [{ }, { "frames": [{ "duration": 1.0, -"texture": ExtResource("167_80u8k") +"texture": ExtResource("527_wea4n") }, { "duration": 1.0, -"texture": ExtResource("168_73fgv") -}, { -"duration": 1.0, -"texture": ExtResource("169_jwrik") -}, { -"duration": 1.0, -"texture": ExtResource("170_2tgum") -}, { -"duration": 1.0, -"texture": ExtResource("171_uhvv7") -}, { -"duration": 1.0, -"texture": ExtResource("172_u3c58") -}, { -"duration": 1.0, -"texture": ExtResource("173_tileq") -}, { -"duration": 1.0, -"texture": ExtResource("174_k2187") +"texture": ExtResource("528_6fbxf") }], "loop": true, -"name": &"c02_吕萍_柜前被吓到后退", -"speed": 6.0 +"name": &"c02_吕萍_头痛蹲下呼吸", +"speed": 2.0 }, { "frames": [{ "duration": 1.0, @@ -2734,10 +2744,10 @@ animations = [{ }, { "frames": [{ "duration": 1.0, -"texture": ExtResource("199_m26uf") +"texture": ExtResource("535_2mqjb") }, { "duration": 1.0, -"texture": ExtResource("200_jr22g") +"texture": ExtResource("536_asda4") }], "loop": true, "name": &"c02_吕萍_爬行_idle_l", @@ -2745,10 +2755,10 @@ animations = [{ }, { "frames": [{ "duration": 1.0, -"texture": ExtResource("201_tuo6w") +"texture": ExtResource("537_aobnc") }, { "duration": 1.0, -"texture": ExtResource("202_3omi5") +"texture": ExtResource("538_nppl4") }], "loop": true, "name": &"c02_吕萍_爬行_idle_r", @@ -2837,82 +2847,55 @@ animations = [{ }, { "frames": [{ "duration": 1.0, -"texture": ExtResource("187_ggeuw") +"texture": ExtResource("561_absvs") }, { "duration": 1.0, -"texture": ExtResource("188_5ahby") +"texture": ExtResource("562_d128g") }, { "duration": 1.0, -"texture": ExtResource("189_r5mgp") +"texture": ExtResource("563_3fx5s") }, { "duration": 1.0, -"texture": ExtResource("190_s01ey") +"texture": ExtResource("564_l13jo") }, { "duration": 1.0, -"texture": ExtResource("191_a4rij") +"texture": ExtResource("565_5fahj") }, { "duration": 1.0, -"texture": ExtResource("192_ji1nb") +"texture": ExtResource("566_y2gjg") }, { "duration": 1.0, -"texture": ExtResource("193_l4rqv") +"texture": ExtResource("567_ikcep") }, { "duration": 1.0, -"texture": ExtResource("194_4hymt") +"texture": ExtResource("568_8vhco") }, { "duration": 1.0, -"texture": ExtResource("195_8r2tm") +"texture": ExtResource("569_2qsjy") }, { "duration": 1.0, -"texture": ExtResource("196_cqmj8") +"texture": ExtResource("570_wpe64") }, { "duration": 1.0, -"texture": ExtResource("197_6qq44") +"texture": ExtResource("571_88ymt") }, { "duration": 1.0, -"texture": ExtResource("198_tck83") +"texture": ExtResource("572_tnlrb") }, { "duration": 1.0, -"texture": ExtResource("199_voif5") +"texture": ExtResource("573_f02eb") }, { "duration": 1.0, -"texture": ExtResource("200_p0h5q") +"texture": ExtResource("574_fhnjb") }, { "duration": 1.0, -"texture": ExtResource("201_xgu4o") +"texture": ExtResource("575_2byqq") }, { "duration": 1.0, -"texture": ExtResource("202_8ax4j") +"texture": ExtResource("576_5rkx7") }, { "duration": 1.0, -"texture": ExtResource("203_j1h7k") -}, { -"duration": 1.0, -"texture": ExtResource("204_ke1m0") -}, { -"duration": 1.0, -"texture": ExtResource("205_d3xf0") -}, { -"duration": 1.0, -"texture": ExtResource("206_h4tlj") -}, { -"duration": 1.0, -"texture": ExtResource("207_sjsx3") -}, { -"duration": 1.0, -"texture": ExtResource("208_drdl1") -}, { -"duration": 1.0, -"texture": ExtResource("209_imwnw") -}, { -"duration": 1.0, -"texture": ExtResource("210_mstib") -}, { -"duration": 1.0, -"texture": ExtResource("211_al4ho") -}, { -"duration": 1.0, -"texture": ExtResource("212_1peua") +"texture": ExtResource("577_y1k3y") }], "loop": true, "name": &"c02_吕萍_背靠起身", @@ -2920,6 +2903,9 @@ animations = [{ }, { "frames": [{ "duration": 1.0, +"texture": ExtResource("578_l4y1k") +}, { +"duration": 1.0, "texture": ExtResource("576_uroo7") }, { "duration": 1.0, @@ -2937,16 +2923,16 @@ animations = [{ "duration": 1.0, "texture": ExtResource("581_cs3vs") }, { -"duration": 3.0, +"duration": 1.0, "texture": ExtResource("582_wm8vb") }, { -"duration": 3.0, +"duration": 1.0, "texture": ExtResource("583_8ghmx") }, { -"duration": 3.0, +"duration": 1.0, "texture": ExtResource("584_81b6k") }, { -"duration": 3.0, +"duration": 1.0, "texture": ExtResource("585_81b6k") }, { "duration": 1.0, @@ -2969,6 +2955,12 @@ animations = [{ }, { "duration": 1.0, "texture": ExtResource("592_semmy") +}, { +"duration": 1.0, +"texture": ExtResource("596_p7mln") +}, { +"duration": 1.0, +"texture": ExtResource("597_p80h8") }], "loop": false, "name": &"c02_吕萍_被吓到后退", @@ -2976,6 +2968,9 @@ animations = [{ }, { "frames": [{ "duration": 1.0, +"texture": ExtResource("598_pechk") +}, { +"duration": 1.0, "texture": ExtResource("213_mydup") }, { "duration": 1.0, @@ -2992,78 +2987,6 @@ animations = [{ }, { "duration": 1.0, "texture": ExtResource("218_5uqv8") -}, { -"duration": 3.0, -"texture": ExtResource("219_pfepy") -}, { -"duration": 3.0, -"texture": ExtResource("600_7slog") -}, { -"duration": 3.0, -"texture": ExtResource("219_pfepy") -}, { -"duration": 3.0, -"texture": ExtResource("600_7slog") -}, { -"duration": 3.0, -"texture": ExtResource("219_pfepy") -}, { -"duration": 3.0, -"texture": ExtResource("600_7slog") -}, { -"duration": 3.0, -"texture": ExtResource("219_pfepy") -}, { -"duration": 3.0, -"texture": ExtResource("600_7slog") -}, { -"duration": 3.0, -"texture": ExtResource("219_pfepy") -}, { -"duration": 3.0, -"texture": ExtResource("600_7slog") -}, { -"duration": 3.0, -"texture": ExtResource("219_pfepy") -}, { -"duration": 3.0, -"texture": ExtResource("600_7slog") -}, { -"duration": 3.0, -"texture": ExtResource("219_pfepy") -}, { -"duration": 3.0, -"texture": ExtResource("600_7slog") -}, { -"duration": 3.0, -"texture": ExtResource("219_pfepy") -}, { -"duration": 3.0, -"texture": ExtResource("600_7slog") -}, { -"duration": 3.0, -"texture": ExtResource("219_pfepy") -}, { -"duration": 3.0, -"texture": ExtResource("600_7slog") -}, { -"duration": 3.0, -"texture": ExtResource("219_pfepy") -}, { -"duration": 3.0, -"texture": ExtResource("600_7slog") -}, { -"duration": 3.0, -"texture": ExtResource("219_pfepy") -}, { -"duration": 3.0, -"texture": ExtResource("600_7slog") -}, { -"duration": 3.0, -"texture": ExtResource("219_pfepy") -}, { -"duration": 3.0, -"texture": ExtResource("600_7slog") }], "loop": false, "name": &"c02_吕萍_蹲下来查看", @@ -3071,6 +2994,9 @@ animations = [{ }, { "frames": [{ "duration": 1.0, +"texture": ExtResource("605_v8kdt") +}, { +"duration": 1.0, "texture": ExtResource("220_pc8vf") }, { "duration": 1.0, @@ -3087,9 +3013,6 @@ animations = [{ }, { "duration": 1.0, "texture": ExtResource("225_l0byx") -}, { -"duration": 1.0, -"texture": ExtResource("226_ypnvq") }], "loop": false, "name": &"c02_吕萍_钻出", diff --git a/scene/ground/scene/c01/s06_孤儿院长廊围墙.tscn b/scene/ground/scene/c01/s06_孤儿院长廊围墙.tscn index a73023d5..f725c3cb 100644 --- a/scene/ground/scene/c01/s06_孤儿院长廊围墙.tscn +++ b/scene/ground/scene/c01/s06_孤儿院长廊围墙.tscn @@ -2,7 +2,7 @@ [ext_resource type="PackedScene" uid="uid://dayyx4jerj7io" path="res://scene/ground/ground.tscn" id="1_bitx7"] [ext_resource type="Script" uid="uid://don6fobmq0h6x" path="res://scene/ground/scene/c01/s06_animation.gd" id="2_fkfhi"] -[ext_resource type="SpriteFrames" uid="uid://cc0ea1he2nfc2" path="res://asset/art/gif/c01_孤儿院长廊/frames.tres" id="2_l4axy"] +[ext_resource type="SpriteFrames" uid="uid://cc0ea1he2nfc2" path="res://asset/art/gif/c01_孤儿院长廊/c01_孤儿院长廊_frames.tres" id="2_l4axy"] [ext_resource type="Texture2D" uid="uid://bptk6i6rnolir" path="res://asset/art/scene/c01/s06_孤儿院长廊围墙/bg_院子长背景.png" id="2_ow3ya"] [ext_resource type="AudioStream" uid="uid://23ubtujgsk62" path="res://asset/audio/sfx/交互/序章/02_孤儿院走廊_桌椅撞倒.wav" id="3_lgina"] [ext_resource type="Texture2D" uid="uid://h536hwonbrut" path="res://asset/art/scene/c01/s06_孤儿院长廊围墙/e_院长周围凳子.png" id="3_su6aw"] @@ -13,7 +13,7 @@ [ext_resource type="AudioStream" uid="uid://dlsd8wrx3v31f" path="res://asset/audio/sfx/环境音/序章/02_孤儿院走廊.wav" id="5_6mww0"] [ext_resource type="PackedScene" uid="uid://cpc5037mesjl7" path="res://scene/ground/script/c01/s06_踢球男孩.tscn" id="5_erliv"] [ext_resource type="Texture2D" uid="uid://b08jrwtr3dpaq" path="res://asset/art/scene/c01/s06_孤儿院长廊围墙/bg_树干遮挡.png" id="5_rdmp5"] -[ext_resource type="SpriteFrames" uid="uid://c6okvaeemoodq" path="res://asset/art/gif/c01_孤儿院围墙/frames.tres" id="7_dsj2r"] +[ext_resource type="SpriteFrames" uid="uid://c6okvaeemoodq" path="res://asset/art/gif/c01_孤儿院围墙/c01_孤儿院围墙_frames.tres" id="7_dsj2r"] [ext_resource type="PackedScene" uid="uid://b50n0hvs4yh75" path="res://addons/property-inspector/pro_animation_sprite2d/pro_animated_sprite.tscn" id="8_ouldg"] [ext_resource type="Texture2D" uid="uid://f6xl83h8g5mo" path="res://asset/art/scene/c01/s06_孤儿院长廊围墙/【桌椅】 上层遮挡部分.png" id="11_q3ypm"] [ext_resource type="PackedScene" uid="uid://bnf3lkcbpx1ar" path="res://scene/entity/ambush.tscn" id="11_tudob"] diff --git a/scene/ground/scene/c01/s07_书店外.tscn b/scene/ground/scene/c01/s07_书店外.tscn index 867dd1b5..78383308 100644 --- a/scene/ground/scene/c01/s07_书店外.tscn +++ b/scene/ground/scene/c01/s07_书店外.tscn @@ -14,7 +14,7 @@ [ext_resource type="Shader" uid="uid://bcfnbll451i2r" path="res://asset/shader/fog.gdshader" id="5_ers28"] [ext_resource type="PackedScene" uid="uid://0sofmhrl358m" path="res://scene/entity/npc.tscn" id="6_fw22n"] [ext_resource type="AudioStream" uid="uid://b6q8n2h7nlig3" path="res://asset/audio/sfx/交互/序章/03_书店外黄昏_敲门.wav" id="6_hwht7"] -[ext_resource type="SpriteFrames" uid="uid://cvkuw35ulebme" path="res://asset/art/gif/c01_书店外街道/frames.tres" id="6_thm8f"] +[ext_resource type="SpriteFrames" uid="uid://cvkuw35ulebme" path="res://asset/art/gif/c01_书店外街道/c01_书店外街道_frames.tres" id="6_thm8f"] [ext_resource type="AudioStream" uid="uid://ehgd455wq8to" path="res://asset/audio/sfx/交互/序章/03_书店外黄昏_开门.wav" id="8_sqlmr"] [ext_resource type="Texture2D" uid="uid://dol25yn3fixim" path="res://asset/art/fog_mask.png" id="9_amurr"] [ext_resource type="PackedScene" uid="uid://bnf3lkcbpx1ar" path="res://scene/entity/ambush.tscn" id="9_f61dl"] diff --git a/scene/ground/scene/c01/s08_书店.tscn b/scene/ground/scene/c01/s08_书店.tscn index 27cdd930..2cdde10a 100644 --- a/scene/ground/scene/c01/s08_书店.tscn +++ b/scene/ground/scene/c01/s08_书店.tscn @@ -13,7 +13,7 @@ [ext_resource type="PackedScene" uid="uid://nwpbl5yuh280" path="res://scene/ground/script/c01/s00_自动跟随的老鼠.tscn" id="6_05do1"] [ext_resource type="Texture2D" uid="uid://c3ii6vsja0645" path="res://asset/art/scene/c01/s08_书店/书店参考.png" id="6_l2q02"] [ext_resource type="PackedScene" uid="uid://cw3q5pvciumil" path="res://scene/entity/interactable.tscn" id="7_fue0t"] -[ext_resource type="SpriteFrames" uid="uid://bmwm400w8r4ju" path="res://asset/art/gif/c01_书店/frames.tres" id="8_hunwx"] +[ext_resource type="SpriteFrames" uid="uid://bmwm400w8r4ju" path="res://asset/art/gif/c01_书店/c01_书店_frames.tres" id="8_hunwx"] [ext_resource type="Texture2D" uid="uid://bho8xal4ha50l" path="res://asset/art/scene/c01/s08_书店/l_打光.png" id="9_i4dqp"] [ext_resource type="AudioStream" uid="uid://cniawn37n8888" path="res://asset/audio/sfx/交互/序章/04_书店内_递交报纸.wav" id="9_lfr41"] [ext_resource type="Texture2D" uid="uid://bp4y3vujvsl7r" path="res://asset/art/scene/c01/s08_书店/fg_前景.png" id="10_4e3a1"] diff --git a/scene/ground/scene/c01/s09_公寓楼外.tscn b/scene/ground/scene/c01/s09_公寓楼外.tscn index f13f4306..505f76e3 100644 --- a/scene/ground/scene/c01/s09_公寓楼外.tscn +++ b/scene/ground/scene/c01/s09_公寓楼外.tscn @@ -14,7 +14,7 @@ [ext_resource type="Texture2D" uid="uid://dol25yn3fixim" path="res://asset/art/fog_mask.png" id="7_828bq"] [ext_resource type="PackedScene" uid="uid://bicuc35kbn8hd" path="res://scene/shading/fog.tscn" id="7_wrhtk"] [ext_resource type="Shader" uid="uid://bcfnbll451i2r" path="res://asset/shader/fog.gdshader" id="8_0ohlv"] -[ext_resource type="SpriteFrames" uid="uid://c2peyi2l65h47" path="res://asset/art/gif/c01_公寓外街道/frames.tres" id="10_0ohlv"] +[ext_resource type="SpriteFrames" uid="uid://c2peyi2l65h47" path="res://asset/art/gif/c01_公寓外街道/c01_公寓外街道_frames.tres" id="10_0ohlv"] [ext_resource type="Script" uid="uid://dxq5c05ab7uyu" path="res://scene/ground/script/c01/s00_ghost_footstep.gd" id="11_6w7lv"] [ext_resource type="Texture2D" uid="uid://b7gyapghy3tsy" path="res://asset/art/neutral_point_light.png" id="12_828bq"] [ext_resource type="Texture2D" uid="uid://r0n7qy4kr3w2" path="res://asset/art/ui/action_mark/UI场景切换.png" id="12_lrqbi"] diff --git a/scene/ground/scene/c01/s10_公寓楼道.tscn b/scene/ground/scene/c01/s10_公寓楼道.tscn index 2ba0a4af..ff08dbbe 100644 --- a/scene/ground/scene/c01/s10_公寓楼道.tscn +++ b/scene/ground/scene/c01/s10_公寓楼道.tscn @@ -4,7 +4,7 @@ [ext_resource type="Script" uid="uid://cu74s33qyiax7" path="res://scene/ground/scene/c01/s10_animation.gd" id="2_4kx83"] [ext_resource type="AudioStream" uid="uid://d2sdgkatyat7i" path="res://asset/audio/sfx/环境音/序章/06_公寓楼道.wav" id="3_6prdo"] [ext_resource type="Texture2D" uid="uid://clsj2fcth8ts3" path="res://asset/art/scene/c01/s10_公寓过道/bg_过道夜晚.png" id="3_slkid"] -[ext_resource type="SpriteFrames" uid="uid://dtwl5tgu7f4k5" path="res://asset/art/gif/c01_公寓过道/frames.tres" id="4_bhb7e"] +[ext_resource type="SpriteFrames" uid="uid://dtwl5tgu7f4k5" path="res://asset/art/gif/c01_公寓过道/c01_公寓过道_frames.tres" id="4_bhb7e"] [ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/general/sfx.gd" id="4_qmc83"] [ext_resource type="Script" uid="uid://bbg4vopj4apl6" path="res://scene/entity/general/bgm_control.gd" id="5_2jx0x"] [ext_resource type="PackedScene" uid="uid://bf6oxxe2e6vxj" path="res://scene/ground/script/c01/s10_鬼差探头.tscn" id="5_dnd0r"] diff --git a/scene/ground/scene/c01/s11_黄包车演出.tscn b/scene/ground/scene/c01/s11_黄包车演出.tscn index e1fc3b82..38207b8c 100644 --- a/scene/ground/scene/c01/s11_黄包车演出.tscn +++ b/scene/ground/scene/c01/s11_黄包车演出.tscn @@ -10,7 +10,7 @@ [ext_resource type="AudioStream" uid="uid://qku3yk82g364" path="res://asset/audio/sfx/交互/标题出现音效.wav" id="5_amglq"] [ext_resource type="PackedScene" uid="uid://bnf3lkcbpx1ar" path="res://scene/entity/ambush.tscn" id="6_3k8jj"] [ext_resource type="AudioStream" uid="uid://b8rg7adnnkjll" path="res://asset/audio/BGM/戏曲声.wav" id="6_68ynl"] -[ext_resource type="SpriteFrames" uid="uid://bk54qlc8dr5xr" path="res://asset/art/gif/c01_黄包车长场景/frames.tres" id="7_wo6md"] +[ext_resource type="SpriteFrames" uid="uid://bk54qlc8dr5xr" path="res://asset/art/gif/c01_黄包车长场景/c01_黄包车长场景_frames.tres" id="7_wo6md"] [ext_resource type="AudioStream" uid="uid://bi6gm533oqsa" path="res://asset/audio/BGM/街道背景音.wav" id="7_yajus"] [ext_resource type="Script" uid="uid://dvmw38syi54l3" path="res://scene/ground/script/c01/s11_路灯序列.gd" id="9_6p5hp"] [ext_resource type="Texture2D" uid="uid://cg1ey0l55acvs" path="res://asset/art/scene/c01/s09_黄包车长场景/e_单个路灯.png" id="9_u6881"] diff --git a/scene/ground/scene/c01/s12_书店外_诡异版.tscn b/scene/ground/scene/c01/s12_书店外_诡异版.tscn index f853e895..4d8e5c28 100644 --- a/scene/ground/scene/c01/s12_书店外_诡异版.tscn +++ b/scene/ground/scene/c01/s12_书店外_诡异版.tscn @@ -17,8 +17,8 @@ [ext_resource type="PackedScene" uid="uid://cn1ypquvs07wx" path="res://scene/ground/script/c01/s12_飘动的寻人启事.tscn" id="11_pwu7i"] [ext_resource type="PackedScene" uid="uid://0sofmhrl358m" path="res://scene/entity/npc.tscn" id="12_jutue"] [ext_resource type="PackedScene" uid="uid://nwpbl5yuh280" path="res://scene/ground/script/c01/s00_自动跟随的老鼠.tscn" id="12_qpv8m"] -[ext_resource type="SpriteFrames" uid="uid://cvkuw35ulebme" path="res://asset/art/gif/c01_书店外街道/frames.tres" id="13_lucm6"] -[ext_resource type="SpriteFrames" uid="uid://db7m3aks5w65j" path="res://asset/art/gif/c01_书店外街道_夜晚小孩害怕/frames.tres" id="14_7jjl5"] +[ext_resource type="SpriteFrames" uid="uid://cvkuw35ulebme" path="res://asset/art/gif/c01_书店外街道/c01_书店外街道_frames.tres" id="13_lucm6"] +[ext_resource type="SpriteFrames" uid="uid://db7m3aks5w65j" path="res://asset/art/gif/c01_书店外街道_夜晚小孩害怕/c01_书店外街道_夜晚小孩害怕_frames.tres" id="14_7jjl5"] [ext_resource type="PackedScene" uid="uid://b50n0hvs4yh75" path="res://addons/property-inspector/pro_animation_sprite2d/pro_animated_sprite.tscn" id="14_ct084"] [ext_resource type="Script" uid="uid://cphfob11f7atx" path="res://addons/property-inspector/pro_animation_sprite2d/pro_animated_sprite.gd" id="14_guu7t"] [ext_resource type="PackedScene" uid="uid://bicuc35kbn8hd" path="res://scene/shading/fog.tscn" id="15_pvvjq"] diff --git a/scene/ground/scene/c02/s02_过道.tscn b/scene/ground/scene/c02/s02_过道.tscn index 038ab69f..39e4678e 100644 --- a/scene/ground/scene/c02/s02_过道.tscn +++ b/scene/ground/scene/c02/s02_过道.tscn @@ -23,7 +23,7 @@ [ext_resource type="Texture2D" uid="uid://8otjg8gn0m6p" path="res://asset/art/gif/c02_公寓过道/眨眼睛/0.png" id="17_m1xet"] [ext_resource type="PackedScene" uid="uid://cxw5rovg5mu1a" path="res://scene/ground/script/c02/s00_煤油灯.tscn" id="17_mpkj1"] [ext_resource type="PackedScene" uid="uid://dqkxiqbq83cmq" path="res://scene/entity/closeup.tscn" id="19_6wwyd"] -[ext_resource type="SpriteFrames" uid="uid://blij4obvhb1vf" path="res://asset/art/gif/c02_公寓过道/frames.tres" id="19_q0axc"] +[ext_resource type="SpriteFrames" uid="uid://blij4obvhb1vf" path="res://asset/art/gif/c02_公寓过道/c02_公寓过道_frames.tres" id="19_q0axc"] [ext_resource type="Texture2D" uid="uid://6x6mmg2hig5j" path="res://asset/art/scene/c02/s02_大门过道/e-八音盒(场景中).png" id="22_jg8g0"] [sub_resource type="AnimationLibrary" id="AnimationLibrary_fjkfm"] diff --git a/scene/ground/scene/c02/s03_院子.tscn b/scene/ground/scene/c02/s03_院子.tscn index ef7493d9..7b32da64 100644 --- a/scene/ground/scene/c02/s03_院子.tscn +++ b/scene/ground/scene/c02/s03_院子.tscn @@ -4,7 +4,7 @@ [ext_resource type="Script" uid="uid://dsp5plrdkrsd7" path="res://scene/ground/scene/c02/s03_animation.gd" id="2_dt5aj"] [ext_resource type="AudioStream" uid="uid://lp46utp018ac" path="res://asset/audio/sfx/环境音/第一章/03_一楼院子.wav" id="3_2y8cu"] [ext_resource type="Texture2D" uid="uid://b3odt4ojsvu5n" path="res://asset/art/scene/c02/s03_公寓一楼院子/bg_一楼.png" id="3_sqv8l"] -[ext_resource type="SpriteFrames" uid="uid://3nas025c2c5u" path="res://asset/art/gif/c02_杂项/frames.tres" id="4_gd6xp"] +[ext_resource type="SpriteFrames" uid="uid://3nas025c2c5u" path="res://asset/art/gif/c02_杂项/c02_杂项_frames.tres" id="4_gd6xp"] [ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/general/sfx.gd" id="4_ygnci"] [ext_resource type="PackedScene" uid="uid://61pis75a8fdq" path="res://scene/entity/portal.tscn" id="5_00b7a"] [ext_resource type="AudioStream" uid="uid://s7uigovfp5g3" path="res://asset/audio/sfx/环境音/第一章/火灾演出.wav" id="5_ygnci"] @@ -39,9 +39,9 @@ [ext_resource type="Texture2D" uid="uid://bu4sa63wecdh4" path="res://asset/art/临时草稿/c02_第一章/小婵被霸凌.png" id="29_gd6xp"] [ext_resource type="Texture2D" uid="uid://b0jstdieefev5" path="res://asset/art/临时草稿/c02_第一章/三霸凌男孩.png" id="30_liq0c"] [ext_resource type="Texture2D" uid="uid://cuno8okh8ytw2" path="res://asset/art/scene/c02/s10_空房间/柜子.png" id="32_cpifc"] -[ext_resource type="SpriteFrames" uid="uid://d23vigq1lv3dq" path="res://asset/art/gif/c02_一楼火灾/frames.tres" id="33_6137k"] +[ext_resource type="SpriteFrames" uid="uid://d23vigq1lv3dq" path="res://asset/art/gif/c02_一楼火灾/c02_一楼火灾_frames.tres" id="33_6137k"] [ext_resource type="PackedScene" uid="uid://b50n0hvs4yh75" path="res://addons/property-inspector/pro_animation_sprite2d/pro_animated_sprite.tscn" id="33_ycojw"] -[ext_resource type="SpriteFrames" uid="uid://daixhei6rc8lh" path="res://asset/art/gif/c02_霸凌/frames.tres" id="34_1tart"] +[ext_resource type="SpriteFrames" uid="uid://daixhei6rc8lh" path="res://asset/art/gif/c02_霸凌/c02_霸凌_frames.tres" id="34_1tart"] [ext_resource type="Texture2D" uid="uid://dj1k72ky2e3yc" path="res://asset/art/gif/c02_杂项/疯子看井/疯子看井2.png" id="34_plfv5"] [ext_resource type="Script" uid="uid://beqjkho1my6qc" path="res://scene/ground/script/c02/火灾区域燃烧脚本.gd" id="34_yy4fp"] [ext_resource type="Texture2D" uid="uid://bcbmfgn2ut8i3" path="res://asset/art/gif/c02_一楼火灾/7-最左门 烧痕.png" id="35_dsgmu"] @@ -49,7 +49,7 @@ [ext_resource type="PackedScene" uid="uid://0sofmhrl358m" path="res://scene/entity/npc.tscn" id="35_plfv5"] [ext_resource type="Texture2D" uid="uid://3hruwr03tox1" path="res://asset/art/gif/c02_一楼火灾/7-最左木箱 烧痕.png" id="36_rnk1v"] [ext_resource type="Texture2D" uid="uid://bdisdxc1txm0g" path="res://asset/art/gif/c02_霸凌/小婵_被霸凌/0.png" id="37_dsgmu"] -[ext_resource type="SpriteFrames" uid="uid://b0icyhxpj16tv" path="res://asset/art/gif/c02_谢幕演出/frames.tres" id="39_rnk1v"] +[ext_resource type="SpriteFrames" uid="uid://b0icyhxpj16tv" path="res://asset/art/gif/c02_谢幕演出/c02_谢幕演出_frames.tres" id="39_rnk1v"] [sub_resource type="Animation" id="Animation_rt2lh"] length = 0.001 diff --git a/scene/ground/scene/c02/s04_保卫科.tscn b/scene/ground/scene/c02/s04_保卫科.tscn index 8469475d..ca4e5fd2 100644 --- a/scene/ground/scene/c02/s04_保卫科.tscn +++ b/scene/ground/scene/c02/s04_保卫科.tscn @@ -5,7 +5,7 @@ [ext_resource type="Texture2D" uid="uid://7jvg2flkapj3" path="res://asset/art/scene/c02/s04_保卫科/bg_保卫科.png" id="3_66gue"] [ext_resource type="AudioStream" uid="uid://6gttowdwmado" path="res://asset/audio/sfx/环境音/第一章/房间内部场景1.wav" id="3_dlq1i"] [ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/general/sfx.gd" id="4_ffvrp"] -[ext_resource type="SpriteFrames" uid="uid://c2sjavnptjn" path="res://asset/art/gif/c02_保卫科/frames.tres" id="4_svuj3"] +[ext_resource type="SpriteFrames" uid="uid://c2sjavnptjn" path="res://asset/art/gif/c02_保卫科/c02_保卫科_frames.tres" id="4_svuj3"] [ext_resource type="Texture2D" uid="uid://bnyf8m63ltgh0" path="res://asset/art/scene/c02/s04_保卫科/l_香.png" id="5_cy26p"] [ext_resource type="PackedScene" uid="uid://dqkxiqbq83cmq" path="res://scene/entity/closeup.tscn" id="6_66gue"] [ext_resource type="PackedScene" uid="uid://b8i6tqwdvvddy" path="res://scene/ground/script/c02/花名册.tscn" id="6_fvlg0"] diff --git a/scene/ground/scene/c02/s05_一楼内侧楼道.tscn b/scene/ground/scene/c02/s05_一楼内侧楼道.tscn index e9092737..09caf335 100644 --- a/scene/ground/scene/c02/s05_一楼内侧楼道.tscn +++ b/scene/ground/scene/c02/s05_一楼内侧楼道.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=25 format=3 uid="uid://cp8d3ag5nbjq0"] +[gd_scene load_steps=40 format=3 uid="uid://cp8d3ag5nbjq0"] [ext_resource type="PackedScene" uid="uid://dayyx4jerj7io" path="res://scene/ground/ground.tscn" id="1_6w6et"] [ext_resource type="Script" uid="uid://dydpmjpcvt3v1" path="res://scene/ground/scene/c02/s05_animation.gd" id="2_70lf6"] @@ -6,7 +6,7 @@ [ext_resource type="Texture2D" uid="uid://dbtepltemtmy2" path="res://asset/art/scene/c02/s05_一楼内侧楼道/bg_楼道背景.png" id="3_rcuxq"] [ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/general/sfx.gd" id="4_20mbg"] [ext_resource type="PackedScene" uid="uid://61pis75a8fdq" path="res://scene/entity/portal.tscn" id="4_tueh3"] -[ext_resource type="SpriteFrames" uid="uid://3nas025c2c5u" path="res://asset/art/gif/c02_杂项/frames.tres" id="7_mrltr"] +[ext_resource type="SpriteFrames" uid="uid://3nas025c2c5u" path="res://asset/art/gif/c02_杂项/c02_杂项_frames.tres" id="7_mrltr"] [ext_resource type="Texture2D" uid="uid://bn47plsx5coug" path="res://asset/art/scene/c02/s05_一楼内侧楼道/煤油灯光效.png" id="8_mrltr"] [ext_resource type="PackedScene" uid="uid://bnf3lkcbpx1ar" path="res://scene/entity/ambush.tscn" id="8_rcuxq"] [ext_resource type="Texture2D" uid="uid://by506ky6fprab" path="res://asset/art/scene/c02/s07_二楼内侧楼道/fg_前景.png" id="8_tueh3"] @@ -17,6 +17,11 @@ [ext_resource type="PackedScene" uid="uid://cw3q5pvciumil" path="res://scene/entity/interactable.tscn" id="13_uj0pt"] [ext_resource type="Texture2D" uid="uid://c3wytxnirtx27" path="res://asset/art/scene/c02/s05_一楼内侧楼道/血迹(一楼内侧楼道).png" id="14_s2g5k"] [ext_resource type="Texture2D" uid="uid://bpqcq0a0ffhlr" path="res://asset/art/scene/c02/s05_一楼内侧楼道/打开的通道.png" id="15_s2g5k"] +[ext_resource type="Texture2D" path="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/0.png" id="17_2x1us"] +[ext_resource type="PackedScene" uid="uid://dsa6frlw6e6gg" path="res://scene/entity/pickable.tscn" id="17_aofps"] +[ext_resource type="Texture2D" uid="uid://d1etd7hr23rir" path="res://asset/art/scene/c02/s05_一楼内侧楼道/掉落的肉.png" id="18_bk7rf"] +[ext_resource type="Texture2D" path="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/1.png" id="18_heq1x"] +[ext_resource type="Texture2D" path="res://asset/art/gif/c02_老鼠拖肉/老鼠被黏住动画-(肉被取走)/2.png" id="19_laquj"] [sub_resource type="AnimationLibrary" id="AnimationLibrary_n48fn"] @@ -51,12 +56,93 @@ height = 10 fill = 1 fill_from = Vector2(0.5, 0.5) +[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_67st2"] +load_path = "res://.godot/imported/0.png-2ca45260e18e542db87d9fe0489089dc.ctex" + +[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_4c54f"] +load_path = "res://.godot/imported/1.png-eb0749b8d0522a5ac77693002c48beb3.ctex" + +[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_7mq0m"] +load_path = "res://.godot/imported/2.png-f883e5b4f344d3a9895bc66d0de286c8.ctex" + +[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_4k6pw"] +load_path = "res://.godot/imported/3.png-e166c059e8bd5b57fbe895ae076c0e07.ctex" + +[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_iylo4"] +load_path = "res://.godot/imported/4.png-e5ef6a38793cd2007affbc7b4c83ce31.ctex" + +[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_74b3r"] +load_path = "res://.godot/imported/5.png-7953c5a72d2b7a46a377c648ff42fd0e.ctex" + +[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_23jkv"] +load_path = "res://.godot/imported/0.png-2e8e3f18ac08c30dbdddf781ca1aaba2.ctex" + +[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_dp68c"] +load_path = "res://.godot/imported/1.png-48ca500d02727dc28529e22ebe250c99.ctex" + +[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_kguso"] +load_path = "res://.godot/imported/2.png-2f6e0010be62f40714d3118ff3cd8338.ctex" + +[sub_resource type="SpriteFrames" id="SpriteFrames_w2war"] +animations = [{ +"frames": [{ +"duration": 6.0, +"texture": SubResource("CompressedTexture2D_67st2") +}, { +"duration": 6.0, +"texture": SubResource("CompressedTexture2D_4c54f") +}, { +"duration": 6.0, +"texture": SubResource("CompressedTexture2D_7mq0m") +}, { +"duration": 6.0, +"texture": SubResource("CompressedTexture2D_4k6pw") +}, { +"duration": 6.0, +"texture": SubResource("CompressedTexture2D_iylo4") +}, { +"duration": 6.0, +"texture": SubResource("CompressedTexture2D_74b3r") +}], +"loop": true, +"name": &"奇怪的肉被拖进去动画", +"speed": 30.0 +}, { +"frames": [{ +"duration": 4.2, +"texture": SubResource("CompressedTexture2D_23jkv") +}, { +"duration": 4.2, +"texture": SubResource("CompressedTexture2D_dp68c") +}, { +"duration": 4.2, +"texture": SubResource("CompressedTexture2D_kguso") +}], +"loop": true, +"name": &"老鼠被黏住动画", +"speed": 30.0 +}, { +"frames": [{ +"duration": 3.0, +"texture": ExtResource("17_2x1us") +}, { +"duration": 3.0, +"texture": ExtResource("18_heq1x") +}, { +"duration": 3.0, +"texture": ExtResource("19_laquj") +}], +"loop": true, +"name": &"老鼠被黏住动画-(肉被取走)", +"speed": 30.0 +}] + [node name="S05" type="Node2D"] +metadata/_edit_horizontal_guides_ = [98.0] [node name="Ground" parent="." instance=ExtResource("1_6w6et")] scene_name = "c02_s05" player_y = 60 -main_scene = null [node name="AnimationPlayer" parent="Ground" index="0"] libraries = { @@ -174,7 +260,11 @@ position = Vector2(394, 26) title_filter = "c02" note_key = "c02_一楼楼道被挡住" -[node name="Interactable粘鼠板" parent="Ground/DeployLayer" index="9" instance=ExtResource("13_uj0pt")] +[node name="打开的垃圾桶盖" type="Sprite2D" parent="Ground/DeployLayer" index="9"] +position = Vector2(660, 8) +texture = ExtResource("15_s2g5k") + +[node name="Interactable粘鼠板" parent="Ground/DeployLayer" index="10" instance=ExtResource("13_uj0pt")] position = Vector2(604, 81) disable_prop_after_interacted = true prop_key = "prop_粘鼠板" @@ -184,9 +274,16 @@ show_behind_parent = true position = Vector2(-1, 17) texture = ExtResource("14_s2g5k") -[node name="打开的垃圾桶盖" type="Sprite2D" parent="Ground/DeployLayer" index="10"] -position = Vector2(660, 8) -texture = ExtResource("15_s2g5k") +[node name="老鼠叼肉" type="AnimatedSprite2D" parent="Ground/DeployLayer" index="11"] +sprite_frames = SubResource("SpriteFrames_w2war") +animation = &"奇怪的肉被拖进去动画" + +[node name="Pickable掉落的肉" parent="Ground/DeployLayer" index="12" instance=ExtResource("17_aofps")] +visible = false +position = Vector2(664, 87) +texture = ExtResource("18_bk7rf") +sign_mark_offset = Vector2(0, -9.86) +enabled = false [node name="MainPlayer" parent="Ground" index="4"] position = Vector2(41, 98) diff --git a/scene/ground/scene/c02/s06_二楼.tscn b/scene/ground/scene/c02/s06_二楼.tscn index 2aa5742d..84f7be42 100644 --- a/scene/ground/scene/c02/s06_二楼.tscn +++ b/scene/ground/scene/c02/s06_二楼.tscn @@ -13,18 +13,18 @@ [ext_resource type="PackedScene" uid="uid://cw3q5pvciumil" path="res://scene/entity/interactable.tscn" id="7_0d746"] [ext_resource type="Texture2D" uid="uid://f7yd3xpr1utp" path="res://asset/art/scene/c02/s06_二楼楼道/e_楼梯杂物堆.png" id="7_v3hjg"] [ext_resource type="Texture2D" uid="uid://b7uo33bdiwpl3" path="res://asset/art/scene/c02/s03_公寓一楼院子/地面物品反光/地反光4.png" id="8_7x2h6"] -[ext_resource type="SpriteFrames" uid="uid://blij4obvhb1vf" path="res://asset/art/gif/c02_公寓过道/frames.tres" id="8_nh8we"] +[ext_resource type="SpriteFrames" uid="uid://blij4obvhb1vf" path="res://asset/art/gif/c02_公寓过道/c02_公寓过道_frames.tres" id="8_nh8we"] [ext_resource type="PackedScene" uid="uid://8frowlq301" path="res://scene/ground/script/c02/s00_跟随的老鼠.tscn" id="9_58d45"] -[ext_resource type="SpriteFrames" uid="uid://c8dl7c68f1yb0" path="res://asset/art/gif/c02_二楼/frames.tres" id="10_och2w"] +[ext_resource type="SpriteFrames" uid="uid://c8dl7c68f1yb0" path="res://asset/art/gif/c02_二楼/c02_二楼_frames.tres" id="10_och2w"] [ext_resource type="PackedScene" uid="uid://b50n0hvs4yh75" path="res://addons/property-inspector/pro_animation_sprite2d/pro_animated_sprite.tscn" id="10_p6da7"] [ext_resource type="PackedScene" uid="uid://dqkxiqbq83cmq" path="res://scene/entity/closeup.tscn" id="11_owxx3"] [ext_resource type="PackedScene" uid="uid://cjx7o685ox8c1" path="res://scene/little_game/弹珠游戏/弹珠游戏.tscn" id="12_intre"] [ext_resource type="Script" uid="uid://wapo47a1oddf" path="res://scene/entity/general/sfx2d.gd" id="14_7x2h6"] [ext_resource type="PackedScene" uid="uid://bnf3lkcbpx1ar" path="res://scene/entity/ambush.tscn" id="14_k01ve"] -[ext_resource type="SpriteFrames" uid="uid://3nas025c2c5u" path="res://asset/art/gif/c02_杂项/frames.tres" id="14_och2w"] -[ext_resource type="SpriteFrames" uid="uid://b0icyhxpj16tv" path="res://asset/art/gif/c02_谢幕演出/frames.tres" id="15_k01ve"] +[ext_resource type="SpriteFrames" uid="uid://3nas025c2c5u" path="res://asset/art/gif/c02_杂项/c02_杂项_frames.tres" id="14_och2w"] +[ext_resource type="SpriteFrames" uid="uid://b0icyhxpj16tv" path="res://asset/art/gif/c02_谢幕演出/c02_谢幕演出_frames.tres" id="15_k01ve"] [ext_resource type="PackedScene" uid="uid://trkypc4gox20" path="res://scene/ground/script/c02/水盆特写.tscn" id="16_p6da7"] -[ext_resource type="SpriteFrames" uid="uid://by3207ou8ph7" path="res://asset/art/gif/c02_小小小蝶上楼道/frames.tres" id="23_2e08x"] +[ext_resource type="SpriteFrames" uid="uid://by3207ou8ph7" path="res://asset/art/gif/c02_小小小蝶上楼道/c02_小小小蝶上楼道_frames.tres" id="23_2e08x"] [sub_resource type="Animation" id="Animation_k01ve"] length = 0.001 diff --git a/scene/ground/scene/c02/s08_animation.gd b/scene/ground/scene/c02/s08_animation.gd index 62434a1f..220e8704 100644 --- a/scene/ground/scene/c02/s08_animation.gd +++ b/scene/ground/scene/c02/s08_animation.gd @@ -91,14 +91,9 @@ func enter_room() -> void: var player_x = 513.0 SceneManager.freeze_player(0) var camera = SceneManager.get_camera_marker() - var additional_light = $"../MainPlayer/PointLight2D2" as PointLight2D - additional_light.enabled = true - additional_light.energy = 0.0 var tween = create_tween() # 镜头右侧 limit 设置到 room_camera_r_limit tween.tween_property(camera, "limit_right", room_camera_r_limit, 1.5) - # 补充光源,因为玩家当前动作配色偏暗,切换正常会瞬间变亮 - tween.parallel().tween_property(additional_light, "energy", 0.5, 1.0) # 关闭黑暗效果 tween.parallel().tween_property(color_mask, "color:a", 0.0, 2.0) # 光源跟随丝滑移动 @@ -111,7 +106,6 @@ func enter_room() -> void: await tween.finished player.position.x = player_x setup_rect_after_entered() - additional_light.enabled = false sprite.visible = false player.hide_sprite = false SceneManager.release_player() @@ -133,8 +127,6 @@ func setup_rect_after_entered() -> void: func look_back_hole(): - var additional_light = $"../MainPlayer/PointLight2D2" as PointLight2D - additional_light.enabled = true var darker_light = $"../AmbientLayer/下洞黑化Light" as PointLight2D SceneManager.freeze_player(0, 10) var laizi = $"../DeployLayer/癞子偷窥" @@ -162,9 +154,7 @@ func _on_shocked(): func _on_shocked_finished(): - # 105 -> 82 - SceneManager.get_player().position.x -= 23 + # 起身位置向左偏移稍许 + SceneManager.get_player().position.x -= 12 SceneManager.release_player() $"../DeployLayer/癞子偷窥".visible = false - var additional_light = $"../MainPlayer/PointLight2D2" as PointLight2D - additional_light.enabled = false diff --git a/scene/ground/scene/c02/s08_瞎子卧室.tscn b/scene/ground/scene/c02/s08_瞎子卧室.tscn index 225756d7..7c6d6959 100644 --- a/scene/ground/scene/c02/s08_瞎子卧室.tscn +++ b/scene/ground/scene/c02/s08_瞎子卧室.tscn @@ -9,7 +9,7 @@ [ext_resource type="AudioStream" uid="uid://dthm5gd1sc16" path="res://asset/audio/sfx/环境音/第一章/房间内部场景2.wav" id="4_vjjde"] [ext_resource type="Texture2D" uid="uid://b5pwb4fm46sad" path="res://asset/art/scene/c02/s08_瞎子卧室/e_墙上纸张.png" id="5_f6mma"] [ext_resource type="Texture2D" uid="uid://7ay1ttob8qwm" path="res://asset/art/scene/c02/s08_瞎子卧室/e_床板.png" id="5_vjjde"] -[ext_resource type="SpriteFrames" uid="uid://3nas025c2c5u" path="res://asset/art/gif/c02_杂项/frames.tres" id="7_j6ltr"] +[ext_resource type="SpriteFrames" uid="uid://3nas025c2c5u" path="res://asset/art/gif/c02_杂项/c02_杂项_frames.tres" id="7_j6ltr"] [ext_resource type="PackedScene" uid="uid://bnf3lkcbpx1ar" path="res://scene/entity/ambush.tscn" id="10_f6mma"] [ext_resource type="Texture2D" uid="uid://brdo2cpu6vcqd" path="res://asset/art/scene/c02/杂物/煤油灯 开灯.png" id="10_vjjde"] [ext_resource type="Texture2D" uid="uid://b7gyapghy3tsy" path="res://asset/art/neutral_point_light.png" id="11_kwj7c"] diff --git a/scene/ground/scene/c02/s09_裂缝.tscn b/scene/ground/scene/c02/s09_裂缝.tscn index 1f507146..90d1a32c 100644 --- a/scene/ground/scene/c02/s09_裂缝.tscn +++ b/scene/ground/scene/c02/s09_裂缝.tscn @@ -9,7 +9,7 @@ [ext_resource type="Shader" uid="uid://dyc16avypkkct" path="res://scene/ground/script/c02/s09_裂缝麻绳.gdshader" id="5_0fmdd"] [ext_resource type="Texture2D" uid="uid://ddcburr57lb75" path="res://asset/art/scene/c02/旧版/s12_1014诡异版/bg_衔接阴影.png" id="5_5ow41"] [ext_resource type="AudioStream" uid="uid://docu0vw8pwjow" path="res://asset/audio/sfx/环境音/第一章/09_裂缝空间_红色地道.wav" id="5_husb8"] -[ext_resource type="SpriteFrames" uid="uid://ckpe1xevbgr6h" path="res://asset/art/gif/c02_裂缝过道/frames.tres" id="5_p4f1j"] +[ext_resource type="SpriteFrames" uid="uid://ckpe1xevbgr6h" path="res://asset/art/gif/c02_裂缝过道/c02_裂缝过道_frames.tres" id="5_p4f1j"] [ext_resource type="PackedScene" uid="uid://bnf3lkcbpx1ar" path="res://scene/entity/ambush.tscn" id="6_6xql4"] [ext_resource type="Texture2D" uid="uid://dnkqaiugxsegs" path="res://asset/art/scene/c02/s09_裂缝/黑手.png" id="6_71bf1"] [ext_resource type="Texture2D" uid="uid://dpmf4w76ln2uo" path="res://asset/art/scene/c02/旧版/s10_裂缝通道/fg_裂缝通道.png" id="6_nntqg"] @@ -24,7 +24,7 @@ [ext_resource type="PackedScene" uid="uid://cl64mhryf4wkx" path="res://scene/ground/script/c02/裂缝坍塌.tscn" id="15_87wfh"] [ext_resource type="Texture2D" uid="uid://bp84w8keuelyj" path="res://asset/art/scene/c02/s10_空房间/e_蜡烛-sheet.png" id="15_f0w8c"] [ext_resource type="Texture2D" uid="uid://cylsq5cvhlp18" path="res://asset/art/tool/point_light.png" id="16_k15h1"] -[ext_resource type="SpriteFrames" uid="uid://cwes55ajc3rd4" path="res://asset/art/gif/c02_空房间/frames.tres" id="17_enajl"] +[ext_resource type="SpriteFrames" uid="uid://cwes55ajc3rd4" path="res://asset/art/gif/c02_空房间/c02_空房间_frames.tres" id="17_enajl"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_rbu7p"] shader = ExtResource("5_0fmdd") @@ -193,7 +193,7 @@ collision_mask = 16 polygon = PackedVector2Array(1066, -31.4, 1064.5, -32, 1049.4, -32, 1038, -30.8, 1024.8, -32, 1005.8, -32, 988, -29.8, 988, -28, 956, -28, 956, -26.4, 940.2, -29, 927.4, -29, 921, -25.1, 909, -23.8, 909, -22.9, 863.9, -20, 848.7, -20, 830, -14.5, 827.2, -15, 815.8, -15, 791.4, -10.8, 788, -12.3, 785, -13, 773, -11, 765, -11, 753.1, -13, 748.6, -13, 740, -9.3, 704, -9, 704, -8.1, 666, -10, 666, -11.1, 631, -8.9, 631, -8.1, -180, -11, -185, -11, -463, -18, -463, -19.3, -480, -16.7, -480, -16.1, -519, -17, -519, -19.1, -551, -16.9, -551, -16, -628, -16, -628, -15.2, -687, -18.9, -687, -20.8, -697, -17.4, -801, -19, -801, -20.1, -864.1, -17, -868.7, -17, -881, -18.8, -881, -20, -932, -21, -932, -22.8, -937.3, -21, -949.7, -21, -953.7, -18, -956.9, -18, -966, -20.5, -966, -23, -1041, -22, -1044.9, -22, -1056.8, -25, -1061.3, -25, -1070.3, -22, -1084.5, -22, -1087, -23.3, -1087, -25, -1100, -25, -1100, -26, -1158.5, -26, -1164, -23.2, -1188.8, -23, -1192, 3.4, -1192, 17, -1123, 18, -885, 18, -80, 30.9, -80, 32, 683.2, 32, 698, 29.7, 698, 29, 751, 29, 751, 30.2, 795.2, 26, 806.6, 26, 811, 23.1, 850, 17.8, 857.8, 19, 875.3, 19, 887, 15.5, 887, 14.8, 933, 11.9, 933, 10.1, 948.9, 11, 956.3, 11, 974, 6.2, 974.6, 8, 1004.4, 8, 1014, 4.4, 1034.3, 4, 1051.3, -1, 1062, -1, 1062, -4, 1136.5, -4, 1140, -5.8, 1140, -10, 1143.7, -10, 1144.8, -8, 1151, -8, 1151, -12.7, 1159.3, -6, 1164.3, -6, 1165.4, -8.3, 1155.8, -19.7, 1157.1, -20, 1163, -20, 1169, -12.4, 1169, -8, 1177, -8, 1177, -13.8, 1171.5, -19.3, 1172, -20.7, 1172, -25.9, 1087, -30, 1087, -31.8, 1078.7, -29, 1066, -29) [node name="隆起碰撞" type="AnimatableBody2D" parent="Ground/BGSprite2D" index="2"] -position = Vector2(2911, 99) +position = Vector2(3885, 101) collision_layer = 16 collision_mask = 16 @@ -379,7 +379,7 @@ range_item_cull_mask = 32 texture = SubResource("GradientTexture2D_f0w8c") [node name="MainPlayer" parent="Ground" index="4"] -position = Vector2(2911, 99) +position = Vector2(3885, 101) lock_move_right = true character = "吕萍爬行" facing_direction = Vector2(-1, 0) diff --git a/scene/ground/scene/c02/s10_空房间.tscn b/scene/ground/scene/c02/s10_空房间.tscn index 0478ff9c..09f47cba 100644 --- a/scene/ground/scene/c02/s10_空房间.tscn +++ b/scene/ground/scene/c02/s10_空房间.tscn @@ -14,7 +14,7 @@ [ext_resource type="PackedScene" uid="uid://cxw5rovg5mu1a" path="res://scene/ground/script/c02/s00_煤油灯.tscn" id="13_27dvh"] [ext_resource type="PackedScene" uid="uid://bnf3lkcbpx1ar" path="res://scene/entity/ambush.tscn" id="14_3ftnp"] [ext_resource type="Texture2D" uid="uid://f186lvt5y2ql" path="res://asset/art/ui/prop/inspect背景遮罩.png" id="14_e24j0"] -[ext_resource type="SpriteFrames" uid="uid://cwes55ajc3rd4" path="res://asset/art/gif/c02_空房间/frames.tres" id="15_2j5dr"] +[ext_resource type="SpriteFrames" uid="uid://cwes55ajc3rd4" path="res://asset/art/gif/c02_空房间/c02_空房间_frames.tres" id="15_2j5dr"] [ext_resource type="Texture2D" uid="uid://cylsq5cvhlp18" path="res://asset/art/tool/point_light.png" id="15_e24j0"] [ext_resource type="Texture2D" uid="uid://bp84w8keuelyj" path="res://asset/art/scene/c02/s10_空房间/e_蜡烛-sheet.png" id="15_kqj5r"] @@ -73,7 +73,6 @@ metadata/_edit_horizontal_guides_ = [87.0, 86.0] scene_name = "c02_s10" default_portal = "1" player_y = 60 -main_scene = null [node name="AnimationPlayer" parent="Ground" index="0"] script = ExtResource("2_egtqi") diff --git a/scene/ground/scene/c02/s11_一楼火灾.tscn b/scene/ground/scene/c02/s11_一楼火灾.tscn index 96c950d5..47b6c27e 100644 --- a/scene/ground/scene/c02/s11_一楼火灾.tscn +++ b/scene/ground/scene/c02/s11_一楼火灾.tscn @@ -4,7 +4,7 @@ [ext_resource type="Script" uid="uid://ckgadkphs64ha" path="res://scene/ground/scene/c02/s11_animation.gd" id="2_dbjgm"] [ext_resource type="Texture2D" uid="uid://0uh6qaalhqju" path="res://asset/art/scene/c02/s11_一楼火灾/总背景/bg_院子1楼火灾.png" id="3_rhopa"] [ext_resource type="Texture2D" uid="uid://bufvhpw8xvgo8" path="res://asset/art/scene/c02/s11_一楼火灾/总背景/e_门.png" id="4_7srvq"] -[ext_resource type="SpriteFrames" uid="uid://d23vigq1lv3dq" path="res://asset/art/gif/c02_一楼火灾/frames.tres" id="6_a8lqj"] +[ext_resource type="SpriteFrames" uid="uid://d23vigq1lv3dq" path="res://asset/art/gif/c02_一楼火灾/c02_一楼火灾_frames.tres" id="6_a8lqj"] [ext_resource type="Texture2D" uid="uid://cm1rkmeyor7hy" path="res://asset/art/scene/c02/旧版/s11_3014回忆版/fg_前景.png" id="6_jqffo"] [ext_resource type="Texture2D" uid="uid://bcbmfgn2ut8i3" path="res://asset/art/gif/c02_一楼火灾/7-最左门 烧痕.png" id="6_yxsm1"] [ext_resource type="Texture2D" uid="uid://3hruwr03tox1" path="res://asset/art/gif/c02_一楼火灾/7-最左木箱 烧痕.png" id="7_7srvq"] diff --git a/scene/ground/scene/c02/s12_animation.gd b/scene/ground/scene/c02/s12_animation.gd index 43952726..b79fc201 100644 --- a/scene/ground/scene/c02/s12_animation.gd +++ b/scene/ground/scene/c02/s12_animation.gd @@ -14,20 +14,23 @@ func _ready() -> void: func _on_ground_ready() -> void: + _intro.call_deferred() + + +func _intro(): SceneManager.freeze_player(0) # var player = SceneManager.get_player() as MainPlayer var player = %MainPlayer as MainPlayer player.hide_sprite = true player.position.x = 231.0 player.set_facing_direction(Vector2.RIGHT) - var bg = $"../DeployLayer/Sprite2D初始背景" - var tween = create_tween() - tween.tween_property(bg, "modulate:a", 0.0, 3.0) - await tween.finished + var duration = $"../盒子猫CanvasLayer".show_cat_duration + await get_tree().create_timer(duration).timeout var anim = $"../DeployLayer/小猫初始动画" as AnimatedSprite2D anim.play() + var camera = SceneManager.get_camera_marker() + create_tween().tween_property(camera, "force_offset", Vector2.ZERO, 1.0) await anim.animation_finished + anim.visible = false player.hide_sprite = false SceneManager.release_player() - - \ No newline at end of file diff --git a/scene/ground/scene/c02/s12_盒子猫.tscn b/scene/ground/scene/c02/s12_盒子猫.tscn index eb3f15d3..b93e9fca 100644 --- a/scene/ground/scene/c02/s12_盒子猫.tscn +++ b/scene/ground/scene/c02/s12_盒子猫.tscn @@ -1,17 +1,16 @@ -[gd_scene load_steps=7 format=3 uid="uid://da4cuf2i3nwpj"] +[gd_scene load_steps=6 format=3 uid="uid://da4cuf2i3nwpj"] [ext_resource type="PackedScene" uid="uid://dayyx4jerj7io" path="res://scene/ground/ground.tscn" id="1_ngo77"] [ext_resource type="Script" uid="uid://cyd1xo106unfk" path="res://scene/ground/scene/c02/s12_animation.gd" id="2_7ah3n"] [ext_resource type="Texture2D" uid="uid://yn00uls1kvn3" path="res://asset/art/scene/c02/s12_to_s17_盒子猫/bg_初始.png" id="3_oskpk"] [ext_resource type="PackedScene" uid="uid://khwxm5qbfj3k" path="res://scene/ground/script/c02/盒子猫canvas_layer.tscn" id="4_vv3sh"] -[ext_resource type="Texture2D" uid="uid://d3es8r30qvxdl" path="res://asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫游戏墙上纸特写(有画面).png" id="4_yv74g"] -[ext_resource type="SpriteFrames" uid="uid://b85gyfhk1mg6r" path="res://asset/art/gif/c02_盒子猫/frames.tres" id="5_ycgng"] +[ext_resource type="SpriteFrames" uid="uid://b85gyfhk1mg6r" path="res://asset/art/gif/c02_盒子猫/c02_盒子猫_frames.tres" id="5_ycgng"] [node name="S12" type="Node2D"] [node name="Ground" parent="." instance=ExtResource("1_ngo77")] scene_name = "c02_s12" -player_y = 88 +player_y = 87 footstep_type = "盒子猫" [node name="AnimationPlayer" parent="Ground" index="0"] @@ -20,7 +19,7 @@ oneshot_animation = "" [node name="BGSprite2D" parent="Ground" index="1"] texture = ExtResource("3_oskpk") -offset = Vector2(0, -105) +offset = Vector2(0, -102) [node name="portal_left" parent="Ground/DeployLayer" index="0"] position = Vector2(152, 50) @@ -31,21 +30,19 @@ status = "opened" [node name="portal_right" parent="Ground/DeployLayer" index="1"] position = Vector2(579, 0) -[node name="Sprite2D初始背景" type="Sprite2D" parent="Ground/DeployLayer" index="2"] -z_index = 100 -position = Vector2(219, -6.5) -texture = ExtResource("4_yv74g") - -[node name="小猫初始动画" type="AnimatedSprite2D" parent="Ground/DeployLayer" index="3"] -position = Vector2(211, 2) +[node name="小猫初始动画" type="AnimatedSprite2D" parent="Ground/DeployLayer" index="2"] +position = Vector2(211, 3) sprite_frames = ExtResource("5_ycgng") animation = &"猫钻进盒子" [node name="MainPlayer" parent="Ground" index="4"] -position = Vector2(231, 70) +position = Vector2(231, 71) character = "盒子猫" facing_direction = Vector2(1, 0) +[node name="CameraFocusMarker" parent="Ground" index="5"] +force_offset = Vector2(-20, 0) + [node name="FGSprite2D" parent="Ground/ParallaxForeground/FGParallaxLayer" index="0"] position = Vector2(3584, -7) @@ -54,5 +51,8 @@ points = PackedVector2Array(37, 150, 400, 150) [node name="盒子猫CanvasLayer" parent="Ground" instance=ExtResource("4_vv3sh")] visible = false +offset = Vector2(-40, -158) +transform = Transform2D(1, 0, 0, 1, -40, -158) +show_cat = true [editable path="Ground"] diff --git a/scene/ground/scene/c02/s17_盒子猫三楼.tscn b/scene/ground/scene/c02/s17_盒子猫三楼.tscn index 4cc0afba..d723e75e 100644 --- a/scene/ground/scene/c02/s17_盒子猫三楼.tscn +++ b/scene/ground/scene/c02/s17_盒子猫三楼.tscn @@ -33,10 +33,9 @@ target_portal = "right" [node name="portal_1" parent="Ground/DeployLayer" index="2" instance=ExtResource("4_e436a")] position = Vector2(661, 50) +debug_note = "出来就不能回来了" portal_name = "1" target_scene = "c02_s12" -target_portal = "left" -status = "opened" [node name="MainPlayer" parent="Ground" index="4"] position = Vector2(235, 73) diff --git a/scene/ground/script/c01/s01_书店外_自动枯萎的花朵.tscn b/scene/ground/script/c01/s01_书店外_自动枯萎的花朵.tscn index ad16e8b1..64a39fb1 100644 --- a/scene/ground/script/c01/s01_书店外_自动枯萎的花朵.tscn +++ b/scene/ground/script/c01/s01_书店外_自动枯萎的花朵.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=3 format=3 uid="uid://ci34db7xool2n"] [ext_resource type="Script" uid="uid://beav7fsqa2p08" path="res://scene/ground/script/c01/s01_自动枯萎的花朵.gd" id="1_l00w7"] -[ext_resource type="SpriteFrames" uid="uid://l2pedy44wjfj" path="res://asset/art/gif/c01_书店外街道的花/frames.tres" id="2_g1bsl"] +[ext_resource type="SpriteFrames" uid="uid://l2pedy44wjfj" path="res://asset/art/gif/c01_书店外街道的花/c01_书店外街道的花_frames.tres" id="2_g1bsl"] [node name="S01自动枯萎的花朵" type="Node2D"] y_sort_enabled = true diff --git a/scene/ground/script/c01/s01_公寓外_自动枯萎的花朵.tscn b/scene/ground/script/c01/s01_公寓外_自动枯萎的花朵.tscn index 968b6005..d1c9ca8b 100644 --- a/scene/ground/script/c01/s01_公寓外_自动枯萎的花朵.tscn +++ b/scene/ground/script/c01/s01_公寓外_自动枯萎的花朵.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=3 format=3 uid="uid://b68oedsmd0tof"] [ext_resource type="Script" uid="uid://beav7fsqa2p08" path="res://scene/ground/script/c01/s01_自动枯萎的花朵.gd" id="1_wxleh"] -[ext_resource type="SpriteFrames" uid="uid://l2pedy44wjfj" path="res://asset/art/gif/c01_书店外街道的花/frames.tres" id="2_olhm5"] +[ext_resource type="SpriteFrames" uid="uid://l2pedy44wjfj" path="res://asset/art/gif/c01_书店外街道的花/c01_书店外街道的花_frames.tres" id="2_olhm5"] [node name="S01自动枯萎的花朵" type="Node2D"] y_sort_enabled = true diff --git a/scene/ground/script/c01/s06_踢球男孩.tscn b/scene/ground/script/c01/s06_踢球男孩.tscn index f4550d1a..4217c427 100644 --- a/scene/ground/script/c01/s06_踢球男孩.tscn +++ b/scene/ground/script/c01/s06_踢球男孩.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=6 format=3 uid="uid://cpc5037mesjl7"] [ext_resource type="Script" uid="uid://q7d8moiq8yqo" path="res://scene/ground/script/c01/s06_踢球男孩.gd" id="1_itbib"] -[ext_resource type="SpriteFrames" uid="uid://cc0ea1he2nfc2" path="res://asset/art/gif/c01_孤儿院长廊/frames.tres" id="2_wic0e"] +[ext_resource type="SpriteFrames" uid="uid://cc0ea1he2nfc2" path="res://asset/art/gif/c01_孤儿院长廊/c01_孤儿院长廊_frames.tres" id="2_wic0e"] [ext_resource type="Texture2D" uid="uid://bmedw8l7ew067" path="res://asset/art/gif/c01_孤儿院长廊/男孩要踢的球.png" id="3_ofpb7"] [ext_resource type="AudioStream" uid="uid://ds1vp1es76wyp" path="res://asset/audio/sfx/环境音/序章/02_孤儿院走廊_小孩踢球.wav" id="5_wjvcm"] [ext_resource type="Script" uid="uid://wapo47a1oddf" path="res://scene/entity/general/sfx2d.gd" id="6_q65up"] diff --git a/scene/ground/script/c02/s00_煤油灯.tscn b/scene/ground/script/c02/s00_煤油灯.tscn index a296b40a..b1fb6b44 100644 --- a/scene/ground/script/c02/s00_煤油灯.tscn +++ b/scene/ground/script/c02/s00_煤油灯.tscn @@ -9,7 +9,7 @@ [ext_resource type="Texture2D" uid="uid://xcmvfp72l061" path="res://asset/art/ui/action_mark/UI锁.png" id="5_l338h"] [ext_resource type="Texture2D" uid="uid://gui0ubwlwoi0" path="res://asset/art/ui/action_mark/UI手.png" id="6_ivr1s"] [ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/general/sfx.gd" id="8_abb1f"] -[ext_resource type="SpriteFrames" uid="uid://3nas025c2c5u" path="res://asset/art/gif/c02_杂项/frames.tres" id="9_h0ajm"] +[ext_resource type="SpriteFrames" uid="uid://3nas025c2c5u" path="res://asset/art/gif/c02_杂项/c02_杂项_frames.tres" id="9_h0ajm"] [ext_resource type="Texture2D" uid="uid://djfn6ya63emu0" path="res://asset/art/scene/c02/s02_大门过道/e_煤油灯座.png" id="10_h0ajm"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_h0ajm"] diff --git a/scene/ground/script/c02/井特写.tscn b/scene/ground/script/c02/井特写.tscn index c91d7e03..b63507d0 100644 --- a/scene/ground/script/c02/井特写.tscn +++ b/scene/ground/script/c02/井特写.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=5 format=3 uid="uid://drq7ul1eikypv"] [ext_resource type="Script" uid="uid://cvv32irrj7oo5" path="res://scene/ground/script/c02/井特写.gd" id="1_tkhcj"] -[ext_resource type="SpriteFrames" uid="uid://3nas025c2c5u" path="res://asset/art/gif/c02_杂项/frames.tres" id="2_tkhcj"] +[ext_resource type="SpriteFrames" uid="uid://3nas025c2c5u" path="res://asset/art/gif/c02_杂项/c02_杂项_frames.tres" id="2_tkhcj"] [sub_resource type="Gradient" id="Gradient_tkhcj"] offsets = PackedFloat32Array(0, 0.330239, 0.667109) diff --git a/scene/ground/script/c02/小手讨东西.tscn b/scene/ground/script/c02/小手讨东西.tscn index 92b561d9..1d796d86 100644 --- a/scene/ground/script/c02/小手讨东西.tscn +++ b/scene/ground/script/c02/小手讨东西.tscn @@ -11,7 +11,7 @@ [ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/general/sfx.gd" id="7_7dftu"] [ext_resource type="PackedScene" uid="uid://b50n0hvs4yh75" path="res://addons/property-inspector/pro_animation_sprite2d/pro_animated_sprite.tscn" id="7_brfob"] [ext_resource type="AudioStream" uid="uid://c5d6i2wp8xkay" path="res://asset/audio/sfx/bgm/第一章/童谣合并_FX.wav" id="9_7dftu"] -[ext_resource type="SpriteFrames" uid="uid://b6nvwset1hwbv" path="res://asset/art/gif/c02_小手/frames.tres" id="9_yatcw"] +[ext_resource type="SpriteFrames" uid="uid://b6nvwset1hwbv" path="res://asset/art/gif/c02_小手/c02_小手_frames.tres" id="9_yatcw"] [ext_resource type="Texture2D" uid="uid://2mjipesnigcr" path="res://asset/art/prop/c02/锡箔元宝.png" id="10_47cqy"] [ext_resource type="PackedScene" uid="uid://dsa6frlw6e6gg" path="res://scene/entity/pickable.tscn" id="12_6lwlv"] diff --git a/scene/ground/script/c02/戏台特写.tscn b/scene/ground/script/c02/戏台特写.tscn index d87ac0c3..830b23eb 100644 --- a/scene/ground/script/c02/戏台特写.tscn +++ b/scene/ground/script/c02/戏台特写.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=4 format=3 uid="uid://c1vrp1o8ci512"] [ext_resource type="Script" uid="uid://baocsio2v7pme" path="res://scene/ground/script/c02/戏台特写.gd" id="1_eu5r2"] -[ext_resource type="SpriteFrames" uid="uid://3nas025c2c5u" path="res://asset/art/gif/c02_杂项/frames.tres" id="2_timwg"] +[ext_resource type="SpriteFrames" uid="uid://3nas025c2c5u" path="res://asset/art/gif/c02_杂项/c02_杂项_frames.tres" id="2_timwg"] [ext_resource type="Texture2D" uid="uid://bu8xfivm2dpp4" path="res://asset/art/scene/c02/旧版/s11_3014回忆版/e_戏台.png" id="3_eu5r2"] [node name="戏台特写" type="CanvasLayer"] diff --git a/scene/ground/script/c02/折锡纸.tscn b/scene/ground/script/c02/折锡纸.tscn index 5b8a8bcb..308b9d36 100644 --- a/scene/ground/script/c02/折锡纸.tscn +++ b/scene/ground/script/c02/折锡纸.tscn @@ -2,7 +2,7 @@ [ext_resource type="Script" uid="uid://cb851rw5n6lu3" path="res://scene/ground/script/c02/折锡纸.gd" id="1_7tphw"] [ext_resource type="Texture2D" uid="uid://cp8ofa0qmrsch" path="res://asset/art/scene/c02/s04_保卫科/保卫科祭台_before.png" id="2_l0cj4"] -[ext_resource type="SpriteFrames" uid="uid://c2sjavnptjn" path="res://asset/art/gif/c02_保卫科/frames.tres" id="3_ckoix"] +[ext_resource type="SpriteFrames" uid="uid://c2sjavnptjn" path="res://asset/art/gif/c02_保卫科/c02_保卫科_frames.tres" id="3_ckoix"] [ext_resource type="Texture2D" uid="uid://f186lvt5y2ql" path="res://asset/art/ui/prop/inspect背景遮罩.png" id="4_qu4ce"] [ext_resource type="Texture2D" uid="uid://bygsskp1cr0y8" path="res://asset/art/scene/c02/s04_保卫科/锡纸.png" id="4_uslgh"] [ext_resource type="Texture2D" uid="uid://dcubpjb5qgfl2" path="res://asset/art/scene/c02/s04_保卫科/锡纸_hover.png" id="5_6lb1j"] diff --git a/scene/ground/script/c02/盒子猫canvas_layer.gd b/scene/ground/script/c02/盒子猫canvas_layer.gd index 334c0209..40fbab02 100644 --- a/scene/ground/script/c02/盒子猫canvas_layer.gd +++ b/scene/ground/script/c02/盒子猫canvas_layer.gd @@ -1,9 +1,20 @@ extends CanvasLayer +@export var show_cat := false +@export var show_cat_duration := 3.0 + +@onready var cat := $TextureCat as TextureRect + + func _ready(): + offset = Vector2.ZERO visible = true await get_parent().ready - # 盒子猫镜头左右各增加 100px + # 盒子猫镜头左右各增加边框宽度 var camera = SceneManager.get_camera_marker() camera.limit_left -= 100 camera.limit_right += 100 + if show_cat: + create_tween().tween_property(cat, "modulate:a", 0.0, show_cat_duration) + else: + cat.visible = false diff --git a/scene/ground/script/c02/盒子猫canvas_layer.tscn b/scene/ground/script/c02/盒子猫canvas_layer.tscn index b5229621..2794e843 100644 --- a/scene/ground/script/c02/盒子猫canvas_layer.tscn +++ b/scene/ground/script/c02/盒子猫canvas_layer.tscn @@ -2,25 +2,27 @@ [ext_resource type="Texture2D" uid="uid://xhksp8eu3jqy" path="res://asset/art/scene/c02/s12_to_s17_盒子猫/ux_镂空.png" id="1_tgkyo"] [ext_resource type="Script" uid="uid://ngb7wh7mqo0c" path="res://scene/ground/script/c02/盒子猫canvas_layer.gd" id="1_ygosu"] -[ext_resource type="Texture2D" uid="uid://ccfbubistf0ov" path="res://asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫游戏墙上纸特写(无画面).png" id="3_ygosu"] +[ext_resource type="Texture2D" uid="uid://d3es8r30qvxdl" path="res://asset/art/scene/c02/s12_to_s17_盒子猫/ux_盒子猫初始特写.png" id="3_ygosu"] [node name="盒子猫CanvasLayer" type="CanvasLayer"] layer = 0 script = ExtResource("1_ygosu") -[node name="TextureRect" type="TextureRect" parent="."] +[node name="FrameGray" type="TextureRect" parent="."] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 +mouse_filter = 2 texture = ExtResource("1_tgkyo") +stretch_mode = 4 -[node name="TextureRect2" type="TextureRect" parent="."] -modulate = Color(1, 1, 1, 0.380392) +[node name="TextureCat" type="TextureRect" parent="."] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 +mouse_filter = 2 texture = ExtResource("3_ygosu") diff --git a/scene/ground/script/c02/裂缝坍塌.tscn b/scene/ground/script/c02/裂缝坍塌.tscn index f6f14672..6db5cbc7 100644 --- a/scene/ground/script/c02/裂缝坍塌.tscn +++ b/scene/ground/script/c02/裂缝坍塌.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=6 format=3 uid="uid://cl64mhryf4wkx"] -[ext_resource type="SpriteFrames" uid="uid://ckpe1xevbgr6h" path="res://asset/art/gif/c02_裂缝过道/frames.tres" id="1_5qtbw"] +[ext_resource type="SpriteFrames" uid="uid://ckpe1xevbgr6h" path="res://asset/art/gif/c02_裂缝过道/c02_裂缝过道_frames.tres" id="1_5qtbw"] [ext_resource type="Script" uid="uid://bibfu8acvmifc" path="res://scene/ground/script/c02/裂缝坍塌.gd" id="2_ctxbt"] [ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/general/sfx.gd" id="3_fbmk8"] [ext_resource type="AudioStream" uid="uid://c26x8f18w6is0" path="res://asset/audio/sfx/旧版/c02/撞到柜子.mp3" id="3_sn20u"] diff --git a/scene/ground/script/c02/裂缝红色眼睛.tscn b/scene/ground/script/c02/裂缝红色眼睛.tscn index 59a88c79..337d3e2f 100644 --- a/scene/ground/script/c02/裂缝红色眼睛.tscn +++ b/scene/ground/script/c02/裂缝红色眼睛.tscn @@ -6,3 +6,4 @@ script = ExtResource("1_x6olx") [node name="眼睛" type="Sprite2D" parent="."] +position = Vector2(0, 30) diff --git a/scene/little_game/书架/书架.tscn b/scene/little_game/书架/书架.tscn index 0df88924..9d4c48e4 100644 --- a/scene/little_game/书架/书架.tscn +++ b/scene/little_game/书架/书架.tscn @@ -7,7 +7,7 @@ [ext_resource type="AudioStream" uid="uid://d1bto7ggjf76k" path="res://asset/audio/sfx/交互/序章/04_书店内_扶正书本.wav" id="3_o6bsw"] [ext_resource type="AudioStream" uid="uid://gxoubqjqpuks" path="res://asset/audio/sfx/交互/序章/04_书店内_点击书本.wav" id="3_pfav2"] [ext_resource type="PackedScene" uid="uid://bl5pohc77hi43" path="res://scene/little_game/书架/生死簿.tscn" id="6_mhajy"] -[ext_resource type="SpriteFrames" uid="uid://bmwm400w8r4ju" path="res://asset/art/gif/c01_书店/frames.tres" id="6_nyh8c"] +[ext_resource type="SpriteFrames" uid="uid://bmwm400w8r4ju" path="res://asset/art/gif/c01_书店/c01_书店_frames.tres" id="6_nyh8c"] [ext_resource type="Texture2D" uid="uid://bbskja06j74v0" path="res://asset/art/little_game/书架_生死簿/书架合并.png" id="6_pxxx5"] [ext_resource type="Texture2D" uid="uid://bp3ffg8knb8j5" path="res://asset/art/little_game/书架_生死簿/书架 书合并本.png" id="8_5brf2"] diff --git a/scene/little_game/八音盒/八音盒.tscn b/scene/little_game/八音盒/八音盒.tscn index 04cf3f47..f2344802 100644 --- a/scene/little_game/八音盒/八音盒.tscn +++ b/scene/little_game/八音盒/八音盒.tscn @@ -18,7 +18,7 @@ [ext_resource type="Texture2D" uid="uid://d0mw5ohdf5ncj" path="res://asset/art/little_game/八音盒/插销动画/插销-9.png" id="11_rg33s"] [ext_resource type="PackedScene" uid="uid://dry6mhv6x0ppl" path="res://scene/little_game/gadget/wheel.tscn" id="15_obian"] [ext_resource type="Script" uid="uid://3p40cd3bp3ta" path="res://scene/little_game/八音盒/panel.gd" id="16_8vbnc"] -[ext_resource type="SpriteFrames" uid="uid://drst7gokusjgi" path="res://asset/art/gif/c02_八音盒/frames.tres" id="16_50eha"] +[ext_resource type="SpriteFrames" uid="uid://drst7gokusjgi" path="res://asset/art/gif/c02_八音盒/c02_八音盒_frames.tres" id="16_50eha"] [ext_resource type="Texture2D" uid="uid://dthnevvjj3i5f" path="res://asset/art/little_game/八音盒/新版贴图/八音盒打开.png" id="16_dtoml"] [ext_resource type="PackedScene" uid="uid://bg7oictr1wgex" path="res://scene/little_game/general/draggable.tscn" id="16_h88gi"] [ext_resource type="Texture2D" uid="uid://bfa0eejoeg3oo" path="res://asset/art/little_game/八音盒/新版贴图/父亲玩偶.png" id="17_gm7pw"] diff --git a/scene/player/main_player.tscn b/scene/player/main_player.tscn index 037b26cc..5a09ef73 100644 --- a/scene/player/main_player.tscn +++ b/scene/player/main_player.tscn @@ -43,6 +43,7 @@ z_index = 5 collision_mask = 2 script = ExtResource("1_3a78y") running_locked = true +metadata/_edit_vertical_guides_ = [-15.0, -3.0] [node name="PointLight2D" type="PointLight2D" parent="."] position = Vector2(0, -60) @@ -127,5 +128,5 @@ unique_name_in_owner = true light_mask = 9 scale = Vector2(0.5, 0.5) sprite_frames = ExtResource("2_3w63u") -animation = &"c00_吕萍_idle_right" +animation = &"c02_吕萍_匍匐起身蹲着窥视" offset = Vector2(0, -100) diff --git a/scene/player/player_animation_config.gd b/scene/player/player_animation_config.gd index 24b825c7..830e0e79 100644 --- a/scene/player/player_animation_config.gd +++ b/scene/player/player_animation_config.gd @@ -38,7 +38,7 @@ var ANIMATION_CONFIG = { # 9 小手交互,吓摔倒 9: [&"c00_吕萍_背向吓倒", Vector2.ONE, Vector2(3, -90)], # 10 瞎子卧室看到癞子 - 10: [&"c02_吕萍_蹲下来查看", Vector2.ONE, Vector2(-32, -54.5)], + 10: [&"c02_吕萍_蹲下来查看", Vector2.ONE, Vector2(1, -54.5)], 11: [&"c02_吕萍_被吓到后退", Vector2.ONE, Vector2(-32, -54.5)], # 12 c00_吕萍_蹲下 13 c00_吕萍_蹲下呼吸 14 c00_吕萍_起立 12: [&"c00_吕萍_蹲下", Vector2.ONE, Vector2(20, -94.0)],