diff --git a/.gitignore b/.gitignore index 435346b..f03d08d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ # Godot-specific ignores .import/ export.cfg -export_presets.cfg # Imported translations (automatically generated from CSV files) *.translation @@ -59,7 +58,6 @@ data_*/ [Dd]ebug/ [Rr]elease/ x64/ -build/ [Bb]in/ [Oo]bj/ diff --git a/build/web/.gitignore b/build/web/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/build/web/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/build/x86/.gitignore b/build/x86/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/build/x86/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/export_presets.cfg b/export_presets.cfg new file mode 100644 index 0000000..159c788 --- /dev/null +++ b/export_presets.cfg @@ -0,0 +1,65 @@ +[preset.0] + +name="HTML5" +platform="HTML5" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="build/web/index.html" +patch_list=PoolStringArray( ) +script_export_mode=1 +script_encryption_key="" + +[preset.0.options] + +vram_texture_compression/for_desktop=true +vram_texture_compression/for_mobile=false +html/custom_html_shell="" +html/head_include="" +custom_template/release="" +custom_template/debug="" + +[preset.1] + +name="Windows Desktop" +platform="Windows Desktop" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="build/x86/Two Powerful.exe" +patch_list=PoolStringArray( ) +script_export_mode=1 +script_encryption_key="" + +[preset.1.options] + +texture_format/bptc=false +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false +texture_format/no_bptc_fallbacks=true +binary_format/64_bits=true +binary_format/embed_pck=false +custom_template/release="" +custom_template/debug="" +codesign/enable=false +codesign/identity_type=0 +codesign/identity="" +codesign/password="" +codesign/timestamp=true +codesign/timestamp_server_url="" +codesign/digest_algorithm=1 +codesign/description="" +codesign/custom_options=PoolStringArray( ) +application/icon="res://icon.ico" +application/file_version="" +application/product_version="" +application/company_name="" +application/product_name="Two Powerful" +application/file_description="" +application/copyright="" +application/trademarks="" diff --git a/icon.ico b/icon.ico new file mode 100644 index 0000000..e58b3dd Binary files /dev/null and b/icon.ico differ diff --git a/icon.png.import b/icon.png.import index 7343049..a0efdcf 100644 --- a/icon.png.import +++ b/icon.png.import @@ -1,34 +1,13 @@ [remap] -importer="texture" -type="StreamTexture" -path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" -metadata={ -"vram_texture": false -} +importer="image" +type="Image" +path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.image" [deps] source_file="res://icon.png" -dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ] +dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.image" ] [params] -compress/mode=0 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0