+
+ Skill Control
+
+ {$isActive ? 'Active' : 'Idle'}
+
+
+
+
+
+
Position
+
+ {formatMeters($status.x)}, {formatMeters($status.z)}
+
+
Yaw: {formatDegrees($status.yaw)}
+
+
+
Distance
+
{formatMeters($status.distance)}
+
Total traveled
+
+
+
+ {#if $isActive}
+
+
+ Progress
+ {($progress * 100).toFixed(0)}%
+
+
+
+ Target: ({$status.skill_target_x.toFixed(2)}, {$status.skill_target_z.toFixed(2)}, {formatDegrees(
+ $status.skill_target_yaw
+ )})
+
+
+ {/if}
+
+
Presets
+
+
+ {#each presets as preset}
+
+ {/each}
+
+
+
Custom
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+