mirror of
https://github.com/Relintai/godot-resources-as-sheets-plugin.git
synced 2025-04-17 03:46:03 +02:00
38 lines
960 B
Plaintext
38 lines
960 B
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=5
|
|
|
|
color_rows=false
|
|
color_arrays=true
|
|
|
|
[addons]
|
|
|
|
resources_spreadsheet_view/color_rows=true
|
|
resources_spreadsheet_view/color_arrays=true
|
|
resources_spreadsheet_view/clip_headers=false
|
|
resources_spreadsheet_view/dupe_arrays=true
|
|
resources_spreadsheet_view/array_min_width=128.0
|
|
resources_spreadsheet_view/resource_preview_size=32.0
|
|
resources_spreadsheet_view/context_menu_on_leftclick=false
|
|
|
|
[application]
|
|
|
|
config/name="Addon: Resources as Sheets"
|
|
config/features=PackedStringArray("4.0")
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray("res://addons/resources_spreadsheet_view/plugin.cfg")
|
|
|
|
[rendering]
|
|
|
|
quality/driver/driver_name="GLES2"
|
|
vram_compression/import_etc=true
|
|
vram_compression/import_etc2=false
|