initial shit
This commit is contained in:
8
Language/LanguageManager.gd
Normal file
8
Language/LanguageManager.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
extends Node
|
||||
|
||||
var langs : Dictionary = {
|
||||
"en-US": "res://Language/locale/en-US.gd"
|
||||
}
|
||||
|
||||
func loadLanguage():
|
||||
return load(langs[MainGame.loadedLanguage]).new().keys
|
||||
Reference in New Issue
Block a user