Add lyric-header
This commit is contained in:
parent
f641a29bd8
commit
6da999c5d5
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
The original version of this Processing script was written by
|
The original version of this ProcessingJava script was written by
|
||||||
Jason Labbe (available here: https://openprocessing.org/sketch/377231/)
|
Jason Labbe (available here: https://openprocessing.org/sketch/377231/)
|
||||||
|
|
||||||
This is a highly modified version by Sophie, firstly re-written using JS, and then
|
This is a highly modified version by Sophie, firstly re-written using JS, and then
|
||||||
|
@ -9,6 +9,17 @@
|
||||||
https://creativecommons.org/licenses/by-sa/3.0/deed.en
|
https://creativecommons.org/licenses/by-sa/3.0/deed.en
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
You won't believe what they say about us, bad PR
|
||||||
|
Bad chemistry between the 9 and 3-Star
|
||||||
|
Only real fanatics know, TL;DR
|
||||||
|
In the ER, at the hotel, two key-cards
|
||||||
|
GTB, they still want to hear "GT-R"
|
||||||
|
Black Discharge top, G-Star Raw's
|
||||||
|
Sing Peroxide on the stage in B-sharp
|
||||||
|
black windows on the strip, black Dodge Charge
|
||||||
|
*/
|
||||||
|
|
||||||
// Global variables
|
// Global variables
|
||||||
let particles: Particle[] = [];
|
let particles: Particle[] = [];
|
||||||
let font: p5.Font;
|
let font: p5.Font;
|
||||||
|
|
Loading…
Reference in a new issue