first Prototype
This commit is contained in:
parent
e11825c698
commit
35ce267482
481 changed files with 17315 additions and 1 deletions
12
localization/LocalizationKeys.gd
Normal file
12
localization/LocalizationKeys.gd
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Keys for LocalizationManger to use in source code: MIT License
|
||||
# @author Vladimir Petrenko
|
||||
@tool
|
||||
class_name LocalizationKeys
|
||||
|
||||
const KEY_NAME = "KEY_NAME"
|
||||
const KEY_PLAY = "KEY_PLAY"
|
||||
|
||||
const KEYS = [
|
||||
"KEY_NAME",
|
||||
"KEY_PLAY"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue