diff --git a/src/web/ts/index.ts b/src/web/ts/index.ts index fb5231c..205ddf2 100644 --- a/src/web/ts/index.ts +++ b/src/web/ts/index.ts @@ -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/) 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 */ +/* + 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 let particles: Particle[] = []; let font: p5.Font;