06-10-2017, 06:10 PM
I managed to change the color to red, but when I try using:
the threat values disappear
Code:
def refresh
self.contents.clear
actors.each_with_index {|a, i|
self.contents.draw_text(a.screen_x, 0, self.width-32, H, @threats[i].to_s, 2)
}
end
the threat values disappear