mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-07 16:30:06 +01:00
14 lines
206 B
Plaintext
14 lines
206 B
Plaintext
[application]
|
|
|
|
icon = "res://icon.png"
|
|
main_scene = "res://screen_shaders.tscn"
|
|
name = "Screen-Space Shaders"
|
|
|
|
[display]
|
|
|
|
stretch/aspect = "keep"
|
|
stretch/mode = "2d"
|
|
window/height = 600
|
|
window/width = 800
|
|
|