1
Fork 0
mirror of https://github.com/Steffo99/particle-clash.git synced 2024-10-16 06:07:27 +00:00

Post-build updates

This commit is contained in:
Steffo 2022-10-02 17:28:22 +02:00
parent b6ebcd5de4
commit 0385ad5dc1
Signed by: steffo
GPG key ID: 6965406171929D01
12 changed files with 30 additions and 40 deletions

2
.gitignore vendored
View file

@ -1,5 +1,5 @@
# Don't commit builds, but commit the directories!
/export/*/*
/export
!/export/*/.gitkeep
## Godot.gitignore

View file

@ -7,7 +7,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="export/Windows/LD51/LD50.exe"
export_path="export/Windows/LD51/LD51.exe"
script_export_mode=1
script_encryption_key=""
@ -31,7 +31,7 @@ codesign/timestamp_server_url=""
codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/modify_resources=true
application/modify_resources=false
application/icon=""
application/file_version=""
application/product_version=""
@ -50,7 +50,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="export/MacOSX/LD51/LD51.zip"
export_path="export/MacOSX/LD51.zip"
script_export_mode=1
script_encryption_key=""
@ -124,7 +124,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="export/LinuxX11/LD51/LD51.x86_64"
export_path="export/LinuxX11/LD51.x86_64"
script_export_mode=1
script_encryption_key=""
@ -139,38 +139,3 @@ texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
[preset.3]
name="HTML5"
platform="HTML5"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="export/HTML5/LD51/LD51.html"
script_export_mode=1
script_encryption_key=""
[preset.3.options]
custom_template/debug=""
custom_template/release=""
variant/export_type=0
vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=false
html/export_icon=true
html/custom_html_shell=""
html/head_include=""
html/canvas_resize_policy=0
html/focus_canvas_on_start=true
html/experimental_virtual_keyboard=false
progressive_web_app/enabled=true
progressive_web_app/offline_page=""
progressive_web_app/display=1
progressive_web_app/orientation=1
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 )

BIN
media/background-vtile.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
media/banner-itch.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
media/promo-itch.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
media/promo-ld.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
media/promo.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
media/promo.xcf Normal file

Binary file not shown.

BIN
media/screenshot-1.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
media/screenshot-2.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
media/screenshot-3.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -204,6 +204,7 @@ tracks/0/keys = {
script = ExtResource( 5 )
[node name="Background" parent="." instance=ExtResource( 3 )]
modulate = Color( 0.25098, 0.25098, 0.25098, 1 )
position = Vector2( 800, 450 )
[node name="Menu" parent="." instance=ExtResource( 1 )]