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

fixed checkbox sizes a bit

git-svn-id: http://svn.net-core.org/repos/t-engine4@5974 51575b47-30f0-44d4-a5cc-537603b46e54
parent a71fdff2
No related branches found
No related tags found
No related merge requests found
game/engines/default/data/gfx/metal-ui/checkbox-ok.png

1.11 KiB | W: | H:

game/engines/default/data/gfx/metal-ui/checkbox-ok.png

1.09 KiB | W: | H:

game/engines/default/data/gfx/metal-ui/checkbox-ok.png
game/engines/default/data/gfx/metal-ui/checkbox-ok.png
game/engines/default/data/gfx/metal-ui/checkbox-ok.png
game/engines/default/data/gfx/metal-ui/checkbox-ok.png
  • 2-up
  • Swipe
  • Onion skin
game/engines/default/data/gfx/metal-ui/checkbox.png

1.23 KiB | W: | H:

game/engines/default/data/gfx/metal-ui/checkbox.png

1.09 KiB | W: | H:

game/engines/default/data/gfx/metal-ui/checkbox.png
game/engines/default/data/gfx/metal-ui/checkbox.png
game/engines/default/data/gfx/metal-ui/checkbox.png
game/engines/default/data/gfx/metal-ui/checkbox.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -41,8 +41,6 @@ function _M:generate()
self.check = self:getUITexture("ui/checkbox.png")
self.tick = self:getUITexture("ui/checkbox-ok.png")
self.h = r_h
-- Draw UI
self.title_w, self.title_h = self.font:size(self.title)
self.w, self.h = self.title_w + self.check.w, math.max(self.font_h, self.check.h)
......
......@@ -57,8 +57,8 @@ uberTalent{
self:startTalentCooldown(t)
end,
info = function(self, t)
return ([[When a single blow deals more than 20%% of your total life blood gushes of your body, creating a bloody tidal wave for 4 turns that deals %0.2f blight damage, heal you for 50%% of the damage doneand knocks back foes.
Damage increases with the Constitution stat.]])
return ([[When a single blow deals more than 20%% of your total life blood gushes of your body, creating a bloody tidal wave for 4 turns that deals %0.2f blight damage, heal you for 50%% of the damage done and knocks back foes.
Damage increases with the Constitution stat.]])
:format(100 + self:getCon() * 3)
end,
}
......
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