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",
|
2020-11-09 12:53:55 +01:00
|
|
|
"path": "res://addons/Godoxel/BrushPrefabs.gd"
|
2020-10-26 17:01:31 +01:00
|
|
|
}, {
|
|
|
|
"base": "Node",
|
|
|
|
"class": "GEAction",
|
|
|
|
"language": "GDScript",
|
2020-11-09 12:53:55 +01:00
|
|
|
"path": "res://addons/Godoxel/actions/Action.gd"
|
2020-10-26 17:01:31 +01:00
|
|
|
}, {
|
2020-10-26 20:31:41 +01:00
|
|
|
"base": "GEAction",
|
2020-10-27 20:18:11 +01:00
|
|
|
"class": "GEBrighten",
|
|
|
|
"language": "GDScript",
|
2020-11-09 12:53:55 +01:00
|
|
|
"path": "res://addons/Godoxel/actions/Brighten.gd"
|
2020-10-27 20:18:11 +01:00
|
|
|
}, {
|
|
|
|
"base": "GEAction",
|
2020-10-26 20:31:41 +01:00
|
|
|
"class": "GEBrush",
|
|
|
|
"language": "GDScript",
|
2020-11-09 12:53:55 +01:00
|
|
|
"path": "res://addons/Godoxel/actions/Brush.gd"
|
2020-10-26 20:31:41 +01:00
|
|
|
}, {
|
2020-10-27 20:18:11 +01:00
|
|
|
"base": "GEAction",
|
|
|
|
"class": "GEBucket",
|
|
|
|
"language": "GDScript",
|
2020-11-09 12:53:55 +01:00
|
|
|
"path": "res://addons/Godoxel/actions/Bucket.gd"
|
2020-10-27 20:18:11 +01:00
|
|
|
}, {
|
2020-10-26 20:31:41 +01:00
|
|
|
"base": "Control",
|
|
|
|
"class": "GECanvas",
|
|
|
|
"language": "GDScript",
|
2020-11-09 12:53:55 +01:00
|
|
|
"path": "res://addons/Godoxel/Canvas.gd"
|
2020-10-26 20:31:41 +01:00
|
|
|
}, {
|
2020-10-27 20:18:11 +01:00
|
|
|
"base": "GEAction",
|
|
|
|
"class": "GECut",
|
|
|
|
"language": "GDScript",
|
2020-11-09 12:53:55 +01:00
|
|
|
"path": "res://addons/Godoxel/actions/Cut.gd"
|
2020-10-27 20:18:11 +01:00
|
|
|
}, {
|
|
|
|
"base": "GEAction",
|
|
|
|
"class": "GEDarken",
|
|
|
|
"language": "GDScript",
|
2020-11-09 12:53:55 +01:00
|
|
|
"path": "res://addons/Godoxel/actions/Darken.gd"
|
2020-10-27 20:18:11 +01:00
|
|
|
}, {
|
2020-10-26 17:01:31 +01:00
|
|
|
"base": "Reference",
|
|
|
|
"class": "GELayer",
|
|
|
|
"language": "GDScript",
|
2020-11-09 12:53:55 +01:00
|
|
|
"path": "res://addons/Godoxel/Layer.gd"
|
2020-10-26 17:01:31 +01:00
|
|
|
}, {
|
|
|
|
"base": "GEAction",
|
2020-10-27 20:18:11 +01:00
|
|
|
"class": "GELine",
|
|
|
|
"language": "GDScript",
|
2020-11-09 12:53:55 +01:00
|
|
|
"path": "res://addons/Godoxel/actions/Line.gd"
|
2020-10-27 20:18:11 +01:00
|
|
|
}, {
|
|
|
|
"base": "GEAction",
|
2020-11-03 19:23:53 +01:00
|
|
|
"class": "GEPasteCut",
|
|
|
|
"language": "GDScript",
|
2020-11-09 12:53:55 +01:00
|
|
|
"path": "res://addons/Godoxel/actions/PasteCut.gd"
|
2020-11-03 19:23:53 +01:00
|
|
|
}, {
|
|
|
|
"base": "GEAction",
|
2020-10-26 17:01:31 +01:00
|
|
|
"class": "GEPencil",
|
|
|
|
"language": "GDScript",
|
2020-11-09 12:53:55 +01:00
|
|
|
"path": "res://addons/Godoxel/actions/Pencil.gd"
|
2020-10-26 17:01:31 +01:00
|
|
|
}, {
|
2020-10-27 20:18:11 +01:00
|
|
|
"base": "GEAction",
|
|
|
|
"class": "GERainbow",
|
|
|
|
"language": "GDScript",
|
2020-11-09 12:53:55 +01:00
|
|
|
"path": "res://addons/Godoxel/actions/Rainbow.gd"
|
2020-10-27 20:18:11 +01:00
|
|
|
}, {
|
|
|
|
"base": "GEAction",
|
|
|
|
"class": "GERect",
|
|
|
|
"language": "GDScript",
|
2020-11-09 12:53:55 +01:00
|
|
|
"path": "res://addons/Godoxel/actions/Rect.gd"
|
2020-10-27 20:18:11 +01:00
|
|
|
}, {
|
2020-10-26 17:01:31 +01:00
|
|
|
"base": "Node",
|
|
|
|
"class": "GEUtils",
|
|
|
|
"language": "GDScript",
|
2020-11-09 12:53:55 +01:00
|
|
|
"path": "res://addons/Godoxel/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-27 20:18:11 +01:00
|
|
|
"GEBrighten": "",
|
2020-10-26 20:31:41 +01:00
|
|
|
"GEBrush": "",
|
2020-10-27 20:18:11 +01:00
|
|
|
"GEBucket": "",
|
2020-10-26 20:31:41 +01:00
|
|
|
"GECanvas": "",
|
2020-10-27 20:18:11 +01:00
|
|
|
"GECut": "",
|
|
|
|
"GEDarken": "",
|
2020-10-26 17:01:31 +01:00
|
|
|
"GELayer": "",
|
2020-10-27 20:18:11 +01:00
|
|
|
"GELine": "",
|
2020-11-03 19:23:53 +01:00
|
|
|
"GEPasteCut": "",
|
2020-10-26 17:01:31 +01:00
|
|
|
"GEPencil": "",
|
2020-10-27 20:18:11 +01:00
|
|
|
"GERainbow": "",
|
|
|
|
"GERect": "",
|
2020-10-26 17:01:31 +01:00
|
|
|
"GEUtils": ""
|
2019-08-04 09:57:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
2020-11-09 12:53:55 +01:00
|
|
|
config/name="Godoxel - Image Editor"
|
2019-08-04 09:57:42 +02:00
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
|
|
|
[editor_plugins]
|
|
|
|
|
2020-11-09 12:53:55 +01:00
|
|
|
enabled=PoolStringArray( "Godoxel", "godot-plugin-refresher" )
|
2019-08-04 09:57:42 +02:00
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
environment/default_environment="res://default_env.tres"
|