Files
godot-demo-projects/2d/sdf_font/project.godot
TwistedTwigleg b09fd3382f Fix for sdf_font:
Added a default enviroment
2018-01-06 18:05:28 -05:00

24 lines
490 B
Plaintext

; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=3
[application]
config/name="Signed Distance Field Font Demo"
run/main_scene="res://sdf.tscn"
config/icon="res://icon.png"
[gdnative]
singletons=[ ]
[rendering]
environment/default_environment="res://default_environment.tres"