Add flag image pos and size vars

This commit is contained in:
Vortrex
2022-05-10 17:30:17 -05:00
parent 934cff51d7
commit 62db01dd71

View File

@@ -7,6 +7,9 @@
// TYPE: Client (JavaScript)
// ===========================================================================
let flagImagesPosition = toVector2(getScreenWidth()/2, login.window.position.y+100);
let flagImageSize = toVector2(50, 50);
function getLocaleString(stringName, ...args) {
if(typeof getServerData().localeStrings[stringName] == undefined) {
return "";