StormyExtraction/localization/LocalizationKeys.gd

28 lines
No EOL
533 B
GDScript

# 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"
]