mirror of
https://github.com/KevinMidboe/cubewaves.git
synced 2025-10-29 09:30:18 +00:00
Changed the background color of the canvas to hex value.
This commit is contained in:
@@ -10,7 +10,7 @@ function setup() {
|
||||
}
|
||||
|
||||
function draw() {
|
||||
background(220);
|
||||
background("#1e1e1e");
|
||||
ortho(-700, 700, 700, -700, 0, 1200);
|
||||
|
||||
rotateX(-ma);
|
||||
|
||||
Reference in New Issue
Block a user