Revert "Handle noteskin lua. Thanks to Jousway."
This reverts commit 1532c4e5ab.
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
--If a Command has "NOTESKIN:GetMetricA" in it, that means it gets the command from the metrics.ini, else use function(self) end; to define command.
|
||||
--If a Command has "NOTESKIN:GetMetricA" in it, that means it gets the command from the metrics.ini, else use cmd(); to define command.
|
||||
--If you dont know how "NOTESKIN:GetMetricA" works here is an explanation.
|
||||
--NOTESKIN:GetMetricA("The [Group] in the metrics.ini", "The actual Command to fallback on in the metrics.ini");
|
||||
|
||||
local t = Def.ActorFrame {
|
||||
Def.Sprite {
|
||||
Texture=NOTESKIN:GetPath("_DownLeft", "Go Receptor" );
|
||||
InitCommand=function(self)
|
||||
self:effectclock("beat");
|
||||
end;
|
||||
InitCommand=cmd(effectclock,"beat");
|
||||
NoneCommand=NOTESKIN:GetMetricA("ReceptorArrow", "NoneCommand");
|
||||
PressCommand=NOTESKIN:GetMetricA("ReceptorArrow", "PressCommand");
|
||||
LiftCommand=NOTESKIN:GetMetricA("ReceptorArrow", "LiftCommand");
|
||||
|
||||
Reference in New Issue
Block a user