fix some theme issues
This commit is contained in:
@@ -6,10 +6,11 @@ local t = LoadFont("ScreenGameplay","RemainingTime") .. {
|
||||
Text="";
|
||||
JudgmentMessageCommand=function(self,params)
|
||||
if params.Player == PlayerNumber then
|
||||
if params.TapNoteScore then
|
||||
if params.TapNoteScore then
|
||||
local tns = ToEnumShortString(params.TapNoteScore)
|
||||
self:playcommand( "GainSeconds" );
|
||||
self:playcommand( ToEnumShortString( params.TapNoteScore ) );
|
||||
self:settextf( "%+1.1fs", PREFSMAN:GetPreference( string.format("TimeMeterSecondsChange%s", ToEnumShortString( params.TapNoteScore ) ) ) );
|
||||
self:playcommand( tns );
|
||||
self:settextf( "%+1.1fs", PREFSMAN:GetPreference( string.format("TimeMeterSecondsChange%s", tns) ) );
|
||||
else
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user