adjust stats-world perspective & size & colors

This commit is contained in:
2023-05-16 18:56:50 -06:00
parent 8c6c32ed20
commit 9b1c51ba15
7 changed files with 11 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ import { createRenderer } from "./systems/renderer.js";
// from outside the module
const color = "#42b883";
const color2 = "#4eac82";
const color2 = "#0055aa";
let camera;
let renderer;