Graphics Adding character busts to NPC dialogues

E

eggomilk

Guest
Hello,

does anyone know how to add a character bust to a NPC's text box when they talk? It should look like a visual novel/like this:
(I don't own this image)

Thank you so much!
 

TsukaYuriko

☄️
Forum Staff
Moderator
You can draw sprites using the fittingly named draw_sprite function.


If that doesn't solve your problem, we will need a whole lot of additional information. Please read this topic in that case: How to Q&A
 

Yal

🐧 *penguin noises*
GMC Elder
Not to be too blatantly self-advertising, but this is a feature of YaruDanmakuEngine. Check out the demo and consider buying it if you feel like it could help.

But yeah, the TLDR is "draw the face you want". You can let the message store info about what face should be drawn, create a face object, or have character objects draw their faces when told, whichever approach feels more natural to you. How are you drawing your message boxes atm?
 
Top