Skip to content

Commit

Permalink
SS220 Fancy now
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Sep 1, 2024
1 parent 663a2fd commit 9a807c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -830,8 +830,10 @@ public class CodebaseData {
{ "ss220", new Codebase {
CodebaseId = "ss220",
CodebaseName = "SS220",
FancySupport = false,
TextColour = "#209fdf",
FancySupport = true,
IsAdult = false,
LogoPath = "img/logos/ss220.webp",
GameMaps = new List<GameMap>() {
new GameMap { MapId = "boxstation", MapName = "BoxStation (NSS Cyberiad) / Кибериада", Layers = new List<string[]> {
new string[] { "Base Map", "boxstation", "1" },
Expand Down
Binary file removed SS13WebMap/wwwroot/img/logos/ss220.png
Binary file not shown.
Binary file added SS13WebMap/wwwroot/img/logos/ss220.webp
Binary file not shown.

0 comments on commit 9a807c4

Please sign in to comment.