added radar hud

This commit is contained in:
C10udburst
2022-03-18 23:37:30 +01:00
parent 9a86bf2948
commit fb9586c954
3 changed files with 120 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ public class MeteorRejectsAddon extends MeteorAddon {
// HUD
HUD hud = Systems.get(HUD.class);
hud.elements.add(new BaritoneHud(hud));
hud.elements.add(new RadarHud(hud));
// Themes
GuiThemes.add(new MeteorRoundedGuiTheme());