[oden] Garbage assets, need to rewrite to IO
This commit is contained in:
parent
75fcc427ac
commit
17805fa4a6
17 changed files with 240 additions and 94 deletions
1
types/asset-core.d.ts
vendored
Normal file
1
types/asset-core.d.ts
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export function load_texture(path: string): number;
|
||||
1
types/graphics-core.d.ts
vendored
1
types/graphics-core.d.ts
vendored
|
|
@ -12,3 +12,4 @@ export function spr(
|
|||
sw: number,
|
||||
sh: number
|
||||
);
|
||||
export function use_texture(id: number);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue