unify main scene for mobile
This commit is contained in:
parent
89518f6aa5
commit
7249e00a92
4 changed files with 37 additions and 69 deletions
|
|
@ -41,7 +41,6 @@ _global_script_class_icons={
|
|||
config/name="Taqin"
|
||||
run/main_scene="res://src/Main.tscn"
|
||||
config/icon="res://icon.png"
|
||||
run/main_scene.mobile="res://src/MainMobile.tscn"
|
||||
|
||||
[autoload]
|
||||
|
||||
|
|
@ -50,12 +49,16 @@ Styles="*res://src/Styles.gd"
|
|||
[display]
|
||||
|
||||
window/size/resizable=false
|
||||
window/size/test_width=600
|
||||
window/size/test_height=1200
|
||||
window/dpi/allow_hidpi=true
|
||||
window/handheld/orientation="portrait"
|
||||
window/size/width.mobile=600
|
||||
window/size/height.mobile=1200
|
||||
window/stretch/mode.mobile="2d"
|
||||
window/stretch/aspect.mobile="expand"
|
||||
window/size/width.pc=1024
|
||||
window/size/height.pc=600
|
||||
|
||||
[filesystem]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue