mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
basic fixes for project.godot files
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
config_version=3
|
||||
|
||||
[application]
|
||||
|
||||
icon = "res://icon.png"
|
||||
main_scene = "res://lightmask.tscn"
|
||||
name = "Using Lights As Mask"
|
||||
config/name="Using Lights As Mask"
|
||||
run/main_scene="res://lightmask.tscn"
|
||||
config/icon="res://icon.png"
|
||||
config/main_scene="res://lightmask.tscn"
|
||||
|
||||
[rasterizer]
|
||||
|
||||
shadow_filter = 3
|
||||
|
||||
shadow_filter=3
|
||||
|
||||
Reference in New Issue
Block a user