summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--main.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.rb b/main.rb
index 516e5c0..ed61eef 100644
--- a/main.rb
+++ b/main.rb
@@ -260,7 +260,7 @@ while !window_should_close do
end
end
- draw_text(text: "Cards: #{Card::Objects.count}", pos_x: ScreenWidth - 120, pos_y: 10, font_size: 21, color: BLACK)
+ draw_text(text: "Cards: #{Card::Objects.count}", pos_x: ScreenWidth - 120, pos_y: 10, font_size: 20, color: BLACK)
draw_fps(pos_x: 10, pos_y: 10)
end_drawing