today in class i made geometry dash

I used the code ctx.fillStyle = “#151824”;
ctx.fillRect(0, groundY, W, H – groundY);
to sets the color to a dark blue‑black.
then fill a rectangle from the ground level (groundY) to the bottom of the screen.
today in class i made geometry dash

I used the code ctx.fillStyle = “#151824”;
ctx.fillRect(0, groundY, W, H – groundY);
to sets the color to a dark blue‑black.
then fill a rectangle from the ground level (groundY) to the bottom of the screen.