[oden] Color and position for text

This commit is contained in:
John Doty 2023-08-31 20:39:07 -07:00
parent 079006acdc
commit a08bc07cbb
6 changed files with 29 additions and 17 deletions

View file

@ -2,7 +2,7 @@
//
export function cls(r: number, g: number, b: number);
export function print(msg: string);
export function print(msg: string, x: number, y: number);
export function color(r: number, g: number, b: number, a: number);