Configured Plugins: LocalizationEditor, gdLinter
This commit is contained in:
parent
e67d9fad3c
commit
353a455243
9 changed files with 75 additions and 20 deletions
|
|
@ -22,6 +22,7 @@ config/icon="res://icon.png"
|
|||
|
||||
G="*res://scenes/GLOBAL.gd"
|
||||
DebugMenu="*res://addons/debug_menu/debug_menu.tscn"
|
||||
LocalizationManager="*res://addons/localization_editor/LocalizationManager.gd"
|
||||
|
||||
[display]
|
||||
|
||||
|
|
@ -38,7 +39,7 @@ version_control/autoload_on_startup=true
|
|||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PackedStringArray("res://addons/debug_menu/plugin.cfg")
|
||||
enabled=PackedStringArray("res://addons/debug_menu/plugin.cfg", "res://addons/gdLinter/plugin.cfg", "res://addons/localization_editor/plugin.cfg")
|
||||
|
||||
[global_group]
|
||||
|
||||
|
|
@ -119,7 +120,7 @@ fullscreen={
|
|||
locale/translation_remaps={
|
||||
"res://Assets/Icons/Dollar.png": PackedStringArray("res://Assets/Icons/Dollar.png:en", "res://Assets/Icons/Euro.png:de_DE")
|
||||
}
|
||||
locale/translations=PackedStringArray("res://translations/translations.de.translation", "res://translations/translations.en.translation")
|
||||
locale/translations=PackedStringArray("res://localization/localizations.de.translation", "res://localization/localizations.en.translation")
|
||||
|
||||
[layer_names]
|
||||
|
||||
|
|
@ -172,6 +173,11 @@ avoidance/layer_10="Entity"
|
|||
avoidance/layer_11="Player"
|
||||
avoidance/layer_12="Enemy"
|
||||
|
||||
[localization_editor]
|
||||
|
||||
locales_path_to_file="res://localization/localizations.csv"
|
||||
translations_save_auth=false
|
||||
|
||||
[physics]
|
||||
|
||||
common/physics_jitter_fix=1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue