embed pack into exe, change name

This commit is contained in:
hiina 2025-02-15 21:06:34 -07:00
parent 198c05240a
commit 1e80d3bfdf
2 changed files with 4 additions and 3 deletions

View file

@ -9,7 +9,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="bin/SneedXR Game Jam Feb 2025.exe"
export_path="bin/Sneeditorium.exe"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
@ -21,7 +21,7 @@ script_export_mode=2
custom_template/debug=""
custom_template/release=""
debug/export_console_wrapper=0
binary_format/embed_pck=false
binary_format/embed_pck=true
texture_format/s3tc_bptc=true
texture_format/etc2_astc=false
binary_format/architecture="x86_64"

View file

@ -10,7 +10,8 @@ config_version=5
[application]
config/name="Sneed: XR Game Jam Feb 2025"
config/name="Sneeditorium"
config/description="gpu particle system puzzle game."
config/version="0.1"
run/main_scene="res://demo_staging.tscn"
config/features=PackedStringArray("4.3")