First pass UI support for extra zoom out levels

This commit is contained in:
Mike Primm 2011-06-22 16:43:41 -05:00
parent e7e4406e77
commit 8e102446fe
3 changed files with 43 additions and 19 deletions

View file

@ -33,6 +33,7 @@ public class ClientConfigurationComponent extends Component {
s(wo, "center/y", wn.getFloat("center/y", 64.0f));
s(wo, "center/z", wn.getFloat("center/z", 0.0f));
s(wo, "bigworld", world.bigworld);
s(wo, "extrazoomout", world.extrazoomoutlevels);
a(t, "worlds", wo);
for(MapType mt : world.maps) {