mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-23 05:15:14 -04:00
Fixed UI scaling issue (thanks Ian!!!)
This commit is contained in:
parent
f759d0923f
commit
68ccc3bceb
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue