Fixes
This commit is contained in:
parent
94950e02d0
commit
669b3e22b2
3 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,7 @@ vram_texture_compression/for_mobile=true
|
||||||
html/export_icon=true
|
html/export_icon=true
|
||||||
html/custom_html_shell=""
|
html/custom_html_shell=""
|
||||||
html/head_include=""
|
html/head_include=""
|
||||||
html/canvas_resize_policy=1
|
html/canvas_resize_policy=2
|
||||||
html/focus_canvas_on_start=true
|
html/focus_canvas_on_start=true
|
||||||
html/experimental_virtual_keyboard=false
|
html/experimental_virtual_keyboard=false
|
||||||
progressive_web_app/enabled=false
|
progressive_web_app/enabled=false
|
||||||
|
|
|
@ -70,6 +70,7 @@ offset_bottom = 76.0
|
||||||
text = "Left"
|
text = "Left"
|
||||||
|
|
||||||
[node name="Camera2D" type="Camera2D" parent="."]
|
[node name="Camera2D" type="Camera2D" parent="."]
|
||||||
|
zoom = Vector2(1.4, 1.4)
|
||||||
|
|
||||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||||
offset_left = 35.0
|
offset_left = 35.0
|
||||||
|
|
|
@ -23,6 +23,7 @@ driver/output_latency.web=100
|
||||||
|
|
||||||
window/size/viewport_width=550
|
window/size/viewport_width=550
|
||||||
window/size/viewport_height=550
|
window/size/viewport_height=550
|
||||||
|
window/size/mode=2
|
||||||
window/size/resizable=false
|
window/size/resizable=false
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|
Loading…
Reference in a new issue