first demo complete!
This commit is contained in:
parent
46212a7e06
commit
52cda35522
4 changed files with 48 additions and 1 deletions
43
export_presets.cfg
Normal file
43
export_presets.cfg
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
[preset.0]
|
||||
|
||||
name="Web"
|
||||
platform="Web"
|
||||
runnable=true
|
||||
advanced_options=false
|
||||
dedicated_server=false
|
||||
custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="../../Exports/Samurai Sculpt Remake/Web/index.html"
|
||||
patches=PackedStringArray()
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
seed=0
|
||||
encrypt_pck=false
|
||||
encrypt_directory=false
|
||||
script_export_mode=2
|
||||
|
||||
[preset.0.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)
|
||||
1
logic.gd
1
logic.gd
|
|
@ -168,4 +168,5 @@ func generate_code():
|
|||
|
||||
|
||||
func _on_menu_button_pressed() -> void:
|
||||
get_tree().set_pause(false)
|
||||
get_tree().change_scene_to_file("res://menu.tscn")
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ anchor_right = 1.0
|
|||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 1
|
||||
script = ExtResource("1_3ls4m")
|
||||
helpScreen = NodePath("HowToPlayScreen")
|
||||
creditsScreen = NodePath("Credits")
|
||||
|
|
@ -105,6 +106,7 @@ anchor_right = 1.0
|
|||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 1
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="HowToPlayScreen"]
|
||||
layout_mode = 1
|
||||
|
|
@ -146,6 +148,7 @@ anchor_right = 1.0
|
|||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 1
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="Credits"]
|
||||
layout_mode = 1
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ config_version=5
|
|||
config/name="Samurai Sculpt Plus"
|
||||
run/main_scene="uid://cfl8jnifpy1mr"
|
||||
config/features=PackedStringArray("4.4", "GL Compatibility")
|
||||
config/icon="res://icon.svg"
|
||||
config/icon="uid://cr1a7krtufj8n"
|
||||
|
||||
[display]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue