mirror of
https://github.com/Relintai/godot-resources-as-sheets-plugin.git
synced 2024-11-14 15:17:20 +01:00
54 lines
1.4 KiB
Plaintext
54 lines
1.4 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": "CellEditor",
|
|
"language": "GDScript",
|
|
"path": "res://addons/resources_speadsheet_view/typed_cells/cell_editor.gd"
|
|
}, {
|
|
"base": "Control",
|
|
"class": "SheetsDockEditor",
|
|
"language": "GDScript",
|
|
"path": "res://addons/resources_speadsheet_view/typed_editors/dock_base.gd"
|
|
}, {
|
|
"base": "Reference",
|
|
"class": "TextEditingUtils",
|
|
"language": "GDScript",
|
|
"path": "res://addons/resources_speadsheet_view/text_editing_utils.gd"
|
|
}, {
|
|
"base": "Button",
|
|
"class": "ThemeIconButton",
|
|
"language": "GDScript",
|
|
"path": "res://addons/resources_speadsheet_view/editor_icon_button.gd"
|
|
}, {
|
|
"base": "Control",
|
|
"class": "ThemeStylebox",
|
|
"language": "GDScript",
|
|
"path": "res://addons/resources_speadsheet_view/editor_stylebox_overrider.gd"
|
|
} ]
|
|
_global_script_class_icons={
|
|
"CellEditor": "",
|
|
"SheetsDockEditor": "",
|
|
"TextEditingUtils": "",
|
|
"ThemeIconButton": "",
|
|
"ThemeStylebox": ""
|
|
}
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PoolStringArray( "res://addons/resources_speadsheet_view/plugin.cfg" )
|
|
|
|
[rendering]
|
|
|
|
quality/driver/driver_name="GLES2"
|
|
vram_compression/import_etc=true
|
|
vram_compression/import_etc2=false
|