-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
14 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,3 @@ | ||
export const APP_WIDTH = 1920; | ||
export const APP_HEIGHT = 1080; | ||
export const DASHBOARD_BUNDLE_NAME = 'ipl-overlay-controls'; | ||
|
||
export const mapNameToImagePath: Record<string, string> = { | ||
'Ancho-V Games': 'S2_Stage_Ancho-V_Games.png', | ||
'Arowana Mall': 'S2_Stage_Arowana_Mall.png', | ||
'Blackbelly Skatepark': 'S2_Stage_Blackbelly_Skatepark.png', | ||
'Camp Triggerfish': 'S2_Stage_Camp_Triggerfish.png', | ||
'Goby Arena': 'S2_Stage_Goby_Arena.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': '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', | ||
'Piranha Pit': 'S2_Stage_Piranha_Pit.png', | ||
'Port Mackerel': 'S2_Stage_Port_Mackerel.png', | ||
'Shellendorf Institute': 'S2_Stage_Shellendorf_Institute.png', | ||
'Shifty Station': 'S2_Stage_Shifty_Station.png', | ||
'Snapper Canal': 'S2_Stage_Snapper_Canal.png', | ||
'Starfish Mainstage': 'S2_Stage_Starfish_Mainstage.png', | ||
'Sturgeon Shipyard': 'S3_Stage_Sturgeon_Shipyard.jpg', | ||
'The Reef': 'S2_Stage_The_Reef.png', | ||
'Wahoo World': 'S3_Stage_Wahoo_World.jpg', | ||
'Walleye Warehouse': 'S2_Stage_Walleye_Warehouse.png', | ||
'Skipper Pavilion': 'S2_Stage_Skipper_Pavilion.png', | ||
'Eeltail Alley':'S3_Stage_Eeltail_Alley.jpg', | ||
'Hagglefish Market':'S3_Stage_Hagglefish_Market.webp', | ||
'Hammerhead Bridge':'S3_Stage_Hammerhead_Bridge.jpg', | ||
'Mahi-Mahi Resort': 'S3_Stage_Mahi_Mahi_Resort.jpg', | ||
'Mincemeat Metalworks': 'S3_Stage_Mincemeat_metalworks.png', | ||
'Museum d\'Alfonsino': 'S3_Stage_Museum_dAlfonsino.jpg', | ||
'Scorch Gorge':'S3_Stage_Scorch_Gorge.jpg', | ||
'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' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters