Skip to content

Commit

Permalink
Add stadium map
Browse files Browse the repository at this point in the history
  • Loading branch information
lorgan3 committed Apr 24, 2024
1 parent b77ae77 commit 95ffe7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file added public/maps/Stadium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/util/assets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import { MAP_LOADER } from "./mapLoader";
import { SOUND_ASSETS } from "../../sound";

export const defaultMaps = {
playground: `${import.meta.env.BASE_URL}maps/playground.png`,
castle: `${import.meta.env.BASE_URL}maps/castle.png`,
Playground: `${import.meta.env.BASE_URL}maps/playground.png`,
Castle: `${import.meta.env.BASE_URL}maps/castle.png`,
Stadium: `${import.meta.env.BASE_URL}maps/stadium.png`,
};

export const loadAsMap = (src: string) => ({
Expand Down

0 comments on commit 95ffe7a

Please sign in to comment.