Line endings...be normalized!
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
-- Upper left corner of the screen.
|
||||
local cColor1 = color(Var "Color1");
|
||||
local t = Def.ActorFrame {
|
||||
LoadActor(Var "File1") .. {
|
||||
OnCommand=cmd(diffuse,cColor1);
|
||||
GainFocusCommand=cmd(play);
|
||||
LoseFocusCommand=cmd(pause);
|
||||
};
|
||||
};
|
||||
|
||||
return t;
|
||||
|
||||
-- Upper left corner of the screen.
|
||||
local cColor1 = color(Var "Color1");
|
||||
local t = Def.ActorFrame {
|
||||
LoadActor(Var "File1") .. {
|
||||
OnCommand=cmd(diffuse,cColor1);
|
||||
GainFocusCommand=cmd(play);
|
||||
LoseFocusCommand=cmd(pause);
|
||||
};
|
||||
};
|
||||
|
||||
return t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user