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
@@ -1,8 +1,8 @@
-- this file returns a single quad that represents the background of most screens in the theme.
return Def.Quad{
-- FullScreen is defined in Themes/_fallback/Scripts/02 Actor.lua in sm-ssc.
-- colors can either be entered as hex ("#FFFFFFFF") or 0..1 ("1.0,1.0,1.0,1.0")
-- where the values are Red, Green, Blue, and Alpha (transparency).
InitCommand=cmd(FullScreen;diffuse,color("#fffdf2"));
-- this file returns a single quad that represents the background of most screens in the theme.
return Def.Quad{
-- FullScreen is defined in Themes/_fallback/Scripts/02 Actor.lua in sm-ssc.
-- colors can either be entered as hex ("#FFFFFFFF") or 0..1 ("1.0,1.0,1.0,1.0")
-- where the values are Red, Green, Blue, and Alpha (transparency).
InitCommand=cmd(FullScreen;diffuse,color("#fffdf2"));
};