Add flag image pos and size vars
This commit is contained in:
@@ -7,6 +7,9 @@
|
|||||||
// TYPE: Client (JavaScript)
|
// TYPE: Client (JavaScript)
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
|
let flagImagesPosition = toVector2(getScreenWidth()/2, login.window.position.y+100);
|
||||||
|
let flagImageSize = toVector2(50, 50);
|
||||||
|
|
||||||
function getLocaleString(stringName, ...args) {
|
function getLocaleString(stringName, ...args) {
|
||||||
if(typeof getServerData().localeStrings[stringName] == undefined) {
|
if(typeof getServerData().localeStrings[stringName] == undefined) {
|
||||||
return "";
|
return "";
|
||||||
|
|||||||
Reference in New Issue
Block a user