diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-29 20:05:16 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-29 20:05:16 +0200 |
commit | 0d59b04feb71b59ed742a61991768733a7e608f1 (patch) | |
tree | e301596515ccac744d19f1378508b1735fde70e4 | |
parent | d5b943056f3a8fbe6b6d9a8bca5b0e94de55eff8 (diff) | |
parent | b4ab264a05a31c0bd87a6ee6a1627ce23ba7d18a (diff) | |
download | hurrycurry-0d59b04feb71b59ed742a61991768733a7e608f1.tar hurrycurry-0d59b04feb71b59ed742a61991768733a7e608f1.tar.bz2 hurrycurry-0d59b04feb71b59ed742a61991768733a7e608f1.tar.zst |
Merge branch 'master' of https://codeberg.org/metamuffin/undercooked
-rw-r--r-- | client/audio/TODO.md | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/client/audio/TODO.md b/client/audio/TODO.md new file mode 100644 index 00000000..56c3c064 --- /dev/null +++ b/client/audio/TODO.md @@ -0,0 +1,42 @@ +
+sfx:
+- plate on table
+ - `plate_down1`
+ - `plate_down2`
+ - `plate_down3`
+- stuff on plate
+ - `into_plate1`
+ - `into_plate2`
+- stuff in pot
+ - `into_pot1`
+ - `into_pot2`
+- stuff in cutting board
+ - `into_board1`
+ - `into_board2`
+- stuff in blender
+ - `into_blender1`
+- cutting
+ - `cutting1`
+ - `cutting2`
+ - `cutting3`
+- cooking
+ - `cooking1`
+ - `cooking2`
+ - `cooking3`
+- blender
+ - `blender1`
+ - `blender2`
+ - `blender3`
+- pickup plate
+ - `plate_up`
+- pickup other
+ - `pickup1`
+ - `pickup2`
+- walking
+ - `steps1`
+ - `steps2`
+ - `steps3`
+- running
+ - `steps_fast1`
+ - `steps_fast2`
+ - `steps_fast3`
|