Skip to content

Commit

Permalink
Libera export_presets do gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
renanstn committed Jul 27, 2021
1 parent 0471191 commit e5dba5b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg

# Mono-specific ignores
.mono/
Expand Down
24 changes: 24 additions & 0 deletions WebClock/export_presets.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[preset.0]

name="HTML"
platform="HTML5"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="Build/index.html"
script_export_mode=1
script_encryption_key=""

[preset.0.options]

custom_template/debug=""
custom_template/release=""
variant/export_type=0
vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=false
html/custom_html_shell=""
html/head_include=""
html/canvas_resize_policy=2
html/experimental_virtual_keyboard=false

0 comments on commit e5dba5b

Please sign in to comment.