Compare commits

..

2 commits

Author SHA1 Message Date
e46d1066c0 Merge pull request 'Added icon to windows export, and embedded game resources into binaries' (#2) from exports into main
All checks were successful
Build Game / Build & push runner image (push) Successful in 8s
Build Game / Build Asteroids for all platforms (push) Successful in 34s
Reviewed-on: #2
2025-10-22 02:12:48 +00:00
e490c92ffb Added icon to windows export, and embedded game resources into binaries 2025-10-21 20:11:29 -06:00

View file

@ -23,7 +23,7 @@ script_export_mode=2
custom_template/debug=""
custom_template/release=""
debug/export_console_wrapper=1
binary_format/embed_pck=false
binary_format/embed_pck=true
texture_format/s3tc_bptc=true
texture_format/etc2_astc=false
shader_baker/enabled=false
@ -66,7 +66,7 @@ script_export_mode=2
custom_template/debug=""
custom_template/release=""
debug/export_console_wrapper=1
binary_format/embed_pck=false
binary_format/embed_pck=true
texture_format/s3tc_bptc=true
texture_format/etc2_astc=false
shader_baker/enabled=false
@ -78,7 +78,7 @@ codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PackedStringArray()
application/modify_resources=true
application/icon=""
application/icon="uid://cvfsmhdbgh8vh"
application/console_wrapper_icon=""
application/icon_interpolation=4
application/file_version=""