|
|
@ -37,7 +37,7 @@
|
|
|
|
<button mat-icon-button *ngIf="overlayService.interactable" class="settings-button"
|
|
|
|
<button mat-icon-button *ngIf="overlayService.interactable" class="settings-button"
|
|
|
|
(click)="settingsClick($event)" (mousedown)="$event.stopPropagation()"><img
|
|
|
|
(click)="settingsClick($event)" (mousedown)="$event.stopPropagation()"><img
|
|
|
|
src="assets/material-settings.svg"></button>
|
|
|
|
src="assets/material-settings.svg"></button>
|
|
|
|
<tooltip class="help">
|
|
|
|
<tooltip *ngIf="overlayService.interactable" class="help">
|
|
|
|
<div class="d-flex flex-column help-area">
|
|
|
|
<div class="d-flex flex-column help-area">
|
|
|
|
<span><span class="waypoint-text">(W)</span> = Waypoint</span>
|
|
|
|
<span><span class="waypoint-text">(W)</span> = Waypoint</span>
|
|
|
|
<span><span class="trial-text">(T)</span> = Trial</span>
|
|
|
|
<span><span class="trial-text">(T)</span> = Trial</span>
|
|
|
|