From e79d64286a3ac40a79388ebd9d6d9a445b8999ac Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Sun, 12 Feb 2012 02:58:04 +0000
Subject: [PATCH] Added a small speak bubble to creatures that can talk

git-svn-id: http://svn.net-core.org/repos/t-engine4@4834 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/class/Actor.lua                 |  11 +++++++++++
 .../tome/data/gfx/shockbolt/speak_bubble.png      | Bin 0 -> 260 bytes
 2 files changed, 11 insertions(+)
 create mode 100644 game/modules/tome/data/gfx/shockbolt/speak_bubble.png

diff --git a/game/modules/tome/class/Actor.lua b/game/modules/tome/class/Actor.lua
index 2e469bab59..7556125661 100644
--- a/game/modules/tome/class/Actor.lua
+++ b/game/modules/tome/class/Actor.lua
@@ -535,6 +535,7 @@ function _M:defineDisplayCallback()
 	local f_friend = nil
 	local f_enemy = nil
 	local f_neutral = nil
+	local ichat = nil
 
 	self._mo:displayCallback(function(x, y, w, h, zoom, on_map)
 		-- Tactical info
@@ -595,6 +596,16 @@ function _M:defineDisplayCallback()
 			end
 		end
 
+		-- Chat
+		if game.level and self.can_talk then
+			local map = game.level.map
+			if not ichat then
+				ichat = game.level.map.tilesTactic:get(nil, 0,0,0, 0,0,0, "speak_bubble.png")
+			end
+
+			ichat:toScreen(x + w - 8, y, 8, 8)
+		end
+
 		local e
 		for i = 1, #ps do
 			e = ps[i]
diff --git a/game/modules/tome/data/gfx/shockbolt/speak_bubble.png b/game/modules/tome/data/gfx/shockbolt/speak_bubble.png
new file mode 100644
index 0000000000000000000000000000000000000000..1a64992d5c424b1f920064e523cd0f9d096b6b2b
GIT binary patch
literal 260
zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|*pj^6U4S$Y
z{B+)352QE?JR*yM+O0sCky%Nu6)4DF;_2(keus&N$wDh^o^?J@sKwL8F+}2WZJ#0^
zlcNAjwz!U5<BkU>zeL0xkgkyYRKYm^!1*?T0}2HS1~mzW)9*YL(ujWPwLD7u-7d!b
z1mE+@i%dK>iEZdu)OaM;J)tq>tN5h5#{VPJ9z0n0`o@meOg6#gpM(R`-rZu9Uch)x
wFm<ZRZRY3%u02YpY9dbEO=6mJOy~jkvA0h3Tk}t31Kq>m>FVdQ&MBb@0Nd<WNdN!<

literal 0
HcmV?d00001

-- 
GitLab