mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-11 15:56:21 +02:00
fixed issue: https://github.com/Sharlottes/UnitInfo/issues/51
(add schem hud setting)
This commit is contained in:
@@ -37,8 +37,9 @@ public class SchemDisplay extends Table {
|
||||
}
|
||||
|
||||
|
||||
void setSchemTable() {
|
||||
public void setSchemTable() {
|
||||
clear();
|
||||
if(!settings.getBool(("schem"))) return;
|
||||
right();
|
||||
button(bundle.get("hud.schematic-list"), Icon.downOpen, Styles.squareTogglet, () -> schemShown = !schemShown).width(160f).height(60f).checked(b -> {
|
||||
Image image = (Image)b.getCells().first().get();
|
||||
|
||||
Reference in New Issue
Block a user