1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-27 22:41:56 +08:00

build: 更新构建输出文件和项目配置

更新了构建输出文件包括Web、Windows和Linux平台的执行文件及资源
修改了项目配置包括应用名称、版本和图标设置
添加了Web平台的音频处理相关文件
更新了导出预设配置
This commit is contained in:
2026-05-02 19:13:21 +08:00
parent 92624c2a2e
commit 5a5c4214c8
6 changed files with 78 additions and 8 deletions
+28 -6
View File
@@ -3,15 +3,21 @@
name="Windows Desktop"
platform="Windows Desktop"
runnable=true
advanced_options=false
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="build/windows/cvb.exe"
export_path="build/windows/DLH.exe"
patches=PackedStringArray()
patch_delta_encoding=false
patch_delta_compression_level_zstd=19
patch_delta_min_reduction=0.1
patch_delta_include_filters="*"
patch_delta_exclude_filters=""
encryption_include_filters=""
encryption_exclude_filters=""
seed=0
encrypt_pck=false
encrypt_directory=false
script_export_mode=2
@@ -24,6 +30,7 @@ debug/export_console_wrapper=1
binary_format/embed_pck=true
texture_format/s3tc_bptc=true
texture_format/etc2_astc=false
shader_baker/enabled=false
binary_format/architecture="x86_64"
codesign/enable=false
codesign/timestamp=true
@@ -68,15 +75,21 @@ Remove-Item -Recurse -Force '{temp_dir}'"
name="Linux"
platform="Linux"
runnable=true
advanced_options=false
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="build/linux/cvb.x86_64"
export_path="build/linux/DLH.x86_64"
patches=PackedStringArray()
patch_delta_encoding=false
patch_delta_compression_level_zstd=19
patch_delta_min_reduction=0.1
patch_delta_include_filters="*"
patch_delta_exclude_filters=""
encryption_include_filters=""
encryption_exclude_filters=""
seed=0
encrypt_pck=false
encrypt_directory=false
script_export_mode=2
@@ -89,6 +102,7 @@ debug/export_console_wrapper=1
binary_format/embed_pck=true
texture_format/s3tc_bptc=true
texture_format/etc2_astc=false
shader_baker/enabled=false
binary_format/architecture="x86_64"
ssh_remote_deploy/enabled=false
ssh_remote_deploy/host="user@host_ip"
@@ -108,15 +122,21 @@ rm -rf \"{temp_dir}\""
name="Web"
platform="Web"
runnable=true
advanced_options=false
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="build/web/cvb.html"
export_path="build/web/DLH.html"
patches=PackedStringArray()
patch_delta_encoding=false
patch_delta_compression_level_zstd=19
patch_delta_min_reduction=0.1
patch_delta_include_filters="*"
patch_delta_exclude_filters=""
encryption_include_filters=""
encryption_exclude_filters=""
seed=0
encrypt_pck=false
encrypt_directory=false
script_export_mode=2
@@ -144,3 +164,5 @@ progressive_web_app/icon_144x144=""
progressive_web_app/icon_180x180=""
progressive_web_app/icon_512x512=""
progressive_web_app/background_color=Color(0, 0, 0, 1)
threads/emscripten_pool_size=8
threads/godot_pool_size=4
+10 -2
View File
@@ -14,10 +14,14 @@ compatibility/default_parent_skeleton_in_mesh_instance_3d=true
[application]
config/name="ChickenVSBear"
config/name="犬,猞猁,与氰化氢"
config/version="1.0.0"
run/main_scene="uid://dmxi1ikn6avig"
config/quit_on_go_back=false
config/features=PackedStringArray("4.6", "GL Compatibility")
config/icon="res://icon.svg"
config/icon="uid://cykypqdol3gpe"
config/macos_native_icon="res://resources/icons/favicon128.icns"
config/windows_native_icon="res://resources/icons/favicon128.ico"
[display]
@@ -118,6 +122,10 @@ cardSkill2={
]
}
[internationalization]
locale/locale_filter_mode=0
[physics]
2d/default_gravity=0.0
Binary file not shown.

After

Width:  |  Height:  |  Size: 323 KiB

+40
View File
@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cykypqdol3gpe"
path="res://.godot/imported/favicon.png-ebbba51406eeed5a5dd3d9d1c3538b82.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://resources/icons/favicon.png"
dest_files=["res://.godot/imported/favicon.png-ebbba51406eeed5a5dd3d9d1c3538b82.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB