diff options
| author | realtradam <[email protected]> | 2022-05-04 16:35:17 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-05-04 16:35:17 -0400 |
| commit | 71fd7e25955f776d9a9712f96467425a2a79dfbd (patch) | |
| tree | 184bb85a5307489839ab63822e33a3323e5a8ee5 | |
| parent | 05b35832062cc49190001d25b830809bbd58d4a6 (diff) | |
| download | card-slide-concept-71fd7e25955f776d9a9712f96467425a2a79dfbd.tar.gz card-slide-concept-71fd7e25955f776d9a9712f96467425a2a79dfbd.zip | |
| -rw-r--r-- | main.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
