diff --git a/JoeyLib-Formats.md b/JoeyLib-Formats.md index 0ce695a..943ef7b 100644 --- a/JoeyLib-Formats.md +++ b/JoeyLib-Formats.md @@ -49,4 +49,3 @@ typedef struct { byte *data; } jlVecT; ``` -**NOTE:** At the moment, all X coordinates range from 0 to 255 and are scaled up to 0-319 when drawn. While this saves space in the byte stream, it may make things ugly. If it's too bad, it will be changed. \ No newline at end of file