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"
|
2020-10-26 17:01:31 +01:00
|
|
|
}, {
|
|
|
|
"base": "Node",
|
|
|
|
"class": "GEAction",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/graphics_editor/actions/Action.gd"
|
|
|
|
}, {
|
2020-10-26 20:31:41 +01:00
|
|
|
"base": "GEAction",
|
|
|
|
"class": "GEBrush",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/graphics_editor/actions/Brush.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Control",
|
|
|
|
"class": "GECanvas",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/graphics_editor/Canvas.gd"
|
|
|
|
}, {
|
2020-10-26 17:01:31 +01:00
|
|
|
"base": "Reference",
|
|
|
|
"class": "GELayer",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/graphics_editor/Layer.gd"
|
|
|
|
}, {
|
|
|
|
"base": "GEAction",
|
|
|
|
"class": "GEPencil",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/graphics_editor/actions/Pencil.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Node",
|
|
|
|
"class": "GEUtils",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/graphics_editor/Util.gd"
|
2020-10-25 18:39:10 +01:00
|
|
|
} ]
|
2019-08-04 09:57:42 +02:00
|
|
|
_global_script_class_icons={
|
2020-10-26 17:01:31 +01:00
|
|
|
"BrushPrefabs": "",
|
|
|
|
"GEAction": "",
|
2020-10-26 20:31:41 +01:00
|
|
|
"GEBrush": "",
|
|
|
|
"GECanvas": "",
|
2020-10-26 17:01:31 +01:00
|
|
|
"GELayer": "",
|
|
|
|
"GEPencil": "",
|
|
|
|
"GEUtils": ""
|
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"
|