gif 对应 sprite_frames 文件命名更新
@ -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
|
||||
|
@ -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():
|
||||
|
BIN
asset/art/animation/c00_吕萍_吓一跳/0.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
34
asset/art/animation/c00_吕萍_吓一跳/0.png.import
Normal file
@ -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
|
BIN
asset/art/animation/c00_吕萍_吓一跳/1.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
34
asset/art/animation/c00_吕萍_吓一跳/1.png.import
Normal file
@ -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
|
BIN
asset/art/animation/c00_吕萍_吓一跳/2.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
34
asset/art/animation/c00_吕萍_吓一跳/2.png.import
Normal file
@ -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
|
BIN
asset/art/animation/c00_吕萍_吓一跳/3.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
34
asset/art/animation/c00_吕萍_吓一跳/3.png.import
Normal file
@ -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
|
BIN
asset/art/animation/c00_吕萍_吓一跳/4.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
34
asset/art/animation/c00_吕萍_吓一跳/4.png.import
Normal file
@ -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
|
BIN
asset/art/animation/c00_吕萍_吓一跳/5.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
34
asset/art/animation/c00_吕萍_吓一跳/5.png.import
Normal file
@ -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
|
BIN
asset/art/animation/c00_吕萍_吓一跳/6.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
34
asset/art/animation/c00_吕萍_吓一跳/6.png.import
Normal file
@ -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
|
BIN
asset/art/animation/c00_吕萍_吓一跳/7.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
34
asset/art/animation/c00_吕萍_吓一跳/7.png.import
Normal file
@ -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
|
BIN
asset/art/animation/c00_吕萍_吓一跳/8.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
34
asset/art/animation/c00_吕萍_吓一跳/8.png.import
Normal file
@ -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
|
BIN
asset/art/animation/c00_吕萍_吓一跳/9.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
34
asset/art/animation/c00_吕萍_吓一跳/9.png.import
Normal file
@ -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
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/0.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
@ -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]
|
||||
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/1.png
Executable file → Normal file
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
@ -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
|
||||
|
Before Width: | Height: | Size: 2.0 KiB |
@ -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
|
Before Width: | Height: | Size: 2.0 KiB |
@ -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
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2.png
Executable file → Normal file
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.1 KiB |
@ -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
|
||||
|
Before Width: | Height: | Size: 2.1 KiB |
@ -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
|
Before Width: | Height: | Size: 2.1 KiB |
@ -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
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3.png
Executable file → Normal file
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.0 KiB |
@ -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
|
||||
|
Before Width: | Height: | Size: 2.1 KiB |
@ -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
|
Before Width: | Height: | Size: 2.1 KiB |
@ -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
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4.png
Executable file → Normal file
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.0 KiB |
@ -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
|
||||
|
Before Width: | Height: | Size: 2.3 KiB |
@ -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
|
Before Width: | Height: | Size: 2.3 KiB |
@ -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
|
Before Width: | Height: | Size: 2.3 KiB |
@ -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
|
Before Width: | Height: | Size: 2.3 KiB |
@ -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
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5.png
Executable file → Normal file
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.0 KiB |
@ -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
|
||||
|
Before Width: | Height: | Size: 2.4 KiB |
@ -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
|
Before Width: | Height: | Size: 2.4 KiB |
@ -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
|
Before Width: | Height: | Size: 2.4 KiB |
@ -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
|
Before Width: | Height: | Size: 2.4 KiB |
@ -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
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6.png
Executable file → Normal file
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.0 KiB |
@ -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
|
||||
|
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.4 KiB |
@ -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
|
BIN
asset/art/animation/c02_吕萍_坐着站起来/0.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
@ -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]
|
||||
|
BIN
asset/art/animation/c02_吕萍_坐着站起来/1.png
Executable file → Normal file
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.9 KiB |
@ -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
|
||||
|
BIN
asset/art/animation/c02_吕萍_坐着站起来/2.png
Executable file → Normal file
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.9 KiB |
@ -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
|
||||
|
BIN
asset/art/animation/c02_吕萍_坐着站起来/3.png
Executable file → Normal file
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 1.9 KiB |
@ -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
|
||||
|
BIN
asset/art/animation/c02_吕萍_坐着站起来/4.png
Executable file → Normal file
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.0 KiB |
@ -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
|
||||
|
BIN
asset/art/animation/c02_吕萍_坐着站起来/5.png
Executable file → Normal file
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.0 KiB |
@ -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
|
||||
|
BIN
asset/art/animation/c02_吕萍_坐着站起来/6.png
Executable file → Normal file
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.0 KiB |
@ -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
|
||||
|
BIN
asset/art/animation/c02_吕萍_坐着站起来/7.png
Executable file → Normal file
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.0 KiB |
@ -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
|
||||
|
Before Width: | Height: | Size: 2.4 KiB |
BIN
asset/art/animation/c02_吕萍_头痛蹲下/0.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
@ -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]
|
||||
|
BIN
asset/art/animation/c02_吕萍_头痛蹲下/1.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
@ -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]
|
||||
|
BIN
asset/art/animation/c02_吕萍_头痛蹲下/10.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
@ -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]
|
||||
|
BIN
asset/art/animation/c02_吕萍_头痛蹲下/11.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
@ -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]
|
||||
|
BIN
asset/art/animation/c02_吕萍_头痛蹲下/12.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
@ -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]
|
||||
|
BIN
asset/art/animation/c02_吕萍_头痛蹲下/13.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
@ -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]
|
||||
|
BIN
asset/art/animation/c02_吕萍_头痛蹲下/14.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
@ -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]
|
||||
|
BIN
asset/art/animation/c02_吕萍_头痛蹲下/15.png
Normal file
After Width: | Height: | Size: 2.0 KiB |