mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Use a bullet symbol for Overlay spacer
This commit is contained in:
@@ -47,7 +47,7 @@ class IMICFPS
|
||||
|
||||
@text.text = ""
|
||||
@slots.each_with_index do |slot, i|
|
||||
@text.text += "#{slot.value} <c=ff000000>|</c> " unless i == @slots.size - 1
|
||||
@text.text += "#{slot.value} <c=ff000000>•</c> " unless i == @slots.size - 1
|
||||
@text.text += "#{slot.value}" if i == @slots.size - 1
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user