forked from bionickatana/number_factory
checked that all fonts are uniform
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ class Producer
|
||||
@image = Gosu.render(@box_size - (2 * BORDER), @box_size - (2 * BORDER)) {
|
||||
# Render the item
|
||||
Gosu.draw_rect(0, 0, @box_size - (2 * BORDER), @box_size - (2 * BORDER), Gosu::Color::RED, 0)
|
||||
Gosu::Image.from_text("#{@number}", 20).draw(5, 5, 1)
|
||||
Gosu::Image.from_text("#{@number}", 20, font: FONT_PATH).draw(5, 5, 1)
|
||||
}
|
||||
|
||||
@tooltip = DialougeBox.new(@x, @y, WIDTH, HEIGHT, "Produces #{@rate} number per second")
|
||||
|
||||
Reference in New Issue
Block a user