Fixed UI scaling issue (thanks Ian!!!)

This commit is contained in:
EliteMasterEric 2023-08-01 13:07:16 -04:00
parent f759d0923f
commit 68ccc3bceb

View file

@ -98,5 +98,6 @@ class Main extends Sprite
// - It scans the class path and registers any HaxeUI components.
Toolkit.init();
Toolkit.theme = 'dark'; // don't be cringe
Toolkit.autoScale = false;
}
}