2018-07-22 17:20:27 +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=3
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="Procedural textures addon"
|
2018-07-22 23:25:05 +02:00
|
|
|
run/main_scene="res://addons/procedural_material/pm_editor.tscn"
|
2018-07-22 17:20:27 +02:00
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
|
|
|
[editor_plugins]
|
|
|
|
|
|
|
|
enabled=PoolStringArray( "procedural_material" )
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
environment/default_environment="res://default_env.tres"
|