Add time to overlays

This commit is contained in:
Kvintilyanov Aleksandr 2025-03-03 18:20:04 +03:00 committed by GitHub
parent 62222f643e
commit 75e77a9f74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,6 +94,7 @@ namespace PerformanceOverlay
Nested =
{
new Entry("<C4><FR><C><A><A1><S1><C4> FPS<C><S><A>"),
new Entry("<C4><A3>{CURR_TIME}<A><A1><S1><S><A>") { Include = { OverlayMode.FPSWithBattery } },
new Entry("<C4><A3>{BATT_%}<A><A1><S1> %<C><S><A>") { Include = { OverlayMode.FPSWithBattery }, IgnoreMissing = true },
new Entry("<C4><A4>{BATT_W}<A><A1><S1> W<C><S><A>") { Include = { OverlayMode.FPSWithBattery }, IgnoreMissing = true },
new Entry("<C4><A3>{BATT_MIN}<A><A1><S1> min<C><S><A>") { Include = { OverlayMode.FPSWithBattery }, IgnoreMissing = true }
@ -156,6 +157,11 @@ namespace PerformanceOverlay
{
Text = "<C2>[OBJ_FT_SMALL]<C><S1> <C4><A0><FT><A><A1> ms<A><S><C>",
Include = { OverlayMode.Detail }
},
new Entry
{
Text = "<C4><A3>{CURR_TIME}<A><A1><S1><S><A>",
Include = { OverlayMode.Detail }
}
},
Separator = "<C250>|<C> ",