Vault Re-Alignment
This commit is contained in:
@@ -62,6 +62,20 @@ namespace ProjectM.Client
|
||||
if (GUILayout.Button("Go Expedition")) DebugCommandSendSystem.Teleport(RegionId.Expedition);
|
||||
GUILayout.EndHorizontal();
|
||||
|
||||
GUILayout.Space(6);
|
||||
GUILayout.Label("- Telemetry (MC-0) -");
|
||||
if (DevTelemetryReadout.HasData)
|
||||
{
|
||||
var t = DevTelemetryReadout.Latest;
|
||||
GUILayout.Label($"tick {t.LastSampleTick} husks {t.LiveEnemyCount}");
|
||||
GUILayout.Label($"dash neg {t.DashIFrameNegatedHits} / wasted {t.DashesWasted}");
|
||||
GUILayout.Label($"whiff open {t.ChargerWhiffWindowsOpened} / punish {t.ChargerWhiffPunishesLanded}");
|
||||
}
|
||||
else
|
||||
{
|
||||
GUILayout.Label("(waiting for server telemetry...)");
|
||||
}
|
||||
|
||||
GUILayout.EndArea();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user