demo 整体优化(UX、部分场景)

This commit is contained in:
cakipaul 2025-06-13 16:03:19 +08:00
parent 8bed17ed01
commit f524ba5588
210 changed files with 2248 additions and 1383 deletions

View File

@ -1067,8 +1067,9 @@ func _on_test_button_pressed() -> void:
DMSettings.set_user_value("run_title", "") DMSettings.set_user_value("run_title", "")
DMSettings.set_user_value("is_running_test_scene", true) DMSettings.set_user_value("is_running_test_scene", true)
DMSettings.set_user_value("run_resource_path", current_file_path) DMSettings.set_user_value("run_resource_path", current_file_path)
var test_scene_path: String = DMSettings.get_setting(DMSettings.CUSTOM_TEST_SCENE_PATH, "res://addons/dialogue_manager/test_scene.tscn") # var test_scene_path: String = DMSettings.get_setting(DMSettings.CUSTOM_TEST_SCENE_PATH, "res://addons/dialogue_manager/test_scene.tscn")
EditorInterface.play_custom_scene(test_scene_path) # EditorInterface.play_custom_scene(test_scene_path)
EditorInterface.play_custom_scene("res://addons/dialogue_manager/test_scene.tscn")
func _on_test_line_button_pressed() -> void: func _on_test_line_button_pressed() -> void:
@ -1087,8 +1088,9 @@ func _on_test_line_button_pressed() -> void:
DMSettings.set_user_value("run_title", str(line_to_run)) DMSettings.set_user_value("run_title", str(line_to_run))
DMSettings.set_user_value("is_running_test_scene", true) DMSettings.set_user_value("is_running_test_scene", true)
DMSettings.set_user_value("run_resource_path", current_file_path) DMSettings.set_user_value("run_resource_path", current_file_path)
var test_scene_path: String = DMSettings.get_setting(DMSettings.CUSTOM_TEST_SCENE_PATH, "res://addons/dialogue_manager/test_scene.tscn") # var test_scene_path: String = DMSettings.get_setting(DMSettings.CUSTOM_TEST_SCENE_PATH, "res://addons/dialogue_manager/test_scene.tscn")
EditorInterface.play_custom_scene(test_scene_path) # EditorInterface.play_custom_scene(test_scene_path)
EditorInterface.play_custom_scene("res://addons/dialogue_manager/test_scene.tscn")
func _on_support_button_pressed() -> void: func _on_support_button_pressed() -> void:

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://gbi3l45bk7ax"
path="res://.godot/imported/64卦_白底.png-8bc9c58b69894040f8401c7036c9573a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://asset/art/little_game/八卦/64卦_白底.png"
dest_files=["res://.godot/imported/64卦_白底.png-8bc9c58b69894040f8401c7036c9573a.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dg1vj68th1un6"
path="res://.godot/imported/64卦_透明.png-604d3fef963a74a0c02eb062c504c76a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://asset/art/little_game/八卦/64卦_透明.png"
dest_files=["res://.godot/imported/64卦_透明.png-604d3fef963a74a0c02eb062c504c76a.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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cs14llkvr3fg8"
path="res://.godot/imported/弹珠墙面涂鸦提示.png-08c1bbb65088ecb68de655121f2a1bdf.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://asset/art/scene/c02/s04_保卫科/弹珠墙面涂鸦提示.png"
dest_files=["res://.godot/imported/弹珠墙面涂鸦提示.png-08c1bbb65088ecb68de655121f2a1bdf.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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bim6w1xp1a4bg"
path="res://.godot/imported/锡箔墙面涂鸦提示.png-17091a5a20043de1d90ee838d226ac80.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://asset/art/scene/c02/s07_二楼内侧楼道/锡箔墙面涂鸦提示.png"
dest_files=["res://.godot/imported/锡箔墙面涂鸦提示.png-17091a5a20043de1d90ee838d226ac80.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bmid3iu2ch35o"
path="res://.godot/imported/八卦图.png-1415ec3eb06d6068fbd71939e68b8e38.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://asset/art/scene/c02/s08_瞎子卧室/八卦图.png"
dest_files=["res://.godot/imported/八卦图.png-1415ec3eb06d6068fbd71939e68b8e38.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bgtxwxerl2dxh"
path="res://.godot/imported/十字架.png-6dff6229cfe7acedd381faa1b4916a25.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://asset/art/scene/c02/s08_瞎子卧室/十字架.png"
dest_files=["res://.godot/imported/十字架.png-6dff6229cfe7acedd381faa1b4916a25.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

View File

Before

Width:  |  Height:  |  Size: 444 KiB

After

Width:  |  Height:  |  Size: 444 KiB

View File

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://c4r5knmkenrw0" uid="uid://c4r5knmkenrw0"
path="res://.godot/imported/位置参考.png-6f4e9a53d25bf2bc8b5d0aa9557d55ab.ctex" path="res://.godot/imported/位置参考.png-f909ccff70f818ece78cc62b432dfaed.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://asset/art/scene/c02/s09_裂缝/红色场景/位置参考.png" source_file="res://asset/art/scene/c02/s09_裂缝/位置参考.png"
dest_files=["res://.godot/imported/位置参考.png-6f4e9a53d25bf2bc8b5d0aa9557d55ab.ctex"] dest_files=["res://.godot/imported/位置参考.png-f909ccff70f818ece78cc62b432dfaed.ctex"]
[params] [params]

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://btq13rpmhw500" uid="uid://btq13rpmhw500"
path="res://.godot/imported/坍塌物.png-238505650a695a2436ccc4bb18294f50.ctex" path="res://.godot/imported/坍塌物.png-5782122ee14319e69404404667a761f9.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://asset/art/scene/c02/s09_裂缝/红色场景/坍塌物.png" source_file="res://asset/art/scene/c02/s09_裂缝/坍塌物.png"
dest_files=["res://.godot/imported/坍塌物.png-238505650a695a2436ccc4bb18294f50.ctex"] dest_files=["res://.godot/imported/坍塌物.png-5782122ee14319e69404404667a761f9.ctex"]
[params] [params]

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cbvf6bfjprl8t" uid="uid://cbvf6bfjprl8t"
path="res://.godot/imported/大麻绳.png-6e1010a9e69c8d95118c1fb9e2eefd58.ctex" path="res://.godot/imported/大麻绳.png-307914a2b974ba4df4256190d1fda55f.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://asset/art/scene/c02/s09_裂缝/红色场景/大麻绳.png" source_file="res://asset/art/scene/c02/s09_裂缝/大麻绳.png"
dest_files=["res://.godot/imported/大麻绳.png-6e1010a9e69c8d95118c1fb9e2eefd58.ctex"] dest_files=["res://.godot/imported/大麻绳.png-307914a2b974ba4df4256190d1fda55f.ctex"]
[params] [params]

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bjeqtc2sl8uu3" uid="uid://bjeqtc2sl8uu3"
path="res://.godot/imported/小小蝶坐床上.png-dedfb99b7272f3d373a2f04a1e0912ab.ctex" path="res://.godot/imported/小小蝶坐床上.png-435af2375e443999bc83409f705ce2e6.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://asset/art/scene/c02/s09_裂缝/红色场景/小小蝶坐床上.png" source_file="res://asset/art/scene/c02/s09_裂缝/小小蝶坐床上.png"
dest_files=["res://.godot/imported/小小蝶坐床上.png-dedfb99b7272f3d373a2f04a1e0912ab.ctex"] dest_files=["res://.godot/imported/小小蝶坐床上.png-435af2375e443999bc83409f705ce2e6.ctex"]
[params] [params]

View File

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cufmquyduq804" uid="uid://cufmquyduq804"
path="res://.godot/imported/小床上.png-7339c440c59ed755f0a38f8eeb74c185.ctex" path="res://.godot/imported/小床上.png-d8f3942afd91ba3ffdd0e3fbf56220db.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://asset/art/scene/c02/s09_裂缝/红色场景/小床上.png" source_file="res://asset/art/scene/c02/s09_裂缝/小床上.png"
dest_files=["res://.godot/imported/小床上.png-7339c440c59ed755f0a38f8eeb74c185.ctex"] dest_files=["res://.godot/imported/小床上.png-d8f3942afd91ba3ffdd0e3fbf56220db.ctex"]
[params] [params]

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bplvfjem2nnnf" uid="uid://bplvfjem2nnnf"
path="res://.godot/imported/床.png-94b4a7ec1cf23fd44356428b5d41b3ef.ctex" path="res://.godot/imported/床.png-374b72934cea533f22e40a05ec11ee1d.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://asset/art/scene/c02/s09_裂缝/红色场景/床.png" source_file="res://asset/art/scene/c02/s09_裂缝/床.png"
dest_files=["res://.godot/imported/床.png-94b4a7ec1cf23fd44356428b5d41b3ef.ctex"] dest_files=["res://.godot/imported/床.png-374b72934cea533f22e40a05ec11ee1d.ctex"]
[params] [params]

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://blq6bpoqq5fcv" uid="uid://blq6bpoqq5fcv"
path="res://.godot/imported/符纸.png-bc2cd71689e6f659fb98d3353064f0d4.ctex" path="res://.godot/imported/符纸.png-1bcc7698e6fcc560552ca18f66b92b4a.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://asset/art/scene/c02/s09_裂缝/红色场景/符纸.png" source_file="res://asset/art/scene/c02/s09_裂缝/符纸.png"
dest_files=["res://.godot/imported/符纸.png-bc2cd71689e6f659fb98d3353064f0d4.ctex"] dest_files=["res://.godot/imported/符纸.png-1bcc7698e6fcc560552ca18f66b92b4a.ctex"]
[params] [params]

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dyactkkba6umx"
path="res://.godot/imported/红色背景剪影人物床.png-e0d133c0781fb331ff711d5edc73c1a0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://asset/art/scene/c02/s09_裂缝/红色背景剪影人物床.png"
dest_files=["res://.godot/imported/红色背景剪影人物床.png-e0d133c0781fb331ff711d5edc73c1a0.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

View File

Before

Width:  |  Height:  |  Size: 287 KiB

After

Width:  |  Height:  |  Size: 287 KiB

View File

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://rfhf4usybjdc" uid="uid://rfhf4usybjdc"
path="res://.godot/imported/背景.png-a396d3c517fc994a67c267287dc00132.ctex" path="res://.godot/imported/背景.png-ec25a2fc7663b35bada008361dcd0aa3.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://asset/art/scene/c02/s09_裂缝/红色场景/背景.png" source_file="res://asset/art/scene/c02/s09_裂缝/背景.png"
dest_files=["res://.godot/imported/背景.png-a396d3c517fc994a67c267287dc00132.ctex"] dest_files=["res://.godot/imported/背景.png-ec25a2fc7663b35bada008361dcd0aa3.ctex"]
[params] [params]

View File

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bet21rw73moau" uid="uid://bet21rw73moau"
path="res://.godot/imported/锅.png-236204e12ef136a0b2f0804c507dd5cd.ctex" path="res://.godot/imported/锅.png-383680f2a341e2d733ef00456e9c3bdd.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://asset/art/scene/c02/s09_裂缝/红色场景/锅.png" source_file="res://asset/art/scene/c02/s09_裂缝/锅.png"
dest_files=["res://.godot/imported/锅.png-236204e12ef136a0b2f0804c507dd5cd.ctex"] dest_files=["res://.godot/imported/锅.png-383680f2a341e2d733ef00456e9c3bdd.ctex"]
[params] [params]

View File

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 134 KiB

View File

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cy1wk5kkqjsci" uid="uid://cy1wk5kkqjsci"
path="res://.godot/imported/黑影.png-18b2ed2d8a3597b75a2b7a7671f6a96f.ctex" path="res://.godot/imported/黑影.png-6f36cc140a873c449bc1e07c48be1626.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://asset/art/scene/c02/s09_裂缝/红色场景/黑影.png" source_file="res://asset/art/scene/c02/s09_裂缝/黑影.png"
dest_files=["res://.godot/imported/黑影.png-18b2ed2d8a3597b75a2b7a7671f6a96f.ctex"] dest_files=["res://.godot/imported/黑影.png-6f36cc140a873c449bc1e07c48be1626.ctex"]
[params] [params]

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://dnkqaiugxsegs" uid="uid://dnkqaiugxsegs"
path="res://.godot/imported/黑手.png-4cccc893e88f6e94bf873c3e25170a3e.ctex" path="res://.godot/imported/黑手.png-3b8e979a1fa34a6b39d21e649d95623f.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://asset/art/scene/c02/s09_裂缝/红色场景/黑手.png" source_file="res://asset/art/scene/c02/s09_裂缝/黑手.png"
dest_files=["res://.godot/imported/黑手.png-4cccc893e88f6e94bf873c3e25170a3e.ctex"] dest_files=["res://.godot/imported/黑手.png-3b8e979a1fa34a6b39d21e649d95623f.ctex"]
[params] [params]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 807 B

View File

@ -1,34 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bqv7aaj4nm62n"
path="res://.godot/imported/chess.png-c5bb703f4b726ca7a2f2bef66b0c9504.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://asset/art/ui/chess.png"
dest_files=["res://.godot/imported/chess.png-c5bb703f4b726ca7a2f2bef66b0c9504.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

View File

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bcc0bk34l5gbc" uid="uid://bcc0bk34l5gbc"
path="res://.godot/imported/菜单背景1.png-feebca67f6f7b46e99009d17cd101d25.ctex" path="res://.godot/imported/菜单背景1.png-66041d9ea08e4114783cfa9c21f1ec1f.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://asset/art/ui/entrance/菜单背景1.png" source_file="res://asset/art/ui/index_menu/菜单背景1.png"
dest_files=["res://.godot/imported/菜单背景1.png-feebca67f6f7b46e99009d17cd101d25.ctex"] dest_files=["res://.godot/imported/菜单背景1.png-66041d9ea08e4114783cfa9c21f1ec1f.ctex"]
[params] [params]

View File

Before

Width:  |  Height:  |  Size: 1000 B

After

Width:  |  Height:  |  Size: 1000 B

View File

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cehulj6qro08v" uid="uid://cehulj6qro08v"
path="res://.godot/imported/对话框.png-7f76eb48988ed5c5dcd292cefe591413.ctex" path="res://.godot/imported/theme_style_box.png-f85665fc9fce1c5bdce7963085169da4.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://asset/art/ui/对话框.png" source_file="res://asset/art/ui/style_box/theme_style_box.png"
dest_files=["res://.godot/imported/对话框.png-7f76eb48988ed5c5dcd292cefe591413.ctex"] dest_files=["res://.godot/imported/theme_style_box.png-f85665fc9fce1c5bdce7963085169da4.ctex"]
[params] [params]

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B

View File

@ -2,16 +2,16 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://7ldkaruqsjk0" uid="uid://c0c4ybgsxh5sx"
path="res://.godot/imported/文字遮罩.png-a65bca9c845535289e4f499354ebcc2f.ctex" path="res://.godot/imported/对话框.png-16b82431a065a96b86aaa6c0f5e23452.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://asset/art/ui/文字遮罩.png" source_file="res://asset/art/ui/style_box/对话框.png"
dest_files=["res://.godot/imported/文字遮罩.png-a65bca9c845535289e4f499354ebcc2f.ctex"] dest_files=["res://.godot/imported/对话框.png-16b82431a065a96b86aaa6c0f5e23452.ctex"]
[params] [params]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -1,34 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://10gfdxyud5ea"
path="res://.godot/imported/问号1.png-6d206e61e216c9b131d359c643f97ef1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://asset/art/ui/问号/问号1.png"
dest_files=["res://.godot/imported/问号1.png-6d206e61e216c9b131d359c643f97ef1.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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -1,34 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bx7fjm11u2ph"
path="res://.godot/imported/问号2.png-251fc22704013e89537ad1f09ee76241.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://asset/art/ui/问号/问号2.png"
dest_files=["res://.godot/imported/问号2.png-251fc22704013e89537ad1f09ee76241.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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -1,34 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bpk8r5hvhbif3"
path="res://.godot/imported/问号3.png-a1c703d6c7cbd89f38b9a7b209e66214.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://asset/art/ui/问号/问号3.png"
dest_files=["res://.godot/imported/问号3.png-a1c703d6c7cbd89f38b9a7b209e66214.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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -1,34 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cv7uu4h764bgo"
path="res://.godot/imported/问号4.png-afef2769a946443cc14ab6ee1133ac2e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://asset/art/ui/问号/问号4.png"
dest_files=["res://.godot/imported/问号4.png-afef2769a946443cc14ab6ee1133ac2e.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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -1,34 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cdt7e5r72jduo"
path="res://.godot/imported/问号5.png-9efb39b6dc34c078dc5a4f241f00f1f0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://asset/art/ui/问号/问号5.png"
dest_files=["res://.godot/imported/问号5.png-9efb39b6dc34c078dc5a4f241f00f1f0.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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -1,34 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bbx5gxphwxjn"
path="res://.godot/imported/问号6.png-59032140d20371a0c8aa4a78ab54c6c9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://asset/art/ui/问号/问号6.png"
dest_files=["res://.godot/imported/问号6.png-59032140d20371a0c8aa4a78ab54c6c9.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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,34 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://djvwe8dh4fmn"
path="res://.godot/imported/刮刮乐.png-2c82b14d7d14852fdee98f2c14a98643.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://asset/art/临时草稿/c02_第一章/刮刮乐.png"
dest_files=["res://.godot/imported/刮刮乐.png-2c82b14d7d14852fdee98f2c14a98643.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

View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://de1bcj8q2opha"
path="res://.godot/imported/c02_6偷听对话_李氏_1_fx.wav-0e01a0be46b4997b0d788cf6d095b69c.sample"
[deps]
source_file="res://asset/audio/peiyin_new/c02_6偷听对话_李氏_1_fx.wav"
dest_files=["res://.godot/imported/c02_6偷听对话_李氏_1_fx.wav-0e01a0be46b4997b0d788cf6d095b69c.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2

View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://dvpvbth3a3m4w"
path="res://.godot/imported/c02_6偷听对话_李氏_2_fx.wav-1a1f0b74417b3e052de25ff5876c05f8.sample"
[deps]
source_file="res://asset/audio/peiyin_new/c02_6偷听对话_李氏_2_fx.wav"
dest_files=["res://.godot/imported/c02_6偷听对话_李氏_2_fx.wav-1a1f0b74417b3e052de25ff5876c05f8.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2

View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://dq0q7lyhuxfm5"
path="res://.godot/imported/c02_6偷听对话_李氏_3_fx.wav-1bf0be52dc54901b53a9e7166453bd3f.sample"
[deps]
source_file="res://asset/audio/peiyin_new/c02_6偷听对话_李氏_3_fx.wav"
dest_files=["res://.godot/imported/c02_6偷听对话_李氏_3_fx.wav-1bf0be52dc54901b53a9e7166453bd3f.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2

View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://dntfq501yjfms"
path="res://.godot/imported/c02_6偷听对话_李氏_4_fx.wav-7c70acd47fba99199a9f639b68907dfa.sample"
[deps]
source_file="res://asset/audio/peiyin_new/c02_6偷听对话_李氏_4_fx.wav"
dest_files=["res://.godot/imported/c02_6偷听对话_李氏_4_fx.wav-7c70acd47fba99199a9f639b68907dfa.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2

View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://cxm02bc7jfrlc"
path="res://.godot/imported/c02_6偷听对话_李氏_5_fx.wav-26e508085f54675dffccb731cf49b622.sample"
[deps]
source_file="res://asset/audio/peiyin_new/c02_6偷听对话_李氏_5_fx.wav"
dest_files=["res://.godot/imported/c02_6偷听对话_李氏_5_fx.wav-26e508085f54675dffccb731cf49b622.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2

View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://nlby6gx1ye23"
path="res://.godot/imported/c02_6偷听对话_李氏_6_fx.wav-96f98db4a57566add202888015b4bc45.sample"
[deps]
source_file="res://asset/audio/peiyin_new/c02_6偷听对话_李氏_6_fx.wav"
dest_files=["res://.godot/imported/c02_6偷听对话_李氏_6_fx.wav-96f98db4a57566add202888015b4bc45.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2

View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://iesa31eqyry3"
path="res://.godot/imported/c02_6偷听对话_李氏_7_fx.wav-6cbbdf1263800c40b18adb11bd1c9743.sample"
[deps]
source_file="res://asset/audio/peiyin_new/c02_6偷听对话_李氏_7_fx.wav"
dest_files=["res://.godot/imported/c02_6偷听对话_李氏_7_fx.wav-6cbbdf1263800c40b18adb11bd1c9743.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2

View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://dg3s2f3ukj0g0"
path="res://.godot/imported/c02_6偷听对话_李氏_8_fx.wav-7beee0b8ca5b083391c3740c0b7de1bc.sample"
[deps]
source_file="res://asset/audio/peiyin_new/c02_6偷听对话_李氏_8_fx.wav"
dest_files=["res://.godot/imported/c02_6偷听对话_李氏_8_fx.wav-7beee0b8ca5b083391c3740c0b7de1bc.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2

View File

@ -3,12 +3,12 @@
importer="wav" importer="wav"
type="AudioStreamWAV" type="AudioStreamWAV"
uid="uid://cohnuk7b2nsis" uid="uid://cohnuk7b2nsis"
path="res://.godot/imported/c02_6偷听对话_李氏_9_a.wav-30cdebde4a69f36622ff8593a9c68b08.sample" path="res://.godot/imported/c02_6偷听对话_李氏_9.wav-5ee2307347e08440391a960fc2b747d9.sample"
[deps] [deps]
source_file="res://asset/audio/peiyin_new/c02_6偷听对话_李氏_9_a.wav" source_file="res://asset/audio/peiyin_new/c02_6偷听对话_李氏_9.wav"
dest_files=["res://.godot/imported/c02_6偷听对话_李氏_9_a.wav-30cdebde4a69f36622ff8593a9c68b08.sample"] dest_files=["res://.godot/imported/c02_6偷听对话_李氏_9.wav-5ee2307347e08440391a960fc2b747d9.sample"]
[params] [params]

View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://dluxnq6atuxer"
path="res://.godot/imported/c02_6偷听对话_李氏_9_fx.wav-9cb4272c2fae00bb5687cf6ff60922d2.sample"
[deps]
source_file="res://asset/audio/peiyin_new/c02_6偷听对话_李氏_9_fx.wav"
dest_files=["res://.godot/imported/c02_6偷听对话_李氏_9_fx.wav-9cb4272c2fae00bb5687cf6ff60922d2.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2

View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://c3svkstw07yg2"
path="res://.godot/imported/c02_6偷听对话_癞子_1_fx.wav-c14757c50d3502ec366c6c2a8819bb2c.sample"
[deps]
source_file="res://asset/audio/peiyin_new/c02_6偷听对话_癞子_1_fx.wav"
dest_files=["res://.godot/imported/c02_6偷听对话_癞子_1_fx.wav-c14757c50d3502ec366c6c2a8819bb2c.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2

View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://by8h4o26hpfcs"
path="res://.godot/imported/c02_6偷听对话_癞子_2_fx.wav-97093235ffa3ea9ade499e57a339bed3.sample"
[deps]
source_file="res://asset/audio/peiyin_new/c02_6偷听对话_癞子_2_fx.wav"
dest_files=["res://.godot/imported/c02_6偷听对话_癞子_2_fx.wav-97093235ffa3ea9ade499e57a339bed3.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2

View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://dx1h1va5xrlwe"
path="res://.godot/imported/c02_6偷听对话_癞子_3_fx.wav-325e375598d208de48eba6687d8948f8.sample"
[deps]
source_file="res://asset/audio/peiyin_new/c02_6偷听对话_癞子_3_fx.wav"
dest_files=["res://.godot/imported/c02_6偷听对话_癞子_3_fx.wav-325e375598d208de48eba6687d8948f8.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2

View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://bihsf6ii1kgtf"
path="res://.godot/imported/c02_6偷听对话_癞子_4_fx.wav-6b7d26e9560c9db332e700fd7ef2d525.sample"
[deps]
source_file="res://asset/audio/peiyin_new/c02_6偷听对话_癞子_4_fx.wav"
dest_files=["res://.godot/imported/c02_6偷听对话_癞子_4_fx.wav-6b7d26e9560c9db332e700fd7ef2d525.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2

View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://b4xvh58d5ujqd"
path="res://.godot/imported/c02_6偷听对话_癞子_5_fx.wav-a3f3c73a27f0b2fc622b172d2ec0079b.sample"
[deps]
source_file="res://asset/audio/peiyin_new/c02_6偷听对话_癞子_5_fx.wav"
dest_files=["res://.godot/imported/c02_6偷听对话_癞子_5_fx.wav-a3f3c73a27f0b2fc622b172d2ec0079b.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2

View File

@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://fip7ic42c7nv"
path="res://.godot/imported/c02_6偷听对话_癞子_6_fx.wav-c1e58de03a5869a963f12787b686d6f3.sample"
[deps]
source_file="res://asset/audio/peiyin_new/c02_6偷听对话_癞子_6_fx.wav"
dest_files=["res://.godot/imported/c02_6偷听对话_癞子_6_fx.wav-c1e58de03a5869a963f12787b686d6f3.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2

Some files were not shown because too many files have changed in this diff Show More