Added more transparent background options.

This commit is contained in:
Harrison Deng 2022-05-16 14:49:51 -05:00
parent af1dac5246
commit f3ae4daf7e
4 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -42,3 +42,4 @@ templates:
shader: cave
lighting: default
mapzoomin: 3
background: "rgba(0,0,0,0)"

View File

@ -30,5 +30,6 @@ templates:
shader: stdtexture
lighting: brightnight
mapzoomin: 3
background: "rgba(0,0,0,0)"
boostzoom: 2

View File

@ -12,7 +12,7 @@ body {
font-size: 11px;
color: #fff;
background: #000;
background: transparent;
margin: 0px;
padding: 0px ;