Changed HUD text to have solid black 'border'

This commit is contained in:
2021-05-26 23:18:52 +00:00
parent a16e14b0e5
commit 51363d2e3d
7 changed files with 14 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ class IMICFPS
class HealthWidget < HUD::Widget
def setup
@spacer = 0
@text = Text.new("", mode: :add, font: MONOSPACE_FONT)
@text = Text.new("", font: MONOSPACE_FONT, shadow: true, shadow_color: Gosu::Color::BLACK)
@width = 512
@height = 24
@slant = 32