Update settings
* Disable resizable window * Enable fullscreen
This commit is contained in:
parent
27fca0f707
commit
d80bb40ccf
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,11 @@ config/name="Gja"
|
||||||
run/main_scene="res://Scenes/Node2D.tscn"
|
run/main_scene="res://Scenes/Node2D.tscn"
|
||||||
config/icon="res://icon.png"
|
config/icon="res://icon.png"
|
||||||
|
|
||||||
|
[display]
|
||||||
|
|
||||||
|
window/size/resizable=false
|
||||||
|
window/size/fullscreen=true
|
||||||
|
|
||||||
[gui]
|
[gui]
|
||||||
|
|
||||||
common/drop_mouse_on_gui_input_disabled=true
|
common/drop_mouse_on_gui_input_disabled=true
|
||||||
|
@ -24,4 +29,5 @@ common/enable_pause_aware_picking=true
|
||||||
|
|
||||||
[rendering]
|
[rendering]
|
||||||
|
|
||||||
|
threads/thread_model=2
|
||||||
environment/default_environment="res://default_env.tres"
|
environment/default_environment="res://default_env.tres"
|
||||||
|
|
Reference in a new issue