Hello,
I'd like to create a dialog system like the old Sam & Max games (with images).
I'd like to display the image caption above my dialog box. How can I do this?
here my exemple:
https://ibb.co/KzX8YBrZ
Thanks
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
A Label of the type Hotspot should do it - but it needs to be underneath the DialogList element in the Menu Manager, because of the dependency order.
Thanks it works