fix various things

This commit is contained in:
sharlotte
2021-09-05 12:13:54 +09:00
parent 270e9868e5
commit dc2580cf87
7 changed files with 29 additions and 23 deletions

View File

@@ -21,14 +21,14 @@ public class Main extends Mod {
Events.on(ClientLoadEvent.class, e -> {
hud = new HudUi();
settingAdder.init();
new SettingS().init();
hud.addWaveTable();
hud.addUnitTable();
hud.addTable();
hud.addWaveInfoTable();
hud.setEvents();
OverDrawer.setEvent();
if(debug) ContentJSON.save();
if(jsonGen) ContentJSON.save();
});
Events.on(WorldLoadEvent.class, e -> {