mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-24 11:17:26 -04:00
windowed mode, initial screen settings
This commit is contained in:
parent
b9bb17e73f
commit
90ac30dd89
12 changed files with 233 additions and 65 deletions
|
@ -16,7 +16,7 @@ config/tags=PackedStringArray("thegates")
|
|||
run/main_scene="res://scenes/app.tscn"
|
||||
config/features=PackedStringArray("4.3")
|
||||
run/max_fps=144
|
||||
boot_splash/bg_color=Color(0.156863, 0.156863, 0.156863, 1)
|
||||
boot_splash/bg_color=Color(0, 0, 0, 0)
|
||||
boot_splash/show_image=false
|
||||
config/icon="res://app_icon/icon.svg"
|
||||
config/windows_native_icon="res://app_icon/toolbar_icon.ico"
|
||||
|
@ -41,10 +41,12 @@ gdscript/warnings/integer_division=0
|
|||
|
||||
window/size/viewport_width=1920
|
||||
window/size/viewport_height=1080
|
||||
window/size/mode=4
|
||||
window/size/mode=2
|
||||
window/size/borderless=true
|
||||
window/size/transparent=true
|
||||
window/stretch/mode="canvas_items"
|
||||
window/stretch/aspect="expand"
|
||||
window/per_pixel_transparency/allowed=true
|
||||
window/vsync/vsync_mode=3
|
||||
|
||||
[gui]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue