mirror of
https://github.com/Relintai/GraphicsEditor.git
synced 2024-11-08 16:12:09 +01:00
117 lines
2.5 KiB
Plaintext
117 lines
2.5 KiB
Plaintext
; 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=[ {
|
|
"base": "Reference",
|
|
"class": "BrushPrefabs",
|
|
"language": "GDScript",
|
|
"path": "res://addons/Godoxel/BrushPrefabs.gd"
|
|
}, {
|
|
"base": "Node",
|
|
"class": "GEAction",
|
|
"language": "GDScript",
|
|
"path": "res://addons/Godoxel/actions/Action.gd"
|
|
}, {
|
|
"base": "GEAction",
|
|
"class": "GEBrighten",
|
|
"language": "GDScript",
|
|
"path": "res://addons/Godoxel/actions/Brighten.gd"
|
|
}, {
|
|
"base": "GEAction",
|
|
"class": "GEBrush",
|
|
"language": "GDScript",
|
|
"path": "res://addons/Godoxel/actions/Brush.gd"
|
|
}, {
|
|
"base": "GEAction",
|
|
"class": "GEBucket",
|
|
"language": "GDScript",
|
|
"path": "res://addons/Godoxel/actions/Bucket.gd"
|
|
}, {
|
|
"base": "Control",
|
|
"class": "GECanvas",
|
|
"language": "GDScript",
|
|
"path": "res://addons/Godoxel/Canvas.gd"
|
|
}, {
|
|
"base": "GEAction",
|
|
"class": "GECut",
|
|
"language": "GDScript",
|
|
"path": "res://addons/Godoxel/actions/Cut.gd"
|
|
}, {
|
|
"base": "GEAction",
|
|
"class": "GEDarken",
|
|
"language": "GDScript",
|
|
"path": "res://addons/Godoxel/actions/Darken.gd"
|
|
}, {
|
|
"base": "Reference",
|
|
"class": "GELayer",
|
|
"language": "GDScript",
|
|
"path": "res://addons/Godoxel/Layer.gd"
|
|
}, {
|
|
"base": "GEAction",
|
|
"class": "GELine",
|
|
"language": "GDScript",
|
|
"path": "res://addons/Godoxel/actions/Line.gd"
|
|
}, {
|
|
"base": "GEAction",
|
|
"class": "GEPasteCut",
|
|
"language": "GDScript",
|
|
"path": "res://addons/Godoxel/actions/PasteCut.gd"
|
|
}, {
|
|
"base": "GEAction",
|
|
"class": "GEPencil",
|
|
"language": "GDScript",
|
|
"path": "res://addons/Godoxel/actions/Pencil.gd"
|
|
}, {
|
|
"base": "GEAction",
|
|
"class": "GERainbow",
|
|
"language": "GDScript",
|
|
"path": "res://addons/Godoxel/actions/Rainbow.gd"
|
|
}, {
|
|
"base": "GEAction",
|
|
"class": "GERect",
|
|
"language": "GDScript",
|
|
"path": "res://addons/Godoxel/actions/Rect.gd"
|
|
}, {
|
|
"base": "Node",
|
|
"class": "GEUtils",
|
|
"language": "GDScript",
|
|
"path": "res://addons/Godoxel/Util.gd"
|
|
} ]
|
|
_global_script_class_icons={
|
|
"BrushPrefabs": "",
|
|
"GEAction": "",
|
|
"GEBrighten": "",
|
|
"GEBrush": "",
|
|
"GEBucket": "",
|
|
"GECanvas": "",
|
|
"GECut": "",
|
|
"GEDarken": "",
|
|
"GELayer": "",
|
|
"GELine": "",
|
|
"GEPasteCut": "",
|
|
"GEPencil": "",
|
|
"GERainbow": "",
|
|
"GERect": "",
|
|
"GEUtils": ""
|
|
}
|
|
|
|
[application]
|
|
|
|
config/name="Godoxel - Image Editor"
|
|
config/icon="res://icon.png"
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PoolStringArray( "Godoxel", "godot-plugin-refresher" )
|
|
|
|
[rendering]
|
|
|
|
environment/default_environment="res://default_env.tres"
|