Better mod dialog layout / Less obnoxious button sound

This commit is contained in:
Anuken
2020-08-15 10:12:34 -04:00
parent 97aca84b26
commit 0cc5945331
8 changed files with 18 additions and 36 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class GroupDefs<G>{
@GroupDef(value = Playerc.class, mapping = true) G player;
@GroupDef(value = Bulletc.class, spatial = true, collide = true) G bullet;
@GroupDef(value = Unitc.class, spatial = true, mapping = true) G unit;
@GroupDef(value = Buildingc.class) G tile;
@GroupDef(value = Buildingc.class) G build;
@GroupDef(value = Syncc.class, mapping = true) G sync;
@GroupDef(value = Drawc.class) G draw;
@GroupDef(value = WeatherStatec.class) G weather;