healthbar doesn't have title anymore; made this with textbox

This commit is contained in:
troido 2019-09-25 18:49:25 +02:00
parent 155c4ecd21
commit aa9f1913c8
2 changed files with 3 additions and 1 deletions

View File

@ -105,6 +105,7 @@ class Display:
maxHealth = 0
self.getWidget("health").set_total(maxHealth)
self.getWidget("health").set_filled(health)
self.getWidget("healthtitle").format({"filled": health, "total":maxHealth})
def showInfo(self, infostring):

View File

@ -1,7 +1,8 @@
<?xml version="1.0"?>
<hbox>
<vbox width="20" align="right">
<bar id="health" height="2" full-char="#" empty-char="_" full-style="fg:2; bg:2" empty-style="fg:1; bg: 1;"></bar>
<textbox id="healthtitle" height="1" format="true">Health ({filled}/{total})</textbox>
<bar id="health" height="1" full-char="#" empty-char="_" full-style="fg:2; bg:2" empty-style="fg:1; bg: 1;"></bar>
<listing id="switchtitles" height="0"></listing>
<switchbox id="switch" height="50%">
<vbox key="inventory">