Start of pulsing Lifts a la Pro 2.
Not working at this point, but not breaking the noteskins.
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
return NOTESKIN:LoadActor("Center","Tap Note")..{
|
||||||
|
InitCommand=cmd(pulse;effectclock,"beat";effecttiming,1,0.5,1,0.5;effectmagnitude,0.5,0.5,0.5);
|
||||||
|
};
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
return NOTESKIN:LoadActor("DownLeft","Tap Note")..{
|
||||||
|
InitCommand=cmd(pulse;effectclock,"beat";effecttiming,1,0.5,1,0.5;effectmagnitude,0.5,0.5,0.5)
|
||||||
|
};
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
return NOTESKIN:LoadActor("DownRight","Tap Note")..{
|
||||||
|
InitCommand=cmd(pulse;effectclock,"beat";effecttiming,1,0.5,1,0.5;effectmagnitude,0.5,0.5,0.5)
|
||||||
|
};
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
return NOTESKIN:LoadActor("UpLeft","Tap Note")..{
|
||||||
|
InitCommand=cmd(pulse;effectclock,"beat";effecttiming,1,0.5,1,0.5;effectmagnitude,0.5,0.5,0.5)
|
||||||
|
};
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
return NOTESKIN:LoadActor("UpRight","Tap Note")..{
|
||||||
|
InitCommand=cmd(pulse;effectclock,"beat";effecttiming,1,0.5,1,0.5;effectmagnitude,0.5,0.5,0.5)
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user