mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-02-11 01:54:24 +01:00
Add time to overlays
This commit is contained in:
parent
62222f643e
commit
75e77a9f74
|
|
@ -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> ",
|
||||
|
|
|
|||
Loading…
Reference in a new issue