Skip to content

Commit

Permalink
the maps
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbodisch committed Mar 8, 2023
1 parent ea24307 commit 03c7f78
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/graphics/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const mapNameToImagePath: Record<string, string> = {
'Inkblot Art Academy': 'S3_Stage_Inkblot_Art_Academy.jpg',
'Kelp Dome': 'S2_Stage_Kelp_Dome.png',
MakoMart: 'S3_Stage_Mako_Mart.jpg',
'Manta Maria': 'S2_Stage_Manta_Maria.png',
'Manta Maria': 'S3_Stage_Manta_Maria.png',
'Moray Towers': 'S2_Stage_Moray_Towers.png',
'Musselforge Fitness': 'S2_Stage_Musselforge_Fitness.png',
'New Albacore Hotel': 'S2_Stage_New_Albacore_Hotel.png',
Expand All @@ -37,6 +37,7 @@ export const mapNameToImagePath: Record<string, string> = {
'Flounder Heights': 'S3_Stage_Flounder_Heights.png',
'Brinewater Springs': 'S3_Brinewater_Springs.png',
'Undertow Spillway':'S3_Stage_Undertow_Spillway.jpg',
'Um\'ami Ruins': 'S3_Stage_Umami_Ruins.png',
'Unknown Stage': 'unknown-stage.png',
Counterpick: 'unknown-stage.png'
};

0 comments on commit 03c7f78

Please sign in to comment.