From 45f69b96d5a8c08d2e3682e6c69a80218f96d774 Mon Sep 17 00:00:00 2001
From: StuffedAnon <stuffedgame@gmail.com>
Date: Wed, 20 Mar 2019 07:50:07 +0900
Subject: [PATCH] Show example artwork in introSummary

---
 src/events/intro/introSummary.tw | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
index 0ad9c8ad6dd..c7a34259d8b 100644
--- a/src/events/intro/introSummary.tw
+++ b/src/events/intro/introSummary.tw
@@ -1159,6 +1159,8 @@ __''Player Character''__
 <</options>>
 <br>
 
+<<set _exampleSlave = BaseSlave()>>
+
 <<if $seeImages == 1>>
 	<<options $imageChoice>>
 		Using
@@ -1174,6 +1176,10 @@ __''Player Character''__
 			<br>@@.red;Git compiled only, no exceptions.@@
 	<</options>>
 	<<if $imageChoice == 1>>
+		<br>
+		<div style="position:relative;width:200px;height:200px;margin:0 auto;">
+			<<SlaveArt _exampleSlave 0 0>>
+		</div>
 		<br>
 		<<options $seeFaces>>
 			Face art
@@ -1201,7 +1207,15 @@ __''Player Character''__
 			@@.cyan;ENABLED@@ on all images.
 		<</options>>
 	<<elseif $imageChoice == 2>>
+		<br>
+		<div style="position:relative;width:200px;height:200px;margin:0 auto;">
+			<<SlaveArt _exampleSlave 0 0>>
+		</div>
 	<<elseif $imageChoice == 3>>
+		<br>
+		<div style="position:relative;width:200px;height:200px;margin:0 auto;">
+			<<SlaveArt _exampleSlave 0 0>>
+		</div>
 		<br>
 		<<options $seeVectorArtHighlights>>
 			Highlights on shiny clothing
-- 
GitLab