Add missing spacetick trigger, immnet trigger, fix wimpy bar

This commit is contained in:
Matt Wagner
2020-12-09 08:35:39 -08:00
parent 85c052b6de
commit 2e9f5ece77
4 changed files with 10 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ function lotj.infoPanel.createBasicStats(container)
local wimpyBar = Geyser.Label:new({
x=0, y=0,
width=2, height="100%",
}, healthGauge.front)
}, healthGauge.back)
wimpyBar:setStyleSheet([[
background-color: yellow;
]])