From: <ult...@us...> - 2007-09-01 18:33:07
|
Revision: 708 http://opengate.svn.sourceforge.net/opengate/?rev=708&view=rev Author: ultrasick Date: 2007-09-01 11:33:03 -0700 (Sat, 01 Sep 2007) Log Message: ----------- fixed format in the sounds.xml Modified Paths: -------------- trunk/data/misc/credits.txt trunk/data/misc/sounds.xml Modified: trunk/data/misc/credits.txt =================================================================== --- trunk/data/misc/credits.txt 2007-08-31 20:19:41 UTC (rev 707) +++ trunk/data/misc/credits.txt 2007-09-01 18:33:03 UTC (rev 708) @@ -42,4 +42,7 @@ ... www.WyomingWebDesign.com for sentinel sound files, a cool laser shot sound and a sound of a - camera! \ No newline at end of file + camera! + +... www.WavPlanet.com for the shield + impact sound! \ No newline at end of file Modified: trunk/data/misc/sounds.xml =================================================================== --- trunk/data/misc/sounds.xml 2007-08-31 20:19:41 UTC (rev 707) +++ trunk/data/misc/sounds.xml 2007-09-01 18:33:03 UTC (rev 708) @@ -1,16 +1,24 @@ <?xml version="1.0" encoding="UTF-8" ?> <container> -<!-- <sound> --> -<!-- name="symbolic name which is used ingame" --> -<!-- file="location of the sound respectivly to the trunk/data direction" --> -<!-- </sound> --> - <sound><name>sounds/defaultLaser</name> - <file>sounds/guns/laser2.ogg</file></sound> - <sound><name>sounds/GUI/click</name> - <file>sounds/GUI/click.ogg</file></sound> - <sound><name>sounds/docked/defaultMusic</name> - <file>sounds/stations/quantar/Sarin_Sunday_-_Lonely_hike.ogg</file></sound> - <sound><name>sounds/undocked/defaultMusic</name> - <file>sounds/sectors/tauseti/Simon_Mahler_-_HipDaHop.ogg</file></sound> -</container> + <!-- <sound> --> + <!-- <name> = symbolic name which is used ingame --> + <!-- <file> = location of the sound respectivly to the trunk/data direction --> + <!-- </sound> --> + <sound> + <name>sounds/defaultLaser</name> + <file>sounds/guns/laser2.ogg</file> + </sound> + <sound> + <name>sounds/GUI/click</name> + <file>sounds/GUI/click.ogg</file> + </sound> + <sound> + <name>sounds/docked/defaultMusic</name> + <file>sounds/stations/quantar/Sarin_Sunday_-_Lonely_hike.ogg</file> + </sound> + <sound> + <name>sounds/undocked/defaultMusic</name> + <file>sounds/sectors/tauseti/Simon_Mahler_-_HipDaHop.ogg</file> + </sound> +</container> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |