stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/data/ccl stratagus.lua


From: address@hidden
Subject: [Stratagus-CVS] stratagus/data/ccl stratagus.lua
Date: 22 Dec 2003 21:50:54 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       03/12/22 21:50:54

Modified files:
        data/ccl       : stratagus.lua 

Log message:
        Lua TitleScreens Update

Patches:
Index: stratagus/data/ccl/stratagus.lua
diff -u stratagus/data/ccl/stratagus.lua:1.5 
stratagus/data/ccl/stratagus.lua:1.6
--- stratagus/data/ccl/stratagus.lua:1.5        Sun Dec 14 15:33:20 2003
+++ stratagus/data/ccl/stratagus.lua    Mon Dec 22 21:50:53 2003
@@ -26,7 +26,7 @@
 --      along with this program; if not, write to the Free Software
 --      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  
USA
 --
---     $Id: stratagus.lua,v 1.5 2003/12/14 04:33:20 jsalmon3 Exp $
+--     $Id: stratagus.lua,v 1.6 2003/12/22 10:50:53 wizzard Exp $
 
 -- For documentation see stratagus/doc/ccl/ccl.html
 --[[
@@ -55,8 +55,10 @@
 --SetContrast(110) SetBrightness(15) SetSaturation(100)
 
 --     Enter your default title screen.
-SetTitleScreens(
-       {"graphics/ui/stratagus.png", "music/default.mod"}
+SetTitleScreens({
+    Image = "graphics/ui/stratagus.png",
+       Music = "music/default.mod"
+       }
 --     {"graphics/logo_stratagus.avi"}
 )
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]