exporting

This commit is contained in:
2025-10-29 05:17:08 +01:00
parent 99c606ca5b
commit 7a68fb1447
2 changed files with 61 additions and 6 deletions

View File

@@ -108,3 +108,49 @@ Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorActi
ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue
Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue
Remove-Item -Recurse -Force '{temp_dir}'" Remove-Item -Recurse -Force '{temp_dir}'"
[preset.2]
name="Web"
platform="Web"
runnable=true
advanced_options=false
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="../../../stolen souls/web/hood.html"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""
seed=0
encrypt_pck=false
encrypt_directory=false
script_export_mode=2
[preset.2.options]
custom_template/debug=""
custom_template/release=""
variant/extensions_support=false
variant/thread_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/ensure_cross_origin_isolation_headers=true
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)
threads/emscripten_pool_size=8
threads/godot_pool_size=4

View File

@@ -91,21 +91,30 @@ grow_vertical = 2
texture = ExtResource("3_0qx04") texture = ExtResource("3_0qx04")
[node name="HBoxContainer" type="HBoxContainer" parent="."] [node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 0 layout_mode = 1
offset_left = 15.0 anchors_preset = 3
offset_top = 15.0 anchor_left = 1.0
offset_right = 63.0 anchor_top = 1.0
offset_bottom = 38.0 anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -61.0
offset_top = -33.0
offset_right = -9.0
offset_bottom = -9.0
grow_horizontal = 0
grow_vertical = 0
[node name="UndoButton" type="Button" parent="HBoxContainer"] [node name="UndoButton" type="Button" parent="HBoxContainer"]
custom_minimum_size = Vector2(24, 24)
layout_mode = 2 layout_mode = 2
size_flags_vertical = 0
tooltip_text = "Undo" tooltip_text = "Undo"
shortcut = SubResource("Shortcut_wfn45") shortcut = SubResource("Shortcut_wfn45")
icon = SubResource("AtlasTexture_wfn45") icon = SubResource("AtlasTexture_wfn45")
[node name="Finish" type="Button" parent="HBoxContainer"] [node name="Finish" type="Button" parent="HBoxContainer"]
custom_minimum_size = Vector2(24, 24)
layout_mode = 2 layout_mode = 2
size_flags_horizontal = 8
size_flags_vertical = 0 size_flags_vertical = 0
tooltip_text = "Finish" tooltip_text = "Finish"
shortcut = SubResource("Shortcut_sr4y0") shortcut = SubResource("Shortcut_sr4y0")