Skip to content

Commit

Permalink
NSS Nox v 0.5 render (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kit0vras authored Oct 19, 2023
1 parent 81678e3 commit da6a00f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added map_data/nox.webp
Binary file not shown.
3 changes: 2 additions & 1 deletion shitcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const maps = {
gate: {image: "gate.webp", name: "Gate"},
delta: {image: "delta.webp", name: "Delta"},
fland: {image: "fland.webp", name: "Fland"},
bagel: {image: "bagel.webp", name: "Bagel"}
bagel: {image: "bagel.webp", name: "Bagel"},
nox: {image: "nox.webp", name: "Nox"}
}

const map = new Map({
Expand Down

0 comments on commit da6a00f

Please sign in to comment.