Skip to content

Commit fc56406

Browse files
committed
Adds Daedalus/Atlas
1 parent 1a0221e commit fc56406

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SS13WebMap/CodebaseData.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,10 @@ public class CodebaseData {
538538
IsAdult = false,
539539
LogoPath = "img/logos/daedalus.png",
540540
GameMaps = new List<GameMap>() {
541+
new GameMap { MapId = "atlas", MapName = "Atlas", Layers = new List<string[]> {
542+
new string[] { "Base Map", "atlas", "1" },
543+
}
544+
},
541545
new GameMap { MapId = "theseus", MapName = "Theseus", Layers = new List<string[]> {
542546
new string[] { "Base Map", "Theseus", "1" },
543547
}

0 commit comments

Comments
 (0)