diff options
author | Stijn Buys <ingar@osirion.org> | 2012-12-28 22:56:32 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-12-28 22:56:32 +0000 |
commit | c4adc7f2e079e1fb68e24c93c7e07d68ac0968dc (patch) | |
tree | 73f01f786f82a790a6d7a875a57b9d3d2886984e /doc | |
parent | f416e6b792e5dda143f60b7a2724db6b3ec33d75 (diff) |
Added projectile sounds to list of attributions.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/attributions.html | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/doc/attributions.html b/doc/attributions.html index c8ad5e9..e90d6a6 100644 --- a/doc/attributions.html +++ b/doc/attributions.html @@ -458,8 +458,33 @@ <td>sounds/engines</td> <td>jump_stop00.wav</td> <td> - Colman O'Reilly - (<a href="http://wiki.laptop.org/go/Free_sound_samples">OLPC Free Sound Samples</a>) + Thunder.wav by Colman O'Reilly, + from the <a href="http://wiki.laptop.org/go/Free_sound_samples">OLPC Free Sound Samples</a> + </td> + </tr> + + <tr> + <td>sounds/projectiles</td> + <td>blaster.wav</td> + <td> + laser6.wav by Matt Lange, + from the <a href="http://wiki.laptop.org/go/Free_sound_samples">OLPC Free Sound Samples</a> + </td> + </tr> + <tr> + <td>sounds/projectiles</td> + <td>laser.wav</td> + <td> + laser2.wav by Matt Lange, + from the <a href="http://wiki.laptop.org/go/Free_sound_samples">OLPC Free Sound Samples</a> + </td> + </tr> + <tr> + <td>sounds/projectiles</td> + <td>neutron.wav</td> + <td> + kick4.wav by Matt Lange, + from the <a href="http://wiki.laptop.org/go/Free_sound_samples">OLPC Free Sound Samples</a> </td> </tr> |