diff --git a/export_presets.cfg b/export_presets.cfg index 8b0fc54..33b89e4 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -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" diff --git a/project.godot b/project.godot index f08b2ed..aadd04b 100644 --- a/project.godot +++ b/project.godot @@ -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")