diff --git a/common.js b/common.js index 1027e75..575b6ed 100644 --- a/common.js +++ b/common.js @@ -433,26 +433,28 @@ var EIGHT_BALL = [ 'Yes', 'No', 'Maybe', - 'Ara ara', + 'Ara ara~', + 'あってさて~ *smokes pipe*', + 'Are you pure?', 'Why this', - 'Help', - 'git gud', 'Okay', 'My condolences', - 'Praise be', - 'EEEEEEH?!', 'Try again never', - '100%', 'Can you repeat the question', - 'lol', - '0.1%', - 'agreedo', - 'nope.avi', 'Would you kindly?', ]; var IMFEY = [ + 'EEEEEEH?!', + 'nope.avi', + '100%', + 'Praise be', 'wowme2', + 'lol', + '0.1%', + 'agreedo', + 'Help', + 'git gud', 'u do u', "go get 'em champ", 'my child...', diff --git a/imager/assets b/imager/assets new file mode 120000 index 0000000..ec2e4be --- /dev/null +++ b/imager/assets @@ -0,0 +1 @@ +../assets \ No newline at end of file diff --git a/www/css/yakui.css b/www/css/yakui.css index a125ca8..5e0f4c4 100644 --- a/www/css/yakui.css +++ b/www/css/yakui.css @@ -23,7 +23,7 @@ article, section { background: rgba(72, 34, 102, 0.5); padding: 10px; - transform: rotate(5deg) skew(5deg); + transform: rotate(2deg) skew(3deg); transition: ease-in 0.5s; }