Fix up Gameflow.lua, Settings.lua and Strings.lua.

This commit is contained in:
hispidence 2022-02-13 20:38:55 +00:00
parent 5d172459f1
commit e2a40fe42e
3 changed files with 26 additions and 18 deletions

View file

@ -1281,7 +1281,7 @@ local strings = {
}
}
SetStrings(strings)
TEN.Flow.SetStrings(strings)
local languages = {
"English",
@ -1294,5 +1294,5 @@ local languages = {
"Russian"
}
SetLanguageNames(languages)
TEN.Flow.SetLanguageNames(languages)