Configured Plugins: LocalizationEditor, gdLinter

This commit is contained in:
Exobyt 2024-09-18 23:01:48 +02:00
parent e67d9fad3c
commit 353a455243
9 changed files with 75 additions and 20 deletions

View file

@ -0,0 +1,28 @@
# Keys for LocalizationManger to use in source code: MIT License
# @author Vladimir Petrenko
@tool
class_name LocalizationKeys
const PLAY = "PLAY"
const MONEY = "MONEY"
const RESULT = "RESULT"
const UNDERSTOOD = "UNDERSTOOD"
const SUCCES = "SUCCES"
const FAILURE = "FAILURE"
const STORMWARNING = "STORMWARNING"
const INTRODUCTION = "INTRODUCTION"
const WARNING = "WARNING"
const HELP = "HELP"
const KEYS = [
"PLAY",
"MONEY",
"RESULT",
"UNDERSTOOD",
"SUCCES",
"FAILURE",
"STORMWARNING",
"INTRODUCTION",
"WARNING",
"HELP"
]