Android export + portrait orientation
Project builds for android now. Also, I changed the orientation and resolution of the app to be portrait mode, as it fits better on mobile.
This commit is contained in:
parent
8f41665a1c
commit
67d577a2a0
|
@ -20,6 +20,13 @@ config/icon="res://icon.svg"
|
||||||
|
|
||||||
MorseState="*res://autoloads/morse_state.gd"
|
MorseState="*res://autoloads/morse_state.gd"
|
||||||
|
|
||||||
|
[display]
|
||||||
|
|
||||||
|
window/size/viewport_width=786
|
||||||
|
window/size/viewport_height=1024
|
||||||
|
window/handheld/orientation=1
|
||||||
|
|
||||||
[rendering]
|
[rendering]
|
||||||
|
|
||||||
renderer/rendering_method="mobile"
|
renderer/rendering_method="mobile"
|
||||||
|
textures/vram_compression/import_etc2_astc=true
|
||||||
|
|
|
@ -48,6 +48,7 @@ layout_mode = 2
|
||||||
color = Color(0, 0, 0, 1)
|
color = Color(0, 0, 0, 1)
|
||||||
|
|
||||||
[node name="MorseButton" type="Button" parent="VBoxContainer"]
|
[node name="MorseButton" type="Button" parent="VBoxContainer"]
|
||||||
|
custom_minimum_size = Vector2(0, 100)
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
text = "MORSE"
|
text = "MORSE"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue