GraphicsEditor/project.godot

75 lines
1.6 KiB
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"
}, {
"base": "Node",
"class": "GEAction",
"language": "GDScript",
"path": "res://addons/graphics_editor/actions/Action.gd"
}, {
"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"
}, {
"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={
"BrushPrefabs": "",
"GEAction": "",
"GEBrush": "",
"GECanvas": "",
"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"