Move anim class and stylesheet

This commit is contained in:
Idrees Hassan
2025-10-26 13:56:14 -04:00
parent a9f386b6bd
commit 45ed91a531
7 changed files with 147 additions and 139 deletions

View File

@@ -18,7 +18,7 @@ const spriteSheets = [
}
];
const STYLESHEET_PATH = "./stylesheet.css";
const STYLESHEET_PATH = "./src/stylesheet.css";
const STYLESHEET_KEY = "___STYLESHEET___";
const now = new Date();