mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
update
This commit is contained in:
parent
6e22e4e857
commit
fad5d90c95
@ -60,11 +60,13 @@ class TextScramble {
|
||||
// Example
|
||||
// ——————————————————————————————————————————————————
|
||||
|
||||
const phrases = ['You think you are funny?',
|
||||
const phrases = [
|
||||
'You think you are funny?',
|
||||
'Do you think that the number 69 is funny?',
|
||||
'You probably just see the number 69 and go "haha 69"',
|
||||
'Its not funny',
|
||||
'Please stop'];
|
||||
'Please stop'
|
||||
];
|
||||
|
||||
|
||||
const el = document.querySelector('.text');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user