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/custom_html_shell=""
|
||||
html/head_include=""
|
||||
html/canvas_resize_policy=1
|
||||
html/canvas_resize_policy=2
|
||||
html/focus_canvas_on_start=true
|
||||
html/experimental_virtual_keyboard=false
|
||||
progressive_web_app/enabled=false
|
||||
|
|
|
@ -70,6 +70,7 @@ offset_bottom = 76.0
|
|||
text = "Left"
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="."]
|
||||
zoom = Vector2(1.4, 1.4)
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
offset_left = 35.0
|
||||
|
|
|
@ -23,6 +23,7 @@ driver/output_latency.web=100
|
|||
|
||||
window/size/viewport_width=550
|
||||
window/size/viewport_height=550
|
||||
window/size/mode=2
|
||||
window/size/resizable=false
|
||||
|
||||
[input]
|
||||
|
|
Loading…
Reference in a new issue