mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-10-22 03:36:53 +00:00
🚀 add route 2 music
This commit is contained in:
parent
209b2e93e3
commit
ef05e1d1c7
1 changed files with 2 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
|||
import image from "../assets/map/route-2.png";
|
||||
import music from "../assets/music/maps/route-1.mp3";
|
||||
import { MapId, MapType } from "./map-types";
|
||||
|
||||
const route2: MapType = {
|
||||
name: "Route 2",
|
||||
image,
|
||||
music,
|
||||
height: 72,
|
||||
width: 20,
|
||||
start: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue