Skip to content

Commit

Permalink
Update map file names
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrow768 committed Jan 5, 2025
1 parent 5eccf19 commit 3b775a0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/maps.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
module.exports = {
cc: {
file: 'https://map.aurorastation.org/mapimages/Aurorastation/Aurora.3/master/sccv_horizon-4_centcomm-1.png',
name: 'Central Command'
},
h1: {
file: 'https://map.aurorastation.org/mapimages/Aurorastation/Aurora.3/master/sccv_horizon-1_deck_1-1.png',
file: 'https://map.aurorastation.org/mapimages/Aurorastation/Aurora.3/master/sccv_horizon-1.png',
name: 'Deck 1 - Hangar',
bounds: [[1, 1], [201, 201]],
next: 'h2'
},
h2: {
file: 'https://map.aurorastation.org/mapimages/Aurorastation/Aurora.3/master/sccv_horizon-2_deck_2-1.png',
file: 'https://map.aurorastation.org/mapimages/Aurorastation/Aurora.3/master/sccv_horizon-2.png',
name: 'Deck 2',
bounds: [[1, 1], [201, 201]],
prev: 'h1',
next: 'h3'
},
a3: {
file: 'https://map.aurorastation.org/mapimages/Aurorastation/Aurora.3/master/sccv_horizon-3_deck_3-1.png',
file: 'https://map.aurorastation.org/mapimages/Aurorastation/Aurora.3/master/sccv_horizon-3.png',
name: 'Deck 3 - Bridge',
bounds: [[1, 1], [201, 201]],
prev: 'h2'
},
cc: {
file: 'https://map.aurorastation.org/mapimages/Aurorastation/Aurora.3/master/sccv_horizon-4.png',
name: 'Central Command'
},
}

0 comments on commit 3b775a0

Please sign in to comment.