Skip to content
Snippets Groups Projects
Commit a6e996e2 authored by dg's avatar dg
Browse files

Unfocused dialogs will not darken anymore, it was jsut annoying

git-svn-id: http://svn.net-core.org/repos/t-engine4@4353 51575b47-30f0-44d4-a5cc-537603b46e54
parent 80c9efa4
No related branches found
No related tags found
No related merge requests found
......@@ -604,9 +604,7 @@ function _M:toScreen(x, y, nb_keyframes)
-- Draw the frame and shadow
if self.frame.shadow then self:drawFrame(x + self.frame.shadow.x, y + self.frame.shadow.y, 0, 0, 0, self.frame.shadow.a) end
if not game or game.dialogs[#game.dialogs] == self then self:drawFrame(x, y, 1, 1, 1, self.frame.a)
else self:drawFrame(x, y, 0.7, 0.7, 0.7, self.frame.a)
end
self:drawFrame(x, y, 1, 1, 1, self.frame.a)
-- Title
if self.title then
......
......@@ -114,7 +114,7 @@ newBirthDescriptor
cut_immune = 1,
stun_immune = 0.5,
fear_immune = 1,
global_speed_add = -0.2,
global_speed_base = 0.8,
moddable_tile = "ghoul",
moddable_tile_nude = true,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment