diff options
author | Sofviic <sofviic1993@gmail.com> | 2024-06-29 21:06:52 +0300 |
---|---|---|
committer | Sofviic <sofviic1993@gmail.com> | 2024-06-29 21:06:52 +0300 |
commit | b4ab264a05a31c0bd87a6ee6a1627ce23ba7d18a (patch) | |
tree | 6b9caf318906730133732558fb20d59237f136c9 /client/audio | |
parent | 5f361ffedfd132c5a900ca8dcb1b25fcb21a2e33 (diff) | |
download | hurrycurry-b4ab264a05a31c0bd87a6ee6a1627ce23ba7d18a.tar hurrycurry-b4ab264a05a31c0bd87a6ee6a1627ce23ba7d18a.tar.bz2 hurrycurry-b4ab264a05a31c0bd87a6ee6a1627ce23ba7d18a.tar.zst |
skeleton of recipes
Diffstat (limited to 'client/audio')
-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`
|