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"
|
2019-10-28 01:21:41 +01:00
|
|
|
run/main_scene="res://Level/PathTestWorld.tscn"
|
2019-10-25 14:09:01 +02:00
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
2019-10-27 21:43:25 +01:00
|
|
|
[layer_names]
|
|
|
|
|
|
|
|
3d_render/layer_1="Masked"
|
|
|
|
3d_physics/layer_1="Masked"
|
|
|
|
3d_render/layer_2="True"
|
|
|
|
3d_physics/layer_2="True"
|
2019-10-28 01:21:41 +01:00
|
|
|
3d_physics/layer_3="Player"
|
2019-10-27 21:43:25 +01:00
|
|
|
|
2019-10-25 14:09:01 +02:00
|
|
|
[rendering]
|
|
|
|
|
|
|
|
environment/default_environment="res://default_env.tres"
|