Latest Neocron News and Information
- New test server patch #563 has been released to Vedeena
Difference between revisions of "Metadata:Mapping/Map.js"
From Neocron Wiki
(Some colour tweaks to the map highlight) |
|||
Line 6: | Line 6: | ||
// NC-Wiki map | // NC-Wiki map | ||
− | $('.ncwiki_map').maphilight(); | + | $('.ncwiki_map').maphilight( |
+ | fill: true, | ||
+ | fillColor: 'ffffff', | ||
+ | fillOpacity: 0.2, | ||
+ | stroke: true, | ||
+ | strokeColor: 'ffffff', | ||
+ | strokeOpacity: 1, | ||
+ | strokeWidth: 2, | ||
+ | fade: true, | ||
+ | alwaysOn: false | ||
+ | |||
+ | ); | ||
// End of functions | // End of functions | ||
}); | }); |