mirror of
https://github.com/wassname/rl_2d_walker.js.git
synced 2026-09-09 11:33:20 +08:00
qoutes
This commit is contained in:
+3
-1
@@ -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 + '"'
|
||||
|
||||
Reference in New Issue
Block a user