diff options
| author | physick <mynameisgennadiy@vk.com> | 2026-08-31 21:17:22 +0500 |
|---|---|---|
| committer | physick <mynameisgennadiy@vk.com> | 2026-08-31 21:17:22 +0500 |
| commit | 9b545255d4496903455c5dd49042c87e1a1f7af4 (patch) | |
| tree | fc3355947341636c5e3e01c1997c77a358fbe653 /src/resources/TextruesAtlas.h | |
| parent | e4b96cc66d8c4269661745ce187cb58c852542d3 (diff) | |
scroll in the puzzle selection scene
Diffstat (limited to 'src/resources/TextruesAtlas.h')
| -rw-r--r-- | src/resources/TextruesAtlas.h | 14 |
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 |
