diff options
Diffstat (limited to 'src/resources')
| -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 |
