mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-10-22 03:36:53 +00:00
💄 add music for viridian city gym
This commit is contained in:
parent
21d891c76e
commit
d1e17dbbe4
1 changed files with 2 additions and 0 deletions
|
@ -1,10 +1,12 @@
|
|||
import image from "../assets/map/viridian-city-gym.png";
|
||||
import { Direction } from "../state/state-types";
|
||||
import { MapId, MapType } from "./map-types";
|
||||
import music from "../assets/music/maps/pokemon-gym.mp3";
|
||||
|
||||
const viridianCityGym: MapType = {
|
||||
name: "Viridian City GYM",
|
||||
image,
|
||||
music,
|
||||
height: 18,
|
||||
width: 20,
|
||||
start: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue