Added more transparent background options.
This commit is contained in:
parent
af1dac5246
commit
f3ae4daf7e
@ -30,6 +30,7 @@ templates:
|
|||||||
shader: stdtexture
|
shader: stdtexture
|
||||||
lighting: shadows
|
lighting: shadows
|
||||||
mapzoomin: 3
|
mapzoomin: 3
|
||||||
|
background: "rgba(0,0,0,0)"
|
||||||
boostzoom: 2
|
boostzoom: 2
|
||||||
- class: org.dynmap.hdmap.HDMap
|
- class: org.dynmap.hdmap.HDMap
|
||||||
name: cave
|
name: cave
|
||||||
|
@ -42,3 +42,4 @@ templates:
|
|||||||
shader: cave
|
shader: cave
|
||||||
lighting: default
|
lighting: default
|
||||||
mapzoomin: 3
|
mapzoomin: 3
|
||||||
|
background: "rgba(0,0,0,0)"
|
||||||
|
@ -30,5 +30,6 @@ templates:
|
|||||||
shader: stdtexture
|
shader: stdtexture
|
||||||
lighting: brightnight
|
lighting: brightnight
|
||||||
mapzoomin: 3
|
mapzoomin: 3
|
||||||
|
background: "rgba(0,0,0,0)"
|
||||||
boostzoom: 2
|
boostzoom: 2
|
||||||
|
|
@ -12,7 +12,7 @@ body {
|
|||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #000;
|
background: transparent;
|
||||||
|
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px ;
|
padding: 0px ;
|
||||||
|
Loading…
Reference in New Issue
Block a user