exportation: exporter vers html

pour mettre sur itch.io et faire facilement tester aux copains
This commit is contained in:
Thomas Lavocat
2023-04-13 17:52:04 +02:00
parent 0a53ba4102
commit 9540041bda
2 changed files with 39 additions and 1 deletions

38
export_presets.cfg Normal file
View File

@@ -0,0 +1,38 @@
[preset.0]
name="Web"
platform="Web"
runnable=true
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="../godot_export/index.html"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
encrypt_directory=false
script_encryption_key=""
[preset.0.options]
custom_template/debug=""
custom_template/release=""
variant/extensions_support=false
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=2
html/focus_canvas_on_start=true
html/experimental_virtual_keyboard=false
progressive_web_app/enabled=false
progressive_web_app/offline_page=""
progressive_web_app/display=1
progressive_web_app/orientation=0
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)

View File

@@ -11,7 +11,7 @@ config_version=5
[application]
config/name="Princesse Lactose"
run/main_scene="res://level.tscn"
run/main_scene="res://game.tscn"
config/features=PackedStringArray("4.0", "GL Compatibility")
config/icon="res://icon.svg"