[oden] Garbage assets, need to rewrite to IO

This commit is contained in:
John Doty 2023-06-27 17:16:37 -07:00
parent 75fcc427ac
commit 17805fa4a6
17 changed files with 240 additions and 94 deletions

1
types/asset-core.d.ts vendored Normal file
View file

@ -0,0 +1 @@
export function load_texture(path: string): number;

View file

@ -12,3 +12,4 @@ export function spr(
sw: number,
sh: number
);
export function use_texture(id: number);