update stuff
| -rw-r--r-- | export_presets.cfg | 47 | ||||
| -rw-r--r-- | project.godot | 8 |
2 files changed, 52 insertions, 3 deletions
diff --git a/export_presets.cfg b/export_presets.cfg index 17457f7..c9109c1 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -7,7 +7,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="exports/Mac.zip" +export_path="exports/room2.zip" script_export_mode=1 script_encryption_key="" @@ -40,7 +40,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="exports/Linux.x86_64" +export_path="exports/room2.x86_64" script_export_mode=1 script_encryption_key="" @@ -65,7 +65,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="exports/HTML.html" +export_path="exports/room2.html" script_export_mode=1 script_encryption_key="" @@ -90,3 +90,44 @@ 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 ) + +[preset.3] + +name="Windows" +platform="Windows Desktop" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="./room2.exe" +script_export_mode=1 +script_encryption_key="" + +[preset.3.options] + +custom_template/debug="" +custom_template/release="" +binary_format/64_bits=true +binary_format/embed_pck=true +texture_format/bptc=false +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false +texture_format/no_bptc_fallbacks=true +codesign/enable=false +codesign/identity="" +codesign/password="" +codesign/timestamp=true +codesign/timestamp_server_url="" +codesign/digest_algorithm=1 +codesign/description="" +codesign/custom_options=PoolStringArray( ) +application/icon="" +application/file_version="" +application/product_version="" +application/company_name="" +application/product_name="" +application/file_description="" +application/copyright="" +application/trademarks="" diff --git a/project.godot b/project.godot index ed52250..3fe8241 100644 --- a/project.godot +++ b/project.godot @@ -27,7 +27,12 @@ _global_script_class_icons={ [application] config/name="room2" +config/description="chatroom" run/main_scene="res://WS.tscn" +config/use_custom_user_dir=true +config/custom_user_dir_name="room2" +boot_splash/image="res://icon.png" +boot_splash/bg_color=Color( 0.666667, 0.666667, 0.666667, 1 ) config/icon="res://icon.png" [debug] @@ -36,10 +41,13 @@ gdscript/warnings/return_value_discarded=false [display] +window/dpi/allow_hidpi=true window/stretch/mode="2d" window/stretch/aspect="expand" [rendering] quality/driver/driver_name="GLES2" +quality/intended_usage/framebuffer_allocation=1 +quality/intended_usage/framebuffer_allocation.mobile=1 environment/default_environment="res://default_env.tres" |