I'm creating a dialog view and trying to put the first speaker to the top-left corner and second speaker to bottom-right. I've chosen Speech style 'SierraWithBackground' and Sierra-style portrait location 'Alternate'.
Then running script from dialog:
Code: ags
The cOne dialog looks just fine but for some reason the cTwo's Sierra-style background overlaps the portrait picture:
cOne: left.png
cTwo: right.png
Any idea what might cause this?
I'm using AGS 3.3.4. Tried also 3.4.0.6 but with same results.
Then running script from dialog:
cOne.SayAt(10,10,280, "The message I'd like to say");
cTwo.SayAt(10,110,280, "The message I'd like to say");
The cOne dialog looks just fine but for some reason the cTwo's Sierra-style background overlaps the portrait picture:
cOne: left.png
cTwo: right.png
Any idea what might cause this?
I'm using AGS 3.3.4. Tried also 3.4.0.6 but with same results.