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

@@ -10,11 +10,8 @@ class IMICFPS
"",
size: 16,
x: Widget.margin, y: Widget.margin, z: 45,
shadow_size: 0.5,
shadow_alpha: 0,
shadow_color: Gosu::Color::WHITE,
mode: :add,
font: SANS_FONT
shadow_color: Gosu::Color::BLACK,
font: BOLD_SANS_FONT
)
@last_message_time = 0