mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add support for dpi based HUD scaling
Add support for (configurable) multiline hotbar Improved screensize handling Add userdefined gui scale by BlockMen
This commit is contained in:
parent
8d31534710
commit
1838a3fd69
13 changed files with 266 additions and 151 deletions
|
@ -1447,8 +1447,10 @@ int main(int argc, char *argv[])
|
|||
|
||||
device = createDeviceEx(params);
|
||||
|
||||
if (device == 0)
|
||||
if (device == 0) {
|
||||
return 1; // could not create selected driver.
|
||||
}
|
||||
porting::initIrrlicht(device);
|
||||
|
||||
/*
|
||||
Continue initialization
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue