Added and improved screen shaders, switched to viewport stretch mode, improved overall visual style
This commit is contained in:
parent
bf1bf94f63
commit
471c496003
7 changed files with 95 additions and 20 deletions
|
@ -13,6 +13,7 @@ config_version=5
|
|||
config/name="rectangular"
|
||||
run/main_scene="res://main.tscn"
|
||||
config/features=PackedStringArray("4.3", "Forward Plus")
|
||||
boot_splash/bg_color=Color(0, 0, 0, 1)
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
[debug]
|
||||
|
@ -23,7 +24,7 @@ settings/stdout/print_fps=true
|
|||
|
||||
window/size/viewport_width=800
|
||||
window/size/viewport_height=450
|
||||
window/stretch/mode="canvas_items"
|
||||
window/stretch/mode="viewport"
|
||||
window/stretch/aspect="expand"
|
||||
|
||||
[input]
|
||||
|
|
Reference in a new issue