1
0
Fork 0
mirror of https://gitlab.com/niansa/llama_nds.git synced 2025-03-06 20:53:28 +01:00

Decrease screen border padding

This commit is contained in:
niansa 2023-04-07 21:43:01 +02:00
parent fa0a5fe884
commit b16c140e70

View file

@ -7,7 +7,7 @@
#include <nds/touch.h>
#include <nds/input.h>
#define SCREEN_BORDER_PADDING 8
#define SCREEN_BORDER_PADDING 3
#define FONT_PADDING 1
#define INPUT_LINE_HEIGHT (FONT_HEIGHT+FONT_PADDING)
#define LOG_LINE_PADDING 5