Files
itgmania212121/NoteSkins/pump/naket-note/DownLeft Receptor.lua
T
2010-01-26 21:00:30 -06:00

15 lines
393 B
Lua

local t = ...;
t = Def.ActorFrame {
children = {
Def.Sprite {
Texture=NOTESKIN:GetPath( '_DownLeft', 'receptor' );
Frame0000=0;
Delay0000=1;
InitCommand=NOTESKIN:GetMetricA('ReceptorArrow', 'InitCommand');
NoneCommand=NOTESKIN:GetMetricA('ReceptorArrow', 'NoneCommand');
PressCommand=NOTESKIN:GetMetricA('ReceptorArrow', 'PressCommand');
};
}
}
return t;