General utilities - mgismissing/cosmos GitHub Wiki
Here is a list of all general constants and variables:
Name | Type | Description |
---|---|---|
WIDTH |
const number |
The screen's width |
HEIGHT |
const number |
The screen's height |
Here is a list of all general functions:
Name | Type | Action |
---|---|---|
dummy |
() => void |
Doesn't do anything |
ord |
(String) => number |
Returns the character's code |