Adds a webmap button

This commit is contained in:
AffectedArc07
2021-09-21 16:02:06 +01:00
parent b44432b8b8
commit 7d939571a3
8 changed files with 37 additions and 8 deletions
+2
View File
@@ -12,3 +12,5 @@
var/technical_name
/// Path to the map file
var/map_path
/// URL to the maps webmap
var/webmap_url
+1
View File
@@ -2,3 +2,4 @@
fluff_name = "NSS Cyberiad"
technical_name = "Cyberiad"
map_path = "_maps/map_files/cyberiad/cyberiad.dmm"
webmap_url = "https://affectedarc07.github.io/SS13WebMap/Paradise/Cyberiad/"
+1
View File
@@ -2,3 +2,4 @@
fluff_name = "NSS Kerberos"
technical_name = "Delta"
map_path = "_maps/map_files/Delta/delta.dmm"
webmap_url = "https://affectedarc07.github.io/SS13WebMap/Paradise/Delta/"
+1
View File
@@ -2,3 +2,4 @@
fluff_name = "NSS Cerebron"
technical_name = "MetaStation"
map_path = "_maps/map_files/MetaStation/MetaStation.dmm"
webmap_url = "https://affectedarc07.github.io/SS13WebMap/Paradise/MetaStation/"