This commit is contained in:
rouce 2023-10-14 23:19:34 -04:00
parent 2d1e2a32af
commit a40d1e8813
3 changed files with 18 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -418,4 +418,4 @@ function onWindowResize() {
camera.updateProjectionMatrix();
renderer.setSize(innerWidth, innerHeight);
labelRenderer.setSize(innerWidth, innerHeight);
}
}

View file

@ -276,4 +276,4 @@ button {
padding: 4px;
border-radius: 4px;
font-size: 14px;
}
}