diff options
| author | Jules Laplace <jules@okfoc.us> | 2013-02-22 12:13:52 -0800 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2013-02-22 12:13:52 -0800 |
| commit | 5d739fc4f42e85439e90608956e2f2e5fe7597cd (patch) | |
| tree | ef98bd633273fd7b5af13deb4e0c27ff770a0812 /public | |
| parent | 6d0132c4a9fd25afe7633f1eabb0f498f5ec8d6b (diff) | |
emotions
Diffstat (limited to 'public')
21 files changed, 0 insertions, 2 deletions
diff --git a/public/img/emoticons/beer.gif b/public/img/emoticons/beer.gif Binary files differnew file mode 100644 index 0000000..4b07803 --- /dev/null +++ b/public/img/emoticons/beer.gif diff --git a/public/img/emoticons/cool.gif b/public/img/emoticons/cool.gif Binary files differnew file mode 100644 index 0000000..3a9c359 --- /dev/null +++ b/public/img/emoticons/cool.gif diff --git a/public/img/emoticons/creep.gif b/public/img/emoticons/creep.gif Binary files differnew file mode 100644 index 0000000..8bebbc6 --- /dev/null +++ b/public/img/emoticons/creep.gif diff --git a/public/img/emoticons/embarrassed.gif b/public/img/emoticons/embarrassed.gif Binary files differnew file mode 100644 index 0000000..d4cb75f --- /dev/null +++ b/public/img/emoticons/embarrassed.gif diff --git a/public/img/emoticons/happy.gif b/public/img/emoticons/happy.gif Binary files differnew file mode 100644 index 0000000..7009f7d --- /dev/null +++ b/public/img/emoticons/happy.gif diff --git a/public/img/emoticons/heart.gif b/public/img/emoticons/heart.gif Binary files differnew file mode 100644 index 0000000..cf2ec79 --- /dev/null +++ b/public/img/emoticons/heart.gif diff --git a/public/img/emoticons/hm.gif b/public/img/emoticons/hm.gif Binary files differnew file mode 100644 index 0000000..3538a05 --- /dev/null +++ b/public/img/emoticons/hm.gif diff --git a/public/img/emoticons/judge.gif b/public/img/emoticons/judge.gif Binary files differnew file mode 100644 index 0000000..943b85f --- /dev/null +++ b/public/img/emoticons/judge.gif diff --git a/public/img/emoticons/kiss.gif b/public/img/emoticons/kiss.gif Binary files differnew file mode 100644 index 0000000..52c1f12 --- /dev/null +++ b/public/img/emoticons/kiss.gif diff --git a/public/img/emoticons/mad.gif b/public/img/emoticons/mad.gif Binary files differnew file mode 100644 index 0000000..5a6eda2 --- /dev/null +++ b/public/img/emoticons/mad.gif diff --git a/public/img/emoticons/no.gif b/public/img/emoticons/no.gif Binary files differnew file mode 100644 index 0000000..25c4878 --- /dev/null +++ b/public/img/emoticons/no.gif diff --git a/public/img/emoticons/notspeaking.gif b/public/img/emoticons/notspeaking.gif Binary files differnew file mode 100644 index 0000000..cbb794b --- /dev/null +++ b/public/img/emoticons/notspeaking.gif diff --git a/public/img/emoticons/rose.gif b/public/img/emoticons/rose.gif Binary files differnew file mode 100644 index 0000000..d8fd9e5 --- /dev/null +++ b/public/img/emoticons/rose.gif diff --git a/public/img/emoticons/sad.gif b/public/img/emoticons/sad.gif Binary files differnew file mode 100644 index 0000000..5798b00 --- /dev/null +++ b/public/img/emoticons/sad.gif diff --git a/public/img/emoticons/smouth.gif b/public/img/emoticons/smouth.gif Binary files differnew file mode 100644 index 0000000..480c63a --- /dev/null +++ b/public/img/emoticons/smouth.gif diff --git a/public/img/emoticons/tear.gif b/public/img/emoticons/tear.gif Binary files differnew file mode 100644 index 0000000..980d2d8 --- /dev/null +++ b/public/img/emoticons/tear.gif diff --git a/public/img/emoticons/timid.gif b/public/img/emoticons/timid.gif Binary files differnew file mode 100644 index 0000000..03ab1c8 --- /dev/null +++ b/public/img/emoticons/timid.gif diff --git a/public/img/emoticons/tounge.gif b/public/img/emoticons/tounge.gif Binary files differnew file mode 100644 index 0000000..bde723d --- /dev/null +++ b/public/img/emoticons/tounge.gif diff --git a/public/img/emoticons/unsure.gif b/public/img/emoticons/unsure.gif Binary files differnew file mode 100644 index 0000000..a688283 --- /dev/null +++ b/public/img/emoticons/unsure.gif diff --git a/public/img/emoticons/wink.gif b/public/img/emoticons/wink.gif Binary files differnew file mode 100644 index 0000000..a6c6405 --- /dev/null +++ b/public/img/emoticons/wink.gif diff --git a/public/js/game.js b/public/js/game.js index d7c96dc..7bdabbf 100644 --- a/public/js/game.js +++ b/public/js/game.js @@ -1,7 +1,5 @@ var socket = io.connect(window.location.hostname); - - var imageCount = 0; socket.on('join', function(json) { var data = JSON.parse(json); |
