mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Replaced usages of Text shadow with properly named border, use new correct Text shadow for menu titles, use text border for a few more elements
This commit is contained in:
@@ -7,7 +7,7 @@ class IMICFPS
|
||||
Slot = Struct.new(:value, :width)
|
||||
|
||||
def initialize
|
||||
@text = CyberarmEngine::Text.new("", x: 3, y: 3, shadow_color: Gosu::Color::BLACK)
|
||||
@text = CyberarmEngine::Text.new("", x: 3, y: 3, border_color: Gosu::Color::BLACK)
|
||||
@slots = []
|
||||
@space_width = @text.textobject.text_width(" ")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user