Line endings...be normalized!

This commit is contained in:
Jason Felds
2011-03-17 01:47:30 -04:00
parent 146e8e14f1
commit a085d0d1da
1962 changed files with 444486 additions and 444486 deletions
+12 -12
View File
@@ -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;