Files
itgmania212121/NoteSkins/kb7/default/Key Receptor.lua
T

14 lines
540 B
Lua
Raw Normal View History

2008-07-01 02:56:41 +00:00
local t = Def.ActorFrame {
2008-07-26 16:28:01 +00:00
LoadActor( "Key Go Receptor" )..{
2008-07-01 02:56:41 +00:00
InitCommand=NOTESKIN:GetMetricA('ReceptorArrow', 'InitCommand');
NoneCommand=NOTESKIN:GetMetricA('ReceptorArrow', 'NoneCommand');
};
2008-07-26 16:28:01 +00:00
LoadActor( "Key Go Receptor" )..{
2008-07-01 02:56:41 +00:00
InitCommand=NOTESKIN:GetMetricA('ReceptorOverlay', 'InitCommand');
PressCommand=NOTESKIN:GetMetricA('ReceptorOverlay', 'PressCommand');
LiftCommand=NOTESKIN:GetMetricA('ReceptorOverlay', 'LiftCommand');
NoneCommand=NOTESKIN:GetMetricA('ReceptorArrow', 'NoneCommand');
};
};
return t;