Skip to content

Commit

Permalink
trying out some new sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksoderblom committed Dec 28, 2012
1 parent 32e3f4b commit e87b164
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added sounds/leftright.wav
Binary file not shown.
8 changes: 4 additions & 4 deletions sounds/sounds.xml
Expand Up @@ -35,19 +35,19 @@
<actions> <actions>
<action> <action>
<name>left</name> <name>left</name>
<file>cursor.wav</file> <file>leftright.wav</file>
</action> </action>
<action> <action>
<name>right</name> <name>right</name>
<file>cursor.wav</file> <file>leftright.wav</file>
</action> </action>
<action> <action>
<name>up</name> <name>up</name>
<file>cursor.wav</file> <file>updown.wav</file>
</action> </action>
<action> <action>
<name>down</name> <name>down</name>
<file>cursor.wav</file> <file>updown.wav</file>
</action> </action>
<action> <action>
<name>select</name> <name>select</name>
Expand Down
Binary file added sounds/updown.wav
Binary file not shown.

0 comments on commit e87b164

Please sign in to comment.