removing lamentations from the title
This commit is contained in:
parent
8a2353a6ad
commit
f04308fcd4
Binary file not shown.
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue