refactor Utils package

This commit is contained in:
2026-02-05 13:50:06 +02:00
parent b1a13c339b
commit 9d22fe8413
12 changed files with 131 additions and 14 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import {
import { Text } from "troika-three-text";
import { EventManager } from "./EventManager";
import Utils from "./Utils";
import Utils from "#/app/Utils";
class DashBoard extends EventManager {
#points = 0;
constructor(engine) {