Skip to content

Commit

Permalink
Adds SS1984/Celestation
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Jul 4, 2024
1 parent d7261e2 commit 663a2fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,12 @@ public class CodebaseData {
IsAdult = false,
LogoPath = "img/logos/ss1984.png",
GameMaps = new List<GameMap>() {
new GameMap { MapId = "celestation", MapName = "NSS Celestation / Селестия", Layers = new List<string[]> {
new string[] { "Basement", "celestation", "1" },
new string[] { "Main Floor", "celestation", "2" },
new string[] { "Second Floor", "celestation", "3" },
}
},
new GameMap { MapId = "cyberiad", MapName = "BoxStation (NSS Cyberiad) / Кибериада", Layers = new List<string[]> {
new string[] { "Base Map", "cyberiad", "1" },
}
Expand Down

0 comments on commit 663a2fd

Please sign in to comment.