Add ability to display two portraits at once

Adds the keys: mirror, second_image, second_mirror.  These allow a portrait to be displayed on the right and left of a message simultaneously as well as to mirror them.
This commit is contained in:
Pentarctagon 2016-10-01 14:28:12 -05:00 committed by GitHub
parent 5990347ed1
commit 05cf2ba6cf

View file

@ -200,6 +200,9 @@ local function message_user_choice(cfg, speaker, options, text_input)
title = caption,
message = cfg.message,
portrait = image,
mirror = cfg.message,
second_portrait = cfg.second_image,
second_mirror = cfg.second_mirror,
}
if speaker ~= nil then