summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-05-04 16:35:17 -0400
committerrealtradam <[email protected]>2022-05-04 16:35:17 -0400
commit71fd7e25955f776d9a9712f96467425a2a79dfbd (patch)
tree184bb85a5307489839ab63822e33a3323e5a8ee5
parent05b35832062cc49190001d25b830809bbd58d4a6 (diff)
downloadcard-slide-concept-master.tar.gz
card-slide-concept-master.zip
fixed some fonts sizesHEADmaster
-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