forked from LGDG/ExampleProject
Borderless=false, default project=thirdPerson.tscn
I'd changed the borderless and default project settings earlier to showcase the addition of the virtual desktop, but it wasn't intented to be a persistent change. The change got committed anyways, so here I'm reverting it.
This commit is contained in:
parent
8c8fc8058d
commit
0c00aaf3c1
|
@ -11,15 +11,11 @@ config_version=5
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="LgdgExampleProject"
|
config/name="LgdgExampleProject"
|
||||||
run/main_scene="res://RetroWindowsGUI/Window.tscn"
|
run/main_scene="res://thirdPerson.tscn"
|
||||||
config/features=PackedStringArray("4.2", "GL Compatibility")
|
config/features=PackedStringArray("4.2", "GL Compatibility")
|
||||||
config/icon="res://icon.svg"
|
config/icon="res://icon.svg"
|
||||||
run/size/borderless=false
|
run/size/borderless=false
|
||||||
|
|
||||||
[display]
|
|
||||||
|
|
||||||
window/size/borderless=true
|
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|
||||||
ui_accept={
|
ui_accept={
|
||||||
|
|
Loading…
Reference in New Issue