diff options
| author | physick <mynameisgennadiy@vk.com> | 2026-08-31 21:42:11 +0500 |
|---|---|---|
| committer | physick <mynameisgennadiy@vk.com> | 2026-08-31 21:42:11 +0500 |
| commit | e40581d3b3aa343e84fa9a9492d93597e8899c5b (patch) | |
| tree | 6b5f22d5682cb304fe0ef1d50aead0ddb49e6a00 /src/resources | |
| parent | 470cbb49c87510bee621338d342a117c40578190 (diff) | |
default button icon
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 |
