GraphicsEditor/project.godot

39 lines
865 B
Plaintext
Raw Normal View History

2019-08-04 09:57:42 +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
2020-10-25 18:39:10 +01:00
_global_script_classes=[ {
"base": "Reference",
"class": "BrushPrefabs",
"language": "GDScript",
"path": "res://addons/graphics_editor/Brush.gd"
} ]
2019-08-04 09:57:42 +02:00
_global_script_class_icons={
2020-10-25 18:39:10 +01:00
"BrushPrefabs": ""
2019-08-04 09:57:42 +02:00
}
[application]
2020-10-25 18:39:10 +01:00
config/name="TestGDNative"
2019-08-04 09:57:42 +02:00
config/icon="res://icon.png"
2020-10-25 18:39:10 +01:00
[autoload]
Gdtest="*res://gdtest.gdns"
IconLoader="*res://addons/file-editor/scripts/IconLoader.gd"
LastOpenedFiles="*res://addons/file-editor/scripts/LastOpenedFiles.gd"
2019-08-04 09:57:42 +02:00
[editor_plugins]
2020-10-25 18:39:10 +01:00
enabled=PoolStringArray( "godot-plugin-refresher", "graphics_editor" )
2019-08-04 09:57:42 +02:00
[rendering]
environment/default_environment="res://default_env.tres"