AnidemDex / Godot-DialogPlugin

🗨️ A Dialog Node for Godot Engine
MIT License
213 stars 11 forks source link

A method to get portrait node related to a character #73

Open AnidemDex opened 2 years ago

AnidemDex commented 2 years ago

Describe the project you are working on

No response

Describe the feature / enhancement and how it helps to overcome the problem or limitation

We should include a method to get the portrait node related to any character in PortraitManager, or null if there's none.

It should be PortraitManager.get_portrait_node(for_character)

Adittional information

No response