mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
20 lines
293 B
Plaintext
20 lines
293 B
Plaintext
config_version=3
|
|
|
|
[application]
|
|
|
|
config/name="2D Lighting"
|
|
run/main_scene="res://light_shadows.tscn"
|
|
config/icon="res://icon.png"
|
|
config/main_scene="res://light_shadows.tscn"
|
|
|
|
[display]
|
|
|
|
stretch/aspect="keep"
|
|
stretch/mode="2d"
|
|
window/height=600
|
|
window/width=800
|
|
|
|
[rasterizer]
|
|
|
|
shadow_filter=2
|