first Prototype

This commit is contained in:
Exobyt 2025-08-28 01:55:38 +02:00
parent e11825c698
commit 35ce267482
481 changed files with 17315 additions and 1 deletions

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