mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
basic fixes for project.godot files
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
config_version=3
|
||||
|
||||
[application]
|
||||
|
||||
icon = "res://icon.png"
|
||||
main_scene = "res://light_shadows.tscn"
|
||||
name = "2D Lighting"
|
||||
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
|
||||
stretch/aspect="keep"
|
||||
stretch/mode="2d"
|
||||
window/height=600
|
||||
window/width=800
|
||||
|
||||
[rasterizer]
|
||||
|
||||
shadow_filter = 2
|
||||
|
||||
shadow_filter=2
|
||||
|
||||
Reference in New Issue
Block a user