Skip to content

Commit

Permalink
trying a notepad++ operation to clean trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
BaldSavant committed Sep 6, 2024
1 parent 71b322b commit a392062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MapView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default function MapView (props: Props) {
}

const mapText = `┌────────────────────────┐┌─────────────┐ ┌─────────────┐ ┌─────────────┐┌─────────┐ ~~~~~~~~~~~~~~~~~~~~
│........................││..Bawdy......│ │.............│ │.Joust.Arena.││.........│ ~~~~~~~~~~~~~~~~~~~~~
│........................││..Bawdy......│ │.............│ │.Joust.Arena.││.........│ ~~~~~~~~~~~~~~~~~~~~~
│┌────────┐....┌────────┐││..Singers....###.............###....(17).....││.........│ ~~~~~~~~~~~~~~~~~~~~~~~
││.Vegan..│....│..Taco..│││....(15).....│ │.............│ │.............││.........│ ~~~~~~~~~~~~~~~~~~~~
││.Truck..│....│.Truck..│││.............│ │.............│ │.............││.........│ ~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -205,7 +205,7 @@ const presenceMapping = [
]

const clickableAreas: ClickableArea[] = [

{
roomId: 'veganTruck',
x: 1,
Expand Down

0 comments on commit a392062

Please sign in to comment.