basic fixes for project.godot files

This commit is contained in:
Jakub Grzesik
2017-07-26 20:06:21 +02:00
parent 27054fcfd4
commit 2c012b4e59
75 changed files with 1344 additions and 232 deletions

View File

@@ -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