Skip to content
This repository was archived by the owner on Jul 20, 2022. It is now read-only.

Commit 33567ba

Browse files
committed
update readme
1 parent 424baf8 commit 33567ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ Stay tuned though, I'm spending my entire holiday to work on this little thing a
2020

2121
- `termprint(text)` - Print text to the terminal
2222
- `vpoke(address, value)` - Write `value` to VRAM `address`
23-
- `plot(x, y, color)` - Place pixel at `x, y` with palette color number `color`
23+
- `plot(x, y, color)` - Place pixel at `x, y` with palette color number `color`
24+
- `time()` -> `number` - Gets the amount of time since boot.
25+
- `pchar(char, x, y)` - Place `char`acter at `x, y`

0 commit comments

Comments
 (0)