Layer count increased to 256, palette size increased to 256

This commit is contained in:
Shylie
2024-05-15 13:33:18 -05:00
parent 615ea631e2
commit 4b7991a3a6
5 changed files with 144 additions and 73 deletions

View File

@@ -55,7 +55,7 @@ unsigned char glerminal_get(unsigned char x, unsigned char y, unsigned char laye
* @param x_offset offset of the cell on the x axis in the range [-128, 127], where 0 is no offset
* @param y_offset offset of the cell on the y axis in the range [-128, 127], where 0 is no offset
*/
void glerminal_offset(unsigned char x, unsigned char y, unsigned char layer, char x_offset, char y_offset);
void glerminal_offset(unsigned char x, unsigned char y, unsigned char layer, float x_offset, float y_offset);
/**
* @brief Upload sprite to the given sprite ID