diff --git a/.gitignore b/.gitignore index e97c6ee..4cb7b24 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -target/ +*.lvl *.class +target/ diff --git a/sounds/attach.WAV b/sounds/attach.WAV new file mode 100755 index 0000000..3c28079 Binary files /dev/null and b/sounds/attach.WAV differ diff --git a/sounds/beep.WAV b/sounds/beep.WAV new file mode 100755 index 0000000..a43cc90 Binary files /dev/null and b/sounds/beep.WAV differ diff --git a/sounds/bump.WAV b/sounds/bump.WAV new file mode 100755 index 0000000..56c8ccd Binary files /dev/null and b/sounds/bump.WAV differ diff --git a/sounds/burn.WAV b/sounds/burn.WAV new file mode 100755 index 0000000..82485b6 Binary files /dev/null and b/sounds/burn.WAV differ diff --git a/sounds/charge.WAV b/sounds/charge.WAV new file mode 100755 index 0000000..dc95790 Binary files /dev/null and b/sounds/charge.WAV differ diff --git a/sounds/detatch.WAV b/sounds/detatch.WAV new file mode 100755 index 0000000..0c00a2f Binary files /dev/null and b/sounds/detatch.WAV differ diff --git a/sounds/discharge.WAV b/sounds/discharge.WAV new file mode 100755 index 0000000..f4b4faf Binary files /dev/null and b/sounds/discharge.WAV differ diff --git a/sounds/drop.WAV b/sounds/drop.WAV new file mode 100755 index 0000000..9dd7597 Binary files /dev/null and b/sounds/drop.WAV differ diff --git a/sounds/liberty.mid b/sounds/liberty.mid new file mode 100755 index 0000000..82be449 Binary files /dev/null and b/sounds/liberty.mid differ diff --git a/sounds/pickup.WAV b/sounds/pickup.WAV new file mode 100755 index 0000000..5fa80c0 Binary files /dev/null and b/sounds/pickup.WAV differ diff --git a/sounds/sp001.wav b/sounds/sp001.wav new file mode 100755 index 0000000..d02d28b Binary files /dev/null and b/sounds/sp001.wav differ diff --git a/sounds/teleport.WAV b/sounds/teleport.WAV new file mode 100755 index 0000000..65fefda Binary files /dev/null and b/sounds/teleport.WAV differ diff --git a/sounds/transport.WAV b/sounds/transport.WAV new file mode 100755 index 0000000..671ef35 Binary files /dev/null and b/sounds/transport.WAV differ