Skip to content

Commit

Permalink
update playerinfo judge display when an options screen is destructed
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Mar 3, 2019
1 parent 2abb7e1 commit 5a45f29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Themes/Til Death/BGAnimations/_PlayerInfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ t[#t + 1] =
BeginCommand = function(self)
self:queuecommand("Set")
end,
OptionsScreenClosedMessageCommand = function(self)
self:queuecommand("Set")
end,
SetCommand = function(self)
self:settext("Judge: " .. GetTimingDifficulty())
end
Expand Down

0 comments on commit 5a45f29

Please sign in to comment.