summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorphysick <mynameisgennadiy@vk.com>2026-08-31 21:42:11 +0500
committerphysick <mynameisgennadiy@vk.com>2026-08-31 21:42:11 +0500
commite40581d3b3aa343e84fa9a9492d93597e8899c5b (patch)
tree6b5f22d5682cb304fe0ef1d50aead0ddb49e6a00 /src/resources
parent470cbb49c87510bee621338d342a117c40578190 (diff)
default button icon
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/TextruesAtlas.h8
1 files changed, 8 insertions, 0 deletions
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