Add language compile tool
This commit is contained in:
@ -88,9 +88,11 @@ void drawUIText(
|
||||
assertNotNull(text, "Text to draw cannot be NULL");
|
||||
if(length == 0) return;
|
||||
|
||||
BeginBlendMode(BLEND_ALPHA);
|
||||
for(uint16_t i = 0; i < length; i++) {
|
||||
drawUIChar(text[i], x + (i * FONT_TILE_WIDTH), y, color);
|
||||
}
|
||||
EndBlendMode();
|
||||
}
|
||||
|
||||
void drawUIChar(
|
||||
|
Reference in New Issue
Block a user