mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
fix: Chrome hides layers with dropShadow...
This commit is contained in:
parent
fbe5f4ad55
commit
13449447ba
9 changed files with 9 additions and 9 deletions
|
|
@ -56,7 +56,7 @@ window.Markers = (function () {
|
|||
{type: "rifts", icon: "🎆", min: 5, each: 3000, multiplier: +isFantasy, list: listRifts, add: addRift},
|
||||
{type: "disturbed-burials", icon: "💀", min: 20, each: 3000, multiplier: +isFantasy, list: listDisturbedBurial, add: addDisturbedBurial},
|
||||
{type: "necropolises", icon: "🪦", min: 20, each: 1000, multiplier: 1, list: listNecropolis, add: addNecropolis},
|
||||
{type: "encounters", icon: "🧙", min: 10, each: 1000, multiplier: 1, list: listEncounters, add: addEncounter},
|
||||
{type: "encounters", icon: "🧙", min: 10, each: 600, multiplier: 1, list: listEncounters, add: addEncounter},
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@
|
|||
"#markers": {
|
||||
"opacity": null,
|
||||
"rescale": 1,
|
||||
"filter": ""
|
||||
"filter": null
|
||||
},
|
||||
"#prec": {
|
||||
"opacity": null,
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@
|
|||
"#markers": {
|
||||
"opacity": null,
|
||||
"rescale": 1,
|
||||
"filter": "url(#dropShadow01)"
|
||||
"filter": null
|
||||
},
|
||||
"#prec": {
|
||||
"opacity": null,
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@
|
|||
"#markers": {
|
||||
"opacity": null,
|
||||
"rescale": null,
|
||||
"filter": "url(#dropShadow01)"
|
||||
"filter": null
|
||||
},
|
||||
"#prec": {
|
||||
"opacity": null,
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@
|
|||
"#markers": {
|
||||
"opacity": 0.8,
|
||||
"rescale": 1,
|
||||
"filter": "url(#dropShadow05)"
|
||||
"filter": null
|
||||
},
|
||||
"#prec": {
|
||||
"opacity": null,
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@
|
|||
"#markers": {
|
||||
"opacity": null,
|
||||
"rescale": 1,
|
||||
"filter": "url(#dropShadow01)"
|
||||
"filter": null
|
||||
},
|
||||
"#prec": {
|
||||
"opacity": null,
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@
|
|||
"#markers": {
|
||||
"opacity": 0.8,
|
||||
"rescale": 1,
|
||||
"filter": "url(#dropShadow05)"
|
||||
"filter": null
|
||||
},
|
||||
"#prec": {
|
||||
"opacity": null,
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@
|
|||
"#markers": {
|
||||
"opacity": null,
|
||||
"rescale": 1,
|
||||
"filter": "url(#dropShadow01)"
|
||||
"filter": null
|
||||
},
|
||||
"#prec": {
|
||||
"opacity": null,
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@
|
|||
"#markers": {
|
||||
"opacity": null,
|
||||
"rescale": 1,
|
||||
"filter": "url(#dropShadow01)"
|
||||
"filter": null
|
||||
},
|
||||
"#prec": {
|
||||
"opacity": null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue