Merge pull request #464 from Jousway/CaringAboutNoteskin
putting back roll heads
This commit is contained in:
@@ -16,24 +16,6 @@ local OldRedir = ret.Redir;
|
|||||||
ret.Redir = function(sButton, sElement)
|
ret.Redir = function(sButton, sElement)
|
||||||
-- sButton, sElement = OldRedir(sButton, sElement);
|
-- sButton, sElement = OldRedir(sButton, sElement);
|
||||||
|
|
||||||
-- Instead of separate hold heads, use the tap note graphics.
|
|
||||||
if sElement == "Hold Head Active" or
|
|
||||||
sElement == "Roll Head Active"
|
|
||||||
then
|
|
||||||
sElement =
|
|
||||||
(GAMESTATE:GetCurrentStyle():GetStyleType() == "StyleType_TwoPlayersSharedSides")
|
|
||||||
and "Tap Note" or "Hold Head Active";
|
|
||||||
end
|
|
||||||
|
|
||||||
-- Test
|
|
||||||
if sElement == "Hold Head Inactive" or
|
|
||||||
sElement == "Roll Head Inactive"
|
|
||||||
then
|
|
||||||
sElement =
|
|
||||||
(GAMESTATE:GetCurrentStyle():GetStyleType() == "StyleType_TwoPlayersSharedSides")
|
|
||||||
and "Tap Note" or "Hold Head Inactive";
|
|
||||||
end
|
|
||||||
|
|
||||||
if sElement == "Tap Fake"
|
if sElement == "Tap Fake"
|
||||||
then
|
then
|
||||||
sElement = "Tap Note";
|
sElement = "Tap Note";
|
||||||
|
|||||||
@@ -16,24 +16,6 @@ local OldRedir = ret.Redir;
|
|||||||
ret.Redir = function(sButton, sElement)
|
ret.Redir = function(sButton, sElement)
|
||||||
-- sButton, sElement = OldRedir(sButton, sElement);
|
-- sButton, sElement = OldRedir(sButton, sElement);
|
||||||
|
|
||||||
-- Instead of separate hold heads, use the tap note graphics.
|
|
||||||
if sElement == "Hold Head Active" or
|
|
||||||
sElement == "Roll Head Active"
|
|
||||||
then
|
|
||||||
sElement =
|
|
||||||
(GAMESTATE:GetCurrentStyle():GetStyleType() == "StyleType_TwoPlayersSharedSides")
|
|
||||||
and "Tap Note" or "Hold Head Active";
|
|
||||||
end
|
|
||||||
|
|
||||||
-- Test
|
|
||||||
if sElement == "Hold Head Inactive" or
|
|
||||||
sElement == "Roll Head Inactive"
|
|
||||||
then
|
|
||||||
sElement =
|
|
||||||
(GAMESTATE:GetCurrentStyle():GetStyleType() == "StyleType_TwoPlayersSharedSides")
|
|
||||||
and "Tap Note" or "Hold Head Inactive";
|
|
||||||
end
|
|
||||||
|
|
||||||
if sElement == "Tap Fake"
|
if sElement == "Tap Fake"
|
||||||
then
|
then
|
||||||
sElement = "Tap Note";
|
sElement = "Tap Note";
|
||||||
|
|||||||
Reference in New Issue
Block a user