From 9b545255d4496903455c5dd49042c87e1a1f7af4 Mon Sep 17 00:00:00 2001 From: physick Date: Mon, 31 Aug 2026 21:17:22 +0500 Subject: scroll in the puzzle selection scene --- src/resources/TextruesAtlas.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/resources/TextruesAtlas.h') 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 -- cgit v1.3