mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Changed HUD text to have solid black 'border'
This commit is contained in:
@@ -4,7 +4,7 @@ class IMICFPS
|
||||
class HUD
|
||||
class ChatWidget < HUD::Widget
|
||||
def setup
|
||||
@text = Text.new("", size: 28, mode: :add, font: SANS_FONT)
|
||||
@text = Text.new("", size: 28, font: SANS_FONT)
|
||||
@background = Gosu::Color.new(0x88c64600)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user