Pārlūkot izejas kodu

:wrench: Make the game ready to be exported to web

DricomDragon 2 gadi atpakaļ
vecāks
revīzija
d4ee55538a
2 mainītis faili ar 39 papildinājumiem un 0 dzēšanām
  1. 1 0
      .gitignore
  2. 38 0
      godot/export_presets.cfg

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+dist/

+ 38 - 0
godot/export_presets.cfg

@@ -0,0 +1,38 @@
+[preset.0]
+
+name="Web"
+platform="Web"
+runnable=true
+custom_features=""
+export_filter="all_resources"
+include_filter=""
+exclude_filter=""
+export_path="../dist/star-kiss.html"
+encryption_include_filters=""
+encryption_exclude_filters=""
+encrypt_pck=false
+encrypt_directory=false
+script_export_mode=1
+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)