mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 23:52:35 +00:00
Replaced the Nobile font with Cantarell, added a BOLD_SANS_FONT constant
This commit is contained in:
@@ -12,7 +12,7 @@ class IMICFPS
|
||||
shadow_alpha: 0,
|
||||
shadow_color: Gosu::Color::WHITE,
|
||||
mode: :add,
|
||||
font: SANS_SERIF_FONT
|
||||
font: SANS_FONT
|
||||
)
|
||||
|
||||
@last_message_time = 0
|
||||
|
||||
@@ -13,7 +13,7 @@ class IMICFPS
|
||||
"MATE\nTinyTanker\nOther Player Dude\nHuman 0xdeadbeef",
|
||||
size: 18,
|
||||
mode: :add,
|
||||
font: SANS_SERIF_FONT,
|
||||
font: SANS_FONT,
|
||||
color: @color,
|
||||
shadow: true,
|
||||
shadow_color: 0x88000000,
|
||||
|
||||
Reference in New Issue
Block a user