Add newlines to draw text

This commit is contained in:
2024-10-06 17:30:04 -05:00
parent 5256b32055
commit e14445680f
6 changed files with 38 additions and 8 deletions

View File

@ -46,7 +46,7 @@ void playerUpdate(entity_t *entity) {
target->state = ENTITY_STATE_TALKING;
entity->state = ENTITY_STATE_TALKING;
textboxSetText("NPC", "Hello Player");
textboxSetText("NPC", "Hello Player.\nHow are you today?");
return;
}