Resize logo to fit existing GUI

This commit is contained in:
Vortrex
2022-05-02 15:26:14 -05:00
parent e3b9072e9d
commit 52274965a3
4 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ function initRegisterGUI() {
register.window.titleBarIconSize = toVector2(0,0);
register.window.titleBarHeight = 0;
register.window.image(5, 20, 290, 100, mainLogoPath, {
register.window.image(100, 20, 100, 100, mainLogoPath, {
focused: {
borderColour: toColour(0, 0, 0, 0),
},