From a4092c4a6b1ad1589552c06b29a72d868ef778f1 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sun, 23 Apr 2023 17:16:39 +0200 Subject: Fix small font rendering and sprite drawing --- src/assets.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/assets.c') diff --git a/src/assets.c b/src/assets.c index 74d27d2..64a2265 100644 --- a/src/assets.c +++ b/src/assets.c @@ -104,10 +104,10 @@ u32 ch_btn_sprite[] = { }; static const u32 default_wave_buttons[] = { - 0xff013149, 0x850101ff, 0x3f202028, 0x2423203f, - 0xff016151, 0x49c501ff, 0x3f202c2a, 0x2928203f, - 0xff017d45, 0x45c501ff, 0x3f202828, 0x282f203f, - 0xff014911, 0x812501ff, 0x3f202128, 0x2420203f, + 0x493101ff, 0xff010185, 0x2820203f, 0x3f202324, + 0x516101ff, 0xff01c549, 0x2a2c203f, 0x3f202829, + 0x457d01ff, 0xff01c545, 0x2828203f, 0x3f202f28, + 0x114901ff, 0xff012581, 0x2821203f, 0x3f202024, }; // -- cgit v1.2.1