part A of a commit regarding kb7

This commit is contained in:
AJ Kelly
2010-06-27 20:34:33 -05:00
parent cdacf2deb5
commit 06c5a51e30
32 changed files with 21 additions and 112 deletions
-13
View File
@@ -1,13 +0,0 @@
local t = Def.ActorFrame {
LoadActor( "Key Go Receptor" )..{
InitCommand=NOTESKIN:GetMetricA('ReceptorArrow', 'InitCommand');
NoneCommand=NOTESKIN:GetMetricA('ReceptorArrow', 'NoneCommand');
};
LoadActor( "Key Go Receptor" )..{
InitCommand=NOTESKIN:GetMetricA('ReceptorOverlay', 'InitCommand');
PressCommand=NOTESKIN:GetMetricA('ReceptorOverlay', 'PressCommand');
LiftCommand=NOTESKIN:GetMetricA('ReceptorOverlay', 'LiftCommand');
NoneCommand=NOTESKIN:GetMetricA('ReceptorArrow', 'NoneCommand');
};
};
return t;