mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-10 12:09:27 +02:00
added unit bar
This commit is contained in:
@@ -14,10 +14,13 @@ public class Setting {
|
||||
|
||||
addGraphicSetting("weaponui");
|
||||
addGraphicSetting("commandedunitui");
|
||||
addGraphicSetting("unithealthui");
|
||||
Vars.ui.settings.graphics.sliderPref("uiopacity", 50, 0, 100, 5, s -> s + "%");
|
||||
Vars.ui.settings.graphics.sliderPref("baropacity", 50, 0, 100, 5, s -> s + "%");
|
||||
|
||||
Core.settings.defaults("weaponui", true);
|
||||
Core.settings.defaults("commandedunitui", true);
|
||||
Core.settings.defaults("unithealthui", true);
|
||||
|
||||
|
||||
Core.settings.put("uiscalechanged", tmp);
|
||||
|
||||
Reference in New Issue
Block a user