diff --git a/README.md b/README.md index f18d972..f30212c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ I don #### Instructions +Drop the "rsc" folder into the same directory as the executable To select a card, click on it To pass three cards at the start of the round, select them and press F1 To speed up the wait after a round, press F1 diff --git a/rsc/back.bmp b/rsc/back.bmp new file mode 100644 index 0000000..b7e721e Binary files /dev/null and b/rsc/back.bmp differ diff --git a/rsc/cards.bmp b/rsc/cards.bmp new file mode 100644 index 0000000..717310d Binary files /dev/null and b/rsc/cards.bmp differ diff --git a/rsc/glass_break.wav b/rsc/glass_break.wav new file mode 100644 index 0000000..6b69d36 Binary files /dev/null and b/rsc/glass_break.wav differ diff --git a/rsc/heart.bmp b/rsc/heart.bmp new file mode 100644 index 0000000..8b8cba1 Binary files /dev/null and b/rsc/heart.bmp differ diff --git a/rsc/knock.wav b/rsc/knock.wav new file mode 100644 index 0000000..d5ca087 Binary files /dev/null and b/rsc/knock.wav differ