diff options
Diffstat (limited to 'src/resources')
| -rw-r--r-- | src/resources/TextruesAtlas.h | 8 |
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 |
