From f08e14fd51e2b1f5920ac6816774c5e72cbee5c0 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 14 Apr 2020 17:02:17 -0400 Subject: Day 4 progress. --- assets/images/player-bullets.png | Bin 620 -> 566 bytes assets/images/player-bullets.xcf | Bin 2645 -> 2757 bytes assets/images/player.xcf | Bin 2867 -> 2867 bytes assets/sounds/energy-max.wav | Bin 0 -> 179500 bytes assets/sounds/hit.wav | Bin 0 -> 2688 bytes assets/sounds/max-chain.wav | Bin 0 -> 164004 bytes assets/sounds/player-shoot.wav | Bin 806 -> 7050 bytes assets/sounds/voice.aup | 65 +++++++++++++++++++++++++++ assets/sounds/voice_data/e00/d00/e0000325.au | Bin 0 -> 205516 bytes assets/sounds/voice_data/e00/d00/e00004a0.au | Bin 0 -> 190020 bytes assets/sounds/voice_data/e00/d00/e0000bd0.au | Bin 0 -> 170156 bytes assets/sounds/voice_data/e00/d00/e0000d0c.au | Bin 0 -> 205516 bytes assets/sounds/voice_data/e00/d00/e0000db0.au | Bin 0 -> 190020 bytes assets/sounds/voice_data/e00/d00/e0000e12.au | Bin 0 -> 170156 bytes 14 files changed, 65 insertions(+) create mode 100644 assets/sounds/energy-max.wav create mode 100644 assets/sounds/hit.wav create mode 100644 assets/sounds/max-chain.wav create mode 100644 assets/sounds/voice.aup create mode 100644 assets/sounds/voice_data/e00/d00/e0000325.au create mode 100644 assets/sounds/voice_data/e00/d00/e00004a0.au create mode 100644 assets/sounds/voice_data/e00/d00/e0000bd0.au create mode 100644 assets/sounds/voice_data/e00/d00/e0000d0c.au create mode 100644 assets/sounds/voice_data/e00/d00/e0000db0.au create mode 100644 assets/sounds/voice_data/e00/d00/e0000e12.au (limited to 'assets') diff --git a/assets/images/player-bullets.png b/assets/images/player-bullets.png index 5aecd50..8f0251c 100644 Binary files a/assets/images/player-bullets.png and b/assets/images/player-bullets.png differ diff --git a/assets/images/player-bullets.xcf b/assets/images/player-bullets.xcf index 1977d7a..a9db8e1 100644 Binary files a/assets/images/player-bullets.xcf and b/assets/images/player-bullets.xcf differ diff --git a/assets/images/player.xcf b/assets/images/player.xcf index 4ce0366..a649ef9 100644 Binary files a/assets/images/player.xcf and b/assets/images/player.xcf differ diff --git a/assets/sounds/energy-max.wav b/assets/sounds/energy-max.wav new file mode 100644 index 0000000..c66ffef Binary files /dev/null and b/assets/sounds/energy-max.wav differ diff --git a/assets/sounds/hit.wav b/assets/sounds/hit.wav new file mode 100644 index 0000000..5b26231 Binary files /dev/null and b/assets/sounds/hit.wav differ diff --git a/assets/sounds/max-chain.wav b/assets/sounds/max-chain.wav new file mode 100644 index 0000000..3b9cfee Binary files /dev/null and b/assets/sounds/max-chain.wav differ diff --git a/assets/sounds/player-shoot.wav b/assets/sounds/player-shoot.wav index ec3bb6b..40e3487 100644 Binary files a/assets/sounds/player-shoot.wav and b/assets/sounds/player-shoot.wav differ diff --git a/assets/sounds/voice.aup b/assets/sounds/voice.aup new file mode 100644 index 0000000..5ac0d35 --- /dev/null +++ b/assets/sounds/voice.aup @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/sounds/voice_data/e00/d00/e0000325.au b/assets/sounds/voice_data/e00/d00/e0000325.au new file mode 100644 index 0000000..3faf78d Binary files /dev/null and b/assets/sounds/voice_data/e00/d00/e0000325.au differ diff --git a/assets/sounds/voice_data/e00/d00/e00004a0.au b/assets/sounds/voice_data/e00/d00/e00004a0.au new file mode 100644 index 0000000..96779a4 Binary files /dev/null and b/assets/sounds/voice_data/e00/d00/e00004a0.au differ diff --git a/assets/sounds/voice_data/e00/d00/e0000bd0.au b/assets/sounds/voice_data/e00/d00/e0000bd0.au new file mode 100644 index 0000000..aa6bb24 Binary files /dev/null and b/assets/sounds/voice_data/e00/d00/e0000bd0.au differ diff --git a/assets/sounds/voice_data/e00/d00/e0000d0c.au b/assets/sounds/voice_data/e00/d00/e0000d0c.au new file mode 100644 index 0000000..6ffc431 Binary files /dev/null and b/assets/sounds/voice_data/e00/d00/e0000d0c.au differ diff --git a/assets/sounds/voice_data/e00/d00/e0000db0.au b/assets/sounds/voice_data/e00/d00/e0000db0.au new file mode 100644 index 0000000..cdbe9e5 Binary files /dev/null and b/assets/sounds/voice_data/e00/d00/e0000db0.au differ diff --git a/assets/sounds/voice_data/e00/d00/e0000e12.au b/assets/sounds/voice_data/e00/d00/e0000e12.au new file mode 100644 index 0000000..c0b723e Binary files /dev/null and b/assets/sounds/voice_data/e00/d00/e0000e12.au differ -- cgit v1.2.3