minor appearances

This commit is contained in:
2023-02-06 18:08:29 -06:00
parent 8193a6109e
commit cc49499ac6
4 changed files with 7 additions and 7 deletions

View File

@@ -67,7 +67,7 @@ function windowResized() {
}
function draw() {
background(32);
background(24);
for (let i = 0; i < balls.length; i++) {
balls[i].update();

View File

@@ -82,7 +82,6 @@ function toggleMenu() {
}
async function goto(location, {push=true, toggle=true}={}) {
console.log(toggle)
let a = await fetch("/api/goto/" + location, {
credentials: "include",
method: "GET",