Skip to content

Commit

Permalink
Core: adjust demo bars to also showcase variance countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidras committed Dec 12, 2024
1 parent 304010f commit 73720e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DBM-Core/DBM-Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ local function currentFullDate()
end

DBM = {
Revision = parseCurseDate("20241212102112"),
Revision = parseCurseDate("20241212214114"),
DisplayVersion = "10.1.13 alpha", -- the string that is shown as version
ReleaseRevision = releaseDate(2024, 07, 20) -- the date of the latest stable version that is available, optionally pass hours, minutes, and seconds for multiple releases in one day
}
Expand Down Expand Up @@ -6528,11 +6528,11 @@ do
testTimer7:Stop("Next Stage")
testTimer8:Stop("Custom User Bar")
testTimer1:Start("v5-10", "Test Bar showing 5s Variance")
testTimer2:Start("v10-30", "Adds")
testTimer2:Start("v25-30", "Adds")
testTimer3:Start(43, "Evil Debuff")
testTimer4:Start("v15-20", "Important Interrupt")
testTimer4:Start(20, "Important Interrupt")
testTimer5:Start(60, "Boom!")
testTimer6:Start(35, "Handle your Role")
testTimer6:Start("v32-35", "Handle your Role")
testTimer7:Start(50, "Next Stage")
testTimer8:Start(55, "Custom User Bar")
testWarning1:Cancel()
Expand Down

0 comments on commit 73720e0

Please sign in to comment.