Separate renderer into own folder

This commit is contained in:
2026-03-11 10:05:43 -03:00
parent d753cf4364
commit 054125bc32
28 changed files with 601 additions and 21 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { load_texture, Texture } from "./renderer.ts";
import { load_texture, Texture } from "./renderer/mod.ts";
type Asset = Texture | HTMLAudioElement | string | Record<string, unknown>;