Commit 69223978941d2fd719d5316a4bbbfea3328e2bd8

Thomas de Grivel 2023-12-08T19:17:16

toasters: make toast a bit larger

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/libc3/window/sdl2/demo/toasters.c b/libc3/window/sdl2/demo/toasters.c
index ddd297d..47fd8f2 100644
--- a/libc3/window/sdl2/demo/toasters.c
+++ b/libc3/window/sdl2/demo/toasters.c
@@ -15,7 +15,7 @@
 #include "../sdl2_sprite.h"
 #include "toasters.h"
 
-#define TOASTERS_SCALE_TOAST 0.5
+#define TOASTERS_SCALE_TOAST   0.52
 #define TOASTERS_SCALE_TOASTER 0.4
 #define TOASTERS_SPACING \
   (g_sprite_toaster.h * TOASTERS_SCALE_TOASTER * 2.0)