From e40581d3b3aa343e84fa9a9492d93597e8899c5b Mon Sep 17 00:00:00 2001 From: physick Date: Mon, 31 Aug 2026 21:42:11 +0500 Subject: default button icon --- src/resources/TextruesAtlas.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/resources/TextruesAtlas.h') diff --git a/src/resources/TextruesAtlas.h b/src/resources/TextruesAtlas.h index a9202c2..9b55b86 100644 --- a/src/resources/TextruesAtlas.h +++ b/src/resources/TextruesAtlas.h @@ -64,4 +64,12 @@ static const Rectangle RIGHT_ARROW_ICON_LOCATION = { .height = 96, }; +static const Rectangle FOLDER_LOGO_LOCATION = { + .x = 64, + .y = 32, + .width = 96, + .height = 96, +}; + + #endif // TEXTURES_ATLAS_H -- cgit v1.3