First pass UI support for extra zoom out levels
This commit is contained in:
parent
e7e4406e77
commit
8e102446fe
3 changed files with 43 additions and 19 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue