three js frog for fun

This commit is contained in:
2024-05-29 21:51:30 +02:00
parent 2b9387cd7c
commit e9bea5e1e5
6 changed files with 159 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ import "./counter.js";
import { updateCountdown } from "./counter.js";
import { checkEndpoint, pixelSize } from "./constants.js";
import { handleSocketEvents } from "./canvas.js";
import "./challenge.js"
const isDebug = import.meta.env.VITE_IS_DEBUG === "true";