godot-demo-projects/viewport/gui_in_3d/project.godot

33 lines
584 B
Plaintext
Raw Normal View History

2017-08-19 19:10:25 +02:00
; 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:
2017-08-19 19:10:25 +02:00
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=4
_global_script_classes=[ ]
_global_script_class_icons={
}
2017-08-19 19:10:25 +02:00
[application]
config/name="GUI in 3D"
2017-08-19 19:10:25 +02:00
run/main_scene="res://Gui_in_3D.tscn"
config/icon="res://icon.png"
[debug]
gdscript/warnings/return_value_discarded=false
[gdnative]
singletons=[ ]
2017-08-19 19:10:25 +02:00
[rendering]
environment/default_environment="res://default_env.tres"