ServiceField uppercase label
This commit is contained in:
parent
0b809dc798
commit
9cab4201c6
|
@ -86,7 +86,7 @@ function ServiceField:drawLabel(deltaTime)
|
|||
gfx.LoadSkinFont(self.FONT_FACE)
|
||||
gfx.TextAlign(gfx.TEXT_ALIGN_LEFT | gfx.TEXT_ALIGN_TOP)
|
||||
gfx.FillColor(table.unpack(color))
|
||||
gfx.Text(self.label, 0, 0)
|
||||
gfx.Text(string.upper(self.label), 0, 0)
|
||||
end
|
||||
|
||||
---@param deltaTime number # frametime in seconds
|
||||
|
|
Loading…
Reference in New Issue