retrace/project.godot

33 lines
656 B
Plaintext
Raw Normal View History

2019-10-25 14:09:01 +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:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=4
_global_script_classes=[ ]
_global_script_class_icons={
}
[application]
config/name="retrace"
run/main_scene="res://Level/PathTestWorld.tscn"
2019-10-25 14:09:01 +02:00
config/icon="res://icon.png"
[layer_names]
3d_render/layer_1="Masked"
3d_physics/layer_1="Masked"
3d_render/layer_2="True"
3d_physics/layer_2="True"
3d_physics/layer_3="Player"
2019-10-25 14:09:01 +02:00
[rendering]
environment/default_environment="res://default_env.tres"