summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorphysick <mynameisgennadiy@vk.com>2026-08-31 21:17:22 +0500
committerphysick <mynameisgennadiy@vk.com>2026-08-31 21:17:22 +0500
commit9b545255d4496903455c5dd49042c87e1a1f7af4 (patch)
treefc3355947341636c5e3e01c1997c77a358fbe653 /src/resources
parente4b96cc66d8c4269661745ce187cb58c852542d3 (diff)
scroll in the puzzle selection scene
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/TextruesAtlas.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/resources/TextruesAtlas.h b/src/resources/TextruesAtlas.h
index 97eb889..a9202c2 100644
--- a/src/resources/TextruesAtlas.h
+++ b/src/resources/TextruesAtlas.h
@@ -50,4 +50,18 @@ static const Rectangle PROCEED_BUTTON_WIDE_LOCATION = {
.height = 32,
};
+static const Rectangle LEFT_ARROW_ICON_LOCATION = {
+ .x = 0,
+ .y = 32,
+ .width = 32,
+ .height = 96,
+};
+
+static const Rectangle RIGHT_ARROW_ICON_LOCATION = {
+ .x = 32,
+ .y = 32,
+ .width = 32,
+ .height = 96,
+};
+
#endif // TEXTURES_ATLAS_H