Skip to content

Commit

Permalink
ArkStation Fancy
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Nov 1, 2024
1 parent e9777a6 commit 260b761
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ public class CodebaseData {
{ "arkstation", new Codebase {
CodebaseId = "arkstation",
CodebaseName = "Ark Station 13",
FancySupport = false,
IsAdult = true,
TextColour = "#2bbcd2",
FancySupport = true,
IsAdult = false,
LogoPath = "img/logos/arkstation.png",
GameMaps = new List<GameMap>() {
new GameMap { MapId = "blueshift", MapName = "Blueshift", Layers = new List<string[]> {
new string[] { "Upper Deck", "Blueshift", "2" },
Expand Down
Binary file added SS13WebMap/wwwroot/img/logos/arkstation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 260b761

Please sign in to comment.