Separate renderer into own folder
This commit is contained in:
+1
-1
@@ -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>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user