From d310072524ceb5568326ac770388fe9058c58bd9 Mon Sep 17 00:00:00 2001 From: mr-russ <> Date: Wed, 19 May 2004 00:15:32 +0000 Subject: [PATCH] Small updates to media information Still much outstanding here. jim4 will have to look into that. eg 32bit images --- doc/media.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/media.html b/doc/media.html index 05bbbaf11..4ec1d8fdc 100644 --- a/doc/media.html +++ b/doc/media.html @@ -60,15 +60,15 @@ recommended that you use 16 bit, 22050 kHz, mono format. To save more space, it is recommended that you gzip the file too.<p> - All the sound entry data is in data/ccl/sound.ccl, - Here is an example ccl entry for: data/sounds/human/buildings/farm.wav.gz<p> + All the sound entry data is in data/scripts/sound.lua, + Here is an example lua entry for: data/sounds/human/buildings/farm.wav.gz<p> - <pre>(make-sound "farm-selected" "human/buildings/farm.wav")</pre><p> + <pre>MakeSound("farm-selected", "human/buildings/farm.wav")</pre><p> - Note how the '.gz' suffix isn't needed in the ccl entry, + Note how the '.gz' suffix isn't needed in the lua entry, the Stratagus engine detects this automatically.<p> - You may look through the ccl file for more examples.<p> + You may look through the script files for existing media for more examples.<p> <hr> (C) Copyright 1998-2004 by The <a href="http://stratagus.sf.net">Stratagus</a> Project