Update JoeyLib Formats

Scott Duensing 2019-10-17 19:34:43 -05:00
parent c8fd1ebee6
commit 298cb2fc43

@ -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.