From edd27d19294b409cb0802d0caab05ecac4e6d6a5 Mon Sep 17 00:00:00 2001 From: RobTheFiveNine Date: Tue, 29 Aug 2023 16:39:41 +0100 Subject: [PATCH] Fix typo --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91069c4..5c370fd 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ gamepad-flat-icons ================== - This is a free set of flat icons that can be used in any of your game dev projects - commercial or non-commercial. This repository contains the source file that the icon set is built from. If you want to download a ready to use set, then head over to the release page on Itch.io. +Sample +------ +![](sample.png) + Naming Convention ----------------- @@ -14,7 +17,7 @@ Resolutions ----------- All the icons have a consistent width and height with the exception of the icons representing the shoulder buttons (L1, LB, L) and the generic start and select buttons. These icons, instead, have a width consistent with the rest of the icons, but heights that are unique to them; allowing for consistent horizontal spacing with the rest of the icon set. -The resolution of the icons for each DPI are as folows: +The resolution of the icons for each DPI are as follows: - 50dpi: `44x44` (`44x23` for the exceptions listed above) - 96dpi: `84x84` (`84x45` for the exceptions listed above)