From 8bb5a0184ccc209da2125fcab3e6395157782d5f Mon Sep 17 00:00:00 2001 From: mibi88 Date: Thu, 23 Jun 2022 18:35:06 +0200 Subject: [PATCH] Nettoyage. --- itemsizes.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 itemsizes.h diff --git a/itemsizes.h b/itemsizes.h deleted file mode 100644 index 23a767b..0000000 --- a/itemsizes.h +++ /dev/null @@ -1,6 +0,0 @@ -# define FONTHEIGHT 8 // Font size (y). -# define LINEHEIGHT 10 // Font size (y) + padding (y) bottom. -# define LINEPADDING 2 // Padding (y) of the font. -# define TITLE_MARGIN 46 // Margin (y) over the text at the top of the tile screen. -# define TITLE_IMAGE_MARGIN 8 // Margin (y) over the image at the top of the tile screen. -# define WORLDSEL_MARGIN 5 // Margin (y) at the top of the game selection menu. \ No newline at end of file