Skip to content

Commit

Permalink
Added Black Marble map
Browse files Browse the repository at this point in the history
  • Loading branch information
StrawberryMaster committed Oct 24, 2023
1 parent 71cb737 commit 3241bdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ <h3>Stage</h3>
title="Large map with the Blue Marble: Next Generation (July 2005) map.">Large
(Next Gen)</option>
<option value="large" title="A larger version of the Blue Marble (2002) map.">Large</option>
<option value="blkmar" title="A night light map, Black Marble (2016).">Larger (Black
Marble)</option>
<option value="xlarge"
title="A very large version of the Blue Marble (2002) map. Not recommended unless you're only a really fast connection + have lots of free time.">
Extra large (slow)</option>
Expand Down
1 change: 1 addition & 0 deletions static/js/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ async function getMapBlob() {
"xlarge": "https://cdn.trackgen.codingcactus.codes/map.jpg",
"large-nxtgen": "static/media/bg21600-nxtgen.jpg",
"large": "static/media/bg12000.jpg",
"blkmar": "static/media/bg13500-blkmar.png",
"normal": "static/media/bg8192.png",
};

Expand Down
Binary file added static/media/bg13500-blkmar.jpg
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 3241bdd

Please sign in to comment.