Compare commits
No commits in common. "main" and "test" have entirely different histories.
@ -80,12 +80,9 @@ func _import(source_file, save_path, options, platform_variants, gen_files):
|
|||||||
if DirAccess.dir_exists_absolute(dir_name):
|
if DirAccess.dir_exists_absolute(dir_name):
|
||||||
# 如果文件夹存在,就不再重新导入
|
# 如果文件夹存在,就不再重新导入
|
||||||
# 也就是说,重新导入的前提是删除 gif 同名文件夹
|
# 也就是说,重新导入的前提是删除 gif 同名文件夹
|
||||||
print_debug("GIF skip split frames. Dir already exists: ", dir_name)
|
|
||||||
return code
|
return code
|
||||||
DirAccess.make_dir_absolute(dir_name)
|
DirAccess.make_dir_absolute(dir_name)
|
||||||
var dirs = base_dir.split("/") as PackedStringArray
|
var sprite_frames_path = base_dir + "/frames.tres"
|
||||||
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
|
var sprite_frames: SpriteFrames
|
||||||
if not FileAccess.file_exists(sprite_frames_path):
|
if not FileAccess.file_exists(sprite_frames_path):
|
||||||
sprite_frames = SpriteFrames.new()
|
sprite_frames = SpriteFrames.new()
|
||||||
@ -110,13 +107,6 @@ func _import(source_file, save_path, options, platform_variants, gen_files):
|
|||||||
# # 去除导入 sprite_frames 的动画名中的特殊符号 「-」
|
# # 去除导入 sprite_frames 的动画名中的特殊符号 「-」
|
||||||
# animation_name = animation_name.replace("-", "")
|
# animation_name = animation_name.replace("-", "")
|
||||||
sprite_frames.add_frame(animation_name, texture, duration)
|
sprite_frames.add_frame(animation_name, texture, duration)
|
||||||
print_debug(
|
print_debug("Created images and added to SpriteFrames: ", animation_name)
|
||||||
(
|
|
||||||
"Created images and added to SpriteFrames["
|
|
||||||
+ sprite_frames_file_name
|
|
||||||
+ "]:"
|
|
||||||
+ animation_name
|
|
||||||
)
|
|
||||||
)
|
|
||||||
ResourceSaver.save(sprite_frames)
|
ResourceSaver.save(sprite_frames)
|
||||||
return code
|
return code
|
||||||
|
@ -76,10 +76,10 @@ func _debug_mov_projection():
|
|||||||
if debug_mov_animation and animation_mov_dict.has(debug_mov_animation):
|
if debug_mov_animation and animation_mov_dict.has(debug_mov_animation):
|
||||||
var mov_config = animation_mov_dict[debug_mov_animation]
|
var mov_config = animation_mov_dict[debug_mov_animation]
|
||||||
# 展示 accumulated animation 的目标位置
|
# 展示 accumulated animation 的目标位置
|
||||||
debug_mov_onion_sprite2d.position.x = mov_config.movement_x * (1 if flip_h else -1)
|
debug_mov_onion_sprite2d.position.x = mov_config.movement_x
|
||||||
debug_mov_onion_sprite2d.texture = sprite_frames.get_frame_texture(debug_mov_animation, 0)
|
debug_mov_onion_sprite2d.texture = sprite_frames.get_frame_texture(debug_mov_animation, 0)
|
||||||
elif debug_mov_animation:
|
elif debug_mov_animation:
|
||||||
push_warning("Debug move config not found:", debug_mov_animation)
|
printerr("Debug move config not found:", debug_mov_animation)
|
||||||
|
|
||||||
|
|
||||||
func _load_config():
|
func _load_config():
|
||||||
|
BIN
asset/art/animation/Archive.zip
Normal file
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.0 KiB |
@ -1,34 +0,0 @@
|
|||||||
[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
|
|
Before Width: | Height: | Size: 1.8 KiB |
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/1.png
Normal file → Executable file
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://bxk1v37yblokv"
|
uid="uid://c2iv5k414qho5"
|
||||||
path="res://.godot/imported/1.png-e128a95462f2038157e7cc9587dc16d5.ctex"
|
path="res://.godot/imported/1.png-e128a95462f2038157e7cc9587dc16d5.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2 - 副本 (2).png
Executable file
After Width: | Height: | Size: 2.0 KiB |
34
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2 - 副本 (2).png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[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
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2 - 副本.png
Executable file
After Width: | Height: | Size: 2.0 KiB |
34
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2 - 副本.png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[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
Normal file → Executable file
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.0 KiB |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://dpt2qhn0ypkm"
|
uid="uid://cf0v51pufefjb"
|
||||||
path="res://.godot/imported/2.png-27e91217555b3dd8e29c0e5fd6979399.ctex"
|
path="res://.godot/imported/2.png-27e91217555b3dd8e29c0e5fd6979399.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3 - 副本 (2).png
Executable file
After Width: | Height: | Size: 2.1 KiB |
34
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3 - 副本 (2).png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[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
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3 - 副本.png
Executable file
After Width: | Height: | Size: 2.1 KiB |
34
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3 - 副本.png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[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
Normal file → Executable file
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.1 KiB |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://dl1jtdxwnpu1"
|
uid="uid://bfjohrrerobhp"
|
||||||
path="res://.godot/imported/3.png-e0f752f24106102caff6d5d062bf72f1.ctex"
|
path="res://.godot/imported/3.png-e0f752f24106102caff6d5d062bf72f1.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4 - 副本 (2).png
Executable file
After Width: | Height: | Size: 2.1 KiB |
34
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4 - 副本 (2).png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[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
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4 - 副本.png
Executable file
After Width: | Height: | Size: 2.1 KiB |
34
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4 - 副本.png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[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
Normal file → Executable file
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.1 KiB |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://cr2he355uw5ae"
|
uid="uid://ptpo0rydylwd"
|
||||||
path="res://.godot/imported/4.png-14095290e2da591760a2a2fb0b9276d4.ctex"
|
path="res://.godot/imported/4.png-14095290e2da591760a2a2fb0b9276d4.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (2).png
Executable file
After Width: | Height: | Size: 2.3 KiB |
34
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (2).png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[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
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (3).png
Executable file
After Width: | Height: | Size: 2.3 KiB |
34
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (3).png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[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
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (4).png
Executable file
After Width: | Height: | Size: 2.3 KiB |
34
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本 (4).png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[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
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本.png
Executable file
After Width: | Height: | Size: 2.3 KiB |
34
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5 - 副本.png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[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
Normal file → Executable file
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.3 KiB |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://ccl27awgq302s"
|
uid="uid://cquyxnjveeq1b"
|
||||||
path="res://.godot/imported/5.png-1cce399babe1a1d2e4cf3adc7b1a4d69.ctex"
|
path="res://.godot/imported/5.png-1cce399babe1a1d2e4cf3adc7b1a4d69.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (2).png
Executable file
After Width: | Height: | Size: 2.4 KiB |
34
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (2).png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[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
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (3).png
Executable file
After Width: | Height: | Size: 2.4 KiB |
34
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (3).png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[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
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (4).png
Executable file
After Width: | Height: | Size: 2.4 KiB |
34
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本 (4).png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[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
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本.png
Executable file
After Width: | Height: | Size: 2.4 KiB |
34
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6 - 副本.png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[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
Normal file → Executable file
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.4 KiB |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://chidl5gije8yw"
|
uid="uid://w8ksqaggs2hi"
|
||||||
path="res://.godot/imported/6.png-5bbfbce877de372980ba7573f622ac27.ctex"
|
path="res://.godot/imported/6.png-5bbfbce877de372980ba7573f622ac27.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/7.png
Executable file
After Width: | Height: | Size: 2.4 KiB |
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://n7qsp80gvsjh"
|
uid="uid://bmvsxdunry334"
|
||||||
path="res://.godot/imported/0.png-13f45a86c0337fc79f48cf9a8d5af418.ctex"
|
path="res://.godot/imported/7.png-7d73865cebf63b8ffda97523fbc4d4ed.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/0.png"
|
source_file="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/7.png"
|
||||||
dest_files=["res://.godot/imported/0.png-13f45a86c0337fc79f48cf9a8d5af418.ctex"]
|
dest_files=["res://.godot/imported/7.png-7d73865cebf63b8ffda97523fbc4d4ed.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
BIN
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/8(呼吸帧).png
Executable file
After Width: | Height: | Size: 2.4 KiB |
34
asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/8(呼吸帧).png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[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
|
Before Width: | Height: | Size: 2.0 KiB |
BIN
asset/art/animation/c02_吕萍_坐着站起来/1.png
Normal file → Executable file
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.2 KiB |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://dsxib51p37wun"
|
uid="uid://b402ep5ev7k33"
|
||||||
path="res://.godot/imported/1.png-4fa9bd71a9db548d578639deaae7aafe.ctex"
|
path="res://.godot/imported/1.png-4fa9bd71a9db548d578639deaae7aafe.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
|
BIN
asset/art/animation/c02_吕萍_坐着站起来/2.png
Normal file → Executable file
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.5 KiB |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://blsv6hwt61y6j"
|
uid="uid://do4rbf4xyt8pl"
|
||||||
path="res://.godot/imported/2.png-d5ef03783e039800b2d24add30c476b6.ctex"
|
path="res://.godot/imported/2.png-d5ef03783e039800b2d24add30c476b6.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
|
BIN
asset/art/animation/c02_吕萍_坐着站起来/3.png
Normal file → Executable file
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.9 KiB |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://eseakw6bvllh"
|
uid="uid://cp0pr61u1r15e"
|
||||||
path="res://.godot/imported/3.png-154884d1764bca028b08dee145f9be09.ctex"
|
path="res://.godot/imported/3.png-154884d1764bca028b08dee145f9be09.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
|
BIN
asset/art/animation/c02_吕萍_坐着站起来/4.png
Normal file → Executable file
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 3.1 KiB |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://8soq2th62in1"
|
uid="uid://cbffyxm6aw8r"
|
||||||
path="res://.godot/imported/4.png-c3d03c98d2d9966f192445ba38f52440.ctex"
|
path="res://.godot/imported/4.png-c3d03c98d2d9966f192445ba38f52440.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
|
BIN
asset/art/animation/c02_吕萍_坐着站起来/5.png
Normal file → Executable file
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.8 KiB |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://dm4ahmkxid72l"
|
uid="uid://bk7hridwwgnru"
|
||||||
path="res://.godot/imported/5.png-ac83990f9d82cfdd0c4f998a96ef26a2.ctex"
|
path="res://.godot/imported/5.png-ac83990f9d82cfdd0c4f998a96ef26a2.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
|
BIN
asset/art/animation/c02_吕萍_坐着站起来/6.png
Normal file → Executable file
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.3 KiB |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://balno1w14oo1y"
|
uid="uid://belgrjdscp754"
|
||||||
path="res://.godot/imported/6.png-1d3acf75f5ed958e3bb7842f289b4226.ctex"
|
path="res://.godot/imported/6.png-1d3acf75f5ed958e3bb7842f289b4226.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
|
BIN
asset/art/animation/c02_吕萍_坐着站起来/7.png
Normal file → Executable file
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.4 KiB |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://de4gqbxq1whac"
|
uid="uid://ceugv2sdt4lol"
|
||||||
path="res://.godot/imported/7.png-3a51c23615c6efb063a34711df3ec563.ctex"
|
path="res://.godot/imported/7.png-3a51c23615c6efb063a34711df3ec563.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
|
BIN
asset/art/animation/c02_吕萍_坐着站起来/8.png
Executable file
After Width: | Height: | Size: 2.4 KiB |
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://xwucy66ahpoo"
|
uid="uid://cr2c4yt55qoox"
|
||||||
path="res://.godot/imported/0.png-fe867452291559bb1c3063649cbc0799.ctex"
|
path="res://.godot/imported/8.png-dd11eec244532add0d723d2ebaf80c3b.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://asset/art/animation/c02_吕萍_坐着站起来/0.png"
|
source_file="res://asset/art/animation/c02_吕萍_坐着站起来/8.png"
|
||||||
dest_files=["res://.godot/imported/0.png-fe867452291559bb1c3063649cbc0799.ctex"]
|
dest_files=["res://.godot/imported/8.png-dd11eec244532add0d723d2ebaf80c3b.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
@ -1,34 +0,0 @@
|
|||||||
[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
|
|
BIN
asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下1.png
Executable file
After Width: | Height: | Size: 4.7 KiB |
34
asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下1.png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[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
|
BIN
asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下10.png
Executable file
After Width: | Height: | Size: 4.8 KiB |
34
asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下10.png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[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
|
BIN
asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下11.png
Executable file
After Width: | Height: | Size: 4.8 KiB |
34
asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下11.png.import
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
[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
|
BIN
asset/art/animation/c02_吕萍_头痛蹲下/吕萍-头痛蹲下12.png
Executable file
After Width: | Height: | Size: 4.8 KiB |