mirror of
https://github.com/KevinMidboe/cubewaves.git
synced 2025-12-28 20:51:07 +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() {
|
function draw() {
|
||||||
background(220);
|
background("#1e1e1e");
|
||||||
ortho(-700, 700, 700, -700, 0, 1200);
|
ortho(-700, 700, 700, -700, 0, 1200);
|
||||||
|
|
||||||
rotateX(-ma);
|
rotateX(-ma);
|
||||||
|
|||||||
Reference in New Issue
Block a user