mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-07 00:10:09 +01:00
Some more ProjectSettings fixes
This commit is contained in:
@@ -3,16 +3,15 @@ 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"
|
||||
run/main_scene="res://light_shadows.tscn"
|
||||
|
||||
[display]
|
||||
|
||||
stretch/aspect="keep"
|
||||
stretch/mode="2d"
|
||||
window/height=600
|
||||
window/width=800
|
||||
window/size/height=600
|
||||
window/size/width=800
|
||||
|
||||
[rasterizer]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user