Skip to content

Commit

Permalink
WebMap Update (#14)
Browse files Browse the repository at this point in the history
* WebMap Update

* Size fix

* Gate upd, Marathon add
  • Loading branch information
Kit0vras committed Dec 23, 2023
1 parent 859a4d5 commit 8dc0fce
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1 deletion.
Binary file added map_data/avrite.webp
Binary file not shown.
Binary file modified map_data/frankenstein.webp
Binary file not shown.
Binary file modified map_data/gate.webp
Binary file not shown.
Binary file added map_data/marathon.webp
Binary file not shown.
Binary file modified map_data/nox.webp
Binary file not shown.
4 changes: 3 additions & 1 deletion shitcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ const maps = {
delta: {image: "delta.webp", name: "Delta"},
fland: {image: "fland.webp", name: "Fland"},
bagel: {image: "bagel.webp", name: "Bagel"},
nox: {image: "nox.webp", name: "Nox"}
nox: {image: "nox.webp", name: "Nox"},
avrite: {image: "avrite.webp", name: "Avrite"},
marathon: {image: "marathon.webp", name: "Marathon"}
}

const map = new Map({
Expand Down

0 comments on commit 8dc0fce

Please sign in to comment.