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