Fake note fix by Jousway.
This commit is contained in:
@@ -30,6 +30,11 @@ ret.Redir = function(sButton, sElement)
|
|||||||
sElement = "Hold Head Inactive";
|
sElement = "Hold Head Inactive";
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if sElement == "Tap Fake"
|
||||||
|
then
|
||||||
|
sElement = "Tap Note";
|
||||||
|
end
|
||||||
|
|
||||||
sButton = ret.RedirTable[sButton];
|
sButton = ret.RedirTable[sButton];
|
||||||
|
|
||||||
return sButton, sElement;
|
return sButton, sElement;
|
||||||
@@ -85,6 +90,7 @@ ret.PartsToRotate =
|
|||||||
["Tap Explosion Bright"] = true,
|
["Tap Explosion Bright"] = true,
|
||||||
["Tap Explosion Dim"] = true,
|
["Tap Explosion Dim"] = true,
|
||||||
["Tap Note"] = true,
|
["Tap Note"] = true,
|
||||||
|
["Tap Fake"] = true,
|
||||||
["Tap Lift"] = true,
|
["Tap Lift"] = true,
|
||||||
["Hold Head Active"] = true,
|
["Hold Head Active"] = true,
|
||||||
["Hold Head Inactive"] = true,
|
["Hold Head Inactive"] = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user