Switch flat maps in hires template set to lowres - seems excessive

This commit is contained in:
Mike Primm 2011-07-22 21:28:39 -05:00
parent ec13742c85
commit 0fba601063
3 changed files with 10 additions and 17 deletions

View File

@ -19,13 +19,12 @@ templates:
name: flat name: flat
title: "Flat" title: "Flat"
prefix: flat prefix: flat
perspective: iso_S_90_hires perspective: iso_S_90_lowres
shader: stdtexture shader: stdtexture
lighting: default lighting: default
# Map background color (day or night) # Map background color (day or night)
background: "#300806" background: "#300806"
# Adjust extra zoom in levels - default is 2 mapzoomin: 3
mapzoomin: 2
- class: org.dynmap.hdmap.HDMap - class: org.dynmap.hdmap.HDMap
name: nether name: nether
title: "Surface" title: "Surface"
@ -35,5 +34,4 @@ templates:
lighting: shadows lighting: shadows
# Map background color (day or night) # Map background color (day or night)
background: "#300806" background: "#300806"
# Adjust extra zoom in levels - default is 2 mapzoomin: 1
mapzoomin: 2

View File

@ -19,11 +19,10 @@ templates:
name: flat name: flat
title: "Flat" title: "Flat"
prefix: flat prefix: flat
perspective: iso_S_90_hires perspective: iso_S_90_lowres
shader: stdtexture shader: stdtexture
lighting: default lighting: default
# Adjust extra zoom in levels - default is 2 mapzoomin: 3
mapzoomin: 2
- class: org.dynmap.hdmap.HDMap - class: org.dynmap.hdmap.HDMap
name: surface name: surface
title: "Surface" title: "Surface"
@ -31,8 +30,7 @@ templates:
perspective: iso_SE_60_hires perspective: iso_SE_60_hires
shader: stdtexture shader: stdtexture
lighting: shadows lighting: shadows
# Adjust extra zoom in levels - default is 2 mapzoomin: 1
mapzoomin: 2
- class: org.dynmap.hdmap.HDMap - class: org.dynmap.hdmap.HDMap
name: cave name: cave
title: "Cave" title: "Cave"
@ -40,5 +38,4 @@ templates:
perspective: iso_SE_60_lowres perspective: iso_SE_60_lowres
shader: cave shader: cave
lighting: default lighting: default
# Adjust extra zoom in levels - make it 4 to match number of levels for surface map mapzoomin: 3
mapzoomin: 4

View File

@ -19,15 +19,14 @@ templates:
name: flat name: flat
title: "Flat" title: "Flat"
prefix: flat prefix: flat
perspective: iso_S_90_hires perspective: iso_S_90_lowres
shader: stdtexture shader: stdtexture
lighting: default lighting: default
# Background color for map during the day # Background color for map during the day
backgroundday: "#153E7E" backgroundday: "#153E7E"
# Background color for map during the night # Background color for map during the night
backgroundnight: "#000000" backgroundnight: "#000000"
# Adjust extra zoom in levels - default is 2 mapzoomin: 3
mapzoomin: 2
- class: org.dynmap.hdmap.HDMap - class: org.dynmap.hdmap.HDMap
name: skylands name: skylands
title: "Surface" title: "Surface"
@ -39,6 +38,5 @@ templates:
backgroundday: "#153E7E" backgroundday: "#153E7E"
# Background color for map during the night # Background color for map during the night
backgroundnight: "#000000" backgroundnight: "#000000"
# Adjust extra zoom in levels - default is 2 mapzoomin: 1
mapzoomin: 2