From 8a0aee4eb68a3442b574a8bf355da6a31492f84b Mon Sep 17 00:00:00 2001 From: wassname Date: Mon, 3 Dec 2018 18:04:32 +0800 Subject: [PATCH] qoutes --- src/js/game.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/js/game.js b/src/js/game.js index 828d1d0..a10be22 100644 --- a/src/js/game.js +++ b/src/js/game.js @@ -35,7 +35,9 @@ chooseQoute = function () { 'This is not a disco', 'Disco simulator 2100', "This is a metaphor for life", - "You're driving me up the wall" + "The balls represent love", + "You're driving me up the wall", + "The wall represent's life, it can lift you up, it can bring you down.", ] var qoute = qoutes[randi(0, qoutes.length)] document.getElementById('page_quote').innerText = '"' + qoute + '"'