mirror of
https://github.com/Relintai/godot-resources-as-sheets-plugin.git
synced 2024-11-06 05:02:09 +01:00
Fix settings_grid incorrent name casing
This commit is contained in:
parent
88bb99d7bd
commit
c22fb7631c
@ -148,4 +148,4 @@ static func string_snake_to_naming_case(string : String, delimiter : String = "
|
||||
|
||||
|
||||
static func pascal_case_to_snake_case(string : String, delimiter : String = "_") -> String:
|
||||
return string.capitalize().replace(" ", delimiter)
|
||||
return string.capitalize().replace(" ", delimiter).to_lower()
|
||||
|
@ -102,16 +102,10 @@ color_arrays=true
|
||||
|
||||
resources_spreadsheet_view/color_rows=true
|
||||
resources_spreadsheet_view/color_arrays=true
|
||||
resources_spreadsheet_view/array_min_width=128.0
|
||||
resources_spreadsheet_view/clip_headers=false
|
||||
resources_spreadsheet_view/dupe_arrays=true
|
||||
resources_spreadsheet_view/array_min_width=128.0
|
||||
resources_spreadsheet_view/context_menu_on_leftclick=false
|
||||
resources_spreadsheet_view/Color_Rows=true
|
||||
resources_spreadsheet_view/Color_Arrays=true
|
||||
resources_spreadsheet_view/Array_Min_Width=128.0
|
||||
resources_spreadsheet_view/Clip_Headers=false
|
||||
resources_spreadsheet_view/Dupe_Arrays=true
|
||||
resources_spreadsheet_view/Context_Menu_On_Leftclick=false
|
||||
|
||||
[application]
|
||||
|
||||
@ -119,7 +113,7 @@ config/name="Addon: Resources as Sheets"
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PoolStringArray( "res://addons/editor_icon_previewer/plugin.cfg", "res://addons/resources_speadsheet_view/plugin.cfg" )
|
||||
enabled=PoolStringArray( "res://addons/resources_speadsheet_view/plugin.cfg" )
|
||||
|
||||
[rendering]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user