Skip to content

Commit

Permalink
New main map renders (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
UrPrice authored May 12, 2024
1 parent 455e436 commit 5753487
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file modified map_data/axioma.webp
Binary file not shown.
Binary file modified map_data/frankenstein.webp
Binary file not shown.
Binary file modified map_data/nox.webp
Binary file not shown.
7 changes: 4 additions & 3 deletions shitcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ const maps = {
// bagel: {image: "bagel.webp", name: "Bagel"},
nox: {image: "nox.webp", name: "Nox"},
axioma: {image: "axioma.webp", name: "Axioma"},
avrite: {image: "avrite.webp", name: "Avrite"},
marathon: {image: "marathon.webp", name: "Marathon"},
hive: {image: "hive.webp", name: "Hive"}
// centcomm: {image: "centcomm.webp", name:"CentComm"},
// avrite: {image: "avrite.webp", name: "Avrite"},
// marathon: {image: "marathon.webp", name: "Marathon"},
// hive: {image: "hive.webp", name: "Hive"}
}

const map = new Map({
Expand Down

0 comments on commit 5753487

Please sign in to comment.