mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-17 00:22:36 +00:00
Changed HUD text to have solid black 'border'
This commit is contained in:
@@ -14,12 +14,10 @@ class IMICFPS
|
||||
@text = Text.new(
|
||||
"MATE\nTinyTanker\nOther Player Dude\nHuman 0xdeadbeef",
|
||||
size: 18,
|
||||
mode: :add,
|
||||
font: SANS_FONT,
|
||||
color: @color,
|
||||
shadow: true,
|
||||
shadow_color: 0x88000000,
|
||||
shadow_size: 0.75
|
||||
shadow_color: Gosu::Color::BLACK,
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user