mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
18 lines
229 B
Plaintext
18 lines
229 B
Plaintext
[application]
|
|
|
|
icon = "res://icon.png"
|
|
main_scene = "res://light_shadows.tscn"
|
|
name = "2D Lighting"
|
|
|
|
[display]
|
|
|
|
stretch/aspect = "keep"
|
|
stretch/mode = "2d"
|
|
window/height = 600
|
|
window/width = 800
|
|
|
|
[rasterizer]
|
|
|
|
shadow_filter = 2
|
|
|