[oden] Color and position for text
This commit is contained in:
parent
079006acdc
commit
a08bc07cbb
6 changed files with 29 additions and 17 deletions
2
types/graphics-core.d.ts
vendored
2
types/graphics-core.d.ts
vendored
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue