removing lamentations from the title

This commit is contained in:
Michael Winter 2017-12-28 12:40:02 -06:00
parent 8a2353a6ad
commit f04308fcd4
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -2,7 +2,7 @@
// VISUALS
// Init vars and window
var projectionWin, arduino_port, osc_func, brightness = {0} ! 27, refresh_func;
projectionWin = Window.new("Lamentations I: Remembering Clive Wearing", Rect(500, 500, 750, 500)).front;
projectionWin = Window.new("Remembering Clive Wearing", Rect(500, 500, 750, 500)).front;
projectionWin.background = Color.black;
// Keybinds (these can be change if conflicting with system keybinds)