diff --git a/config/banned-ranges.json b/config/banned_ranges.json similarity index 100% rename from config/banned-ranges.json rename to config/banned_ranges.json diff --git a/config/service-config.ini b/config/service_config.ini similarity index 100% rename from config/service-config.ini rename to config/service_config.ini diff --git a/scripts/prd-ctl-config.gd b/scripts/prd-ctl-config.gd index 02c842f4..ba0801d4 100644 --- a/scripts/prd-ctl-config.gd +++ b/scripts/prd-ctl-config.gd @@ -5,8 +5,8 @@ extends RefCounted ## Загружает и управляет настройками из JSON-конфигурации #region CONSTANTS -const CONFIG_PATH = 'user://config/setting_prd_control.json' -const DEFAULT_CONFIG_PATH = 'res://config/setting_prd_control.json' +const CONFIG_PATH = 'user://config/setting-prd-control.json' +const DEFAULT_CONFIG_PATH = 'res://config/setting-prd-control.json' const CONFIG_VERSION = '1.0.0' # Версия конфигурации - увеличивать при изменениях #endregion