Skip to content

Commit

Permalink
Merge pull request #5 from IPLSplatoon/patch-3-maps
Browse files Browse the repository at this point in the history
the maps
  • Loading branch information
inkfarer authored Jun 24, 2023
2 parents ea24307 + 37395c1 commit 5601b66
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
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.
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.
6 changes: 4 additions & 2 deletions src/graphics/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export const mapNameToImagePath: Record<string, string> = {
'Blackbelly Skatepark': 'S2_Stage_Blackbelly_Skatepark.png',
'Camp Triggerfish': 'S2_Stage_Camp_Triggerfish.png',
'Goby Arena': 'S2_Stage_Goby_Arena.png',
'Humpback Pump Track': 'S2_Stage_Humpback_Pump_Track.png',
'Humpback Pump Track': 'S3_Stage_Humpback_Pump_Track.png',
'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,8 @@ 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',
'Barnacle & Dime': 'S3_Stage_Barnacle_&_Dime.png',
'Unknown Stage': 'unknown-stage.png',
Counterpick: 'unknown-stage.png'
};

0 comments on commit 5601b66

Please sign in to comment.