dialogic
dialogic copied to clipboard
PortraitSubsystem: Add helper methods to get a characters portrait node
Right now Dialogic.Portraits.get_character_info(character).node.get_child(0) does this, but it's longer then necessary.
-
Dialogic.Portraits.get_character_portrait(character)
should work.
Maybe Dialogic.Portraits.get_speaker_portrait()
should be added as well.