diff options
| author | physick <mynameisgennadiy@vk.com> | 2026-08-31 17:16:44 +0500 |
|---|---|---|
| committer | physick <mynameisgennadiy@vk.com> | 2026-08-31 17:16:44 +0500 |
| commit | e4b96cc66d8c4269661745ce187cb58c852542d3 (patch) | |
| tree | 4268a1ee350a9d762694e1de8803493ba4237bb1 /src/resources | |
| parent | b45620544427306854a28a5163fafd45b007acc2 (diff) | |
transitions
Diffstat (limited to 'src/resources')
| -rw-r--r-- | src/resources/TextruesAtlas.h | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/resources/TextruesAtlas.h b/src/resources/TextruesAtlas.h index 5fdafc3..97eb889 100644 --- a/src/resources/TextruesAtlas.h +++ b/src/resources/TextruesAtlas.h @@ -15,4 +15,39 @@ static const Rectangle SUBMIT_BUTTON_LOCATION = { .height = 32, }; +static const Rectangle UNKNOWN_BUTTON_LOCATION = { + .x = 32, + .y = 0, + .width = 32, + .height = 32, +}; + +static const Rectangle UNKNOWN_BUTTON_2_LOCATION = { + .x = 64, + .y = 0, + .width = 32, + .height = 32, +}; + +static const Rectangle BACK_BUTTON_SMALL_LOCATION = { + .x = 96, + .y = 0, + .width = 32, + .height = 32, +}; + +static const Rectangle BACK_BUTTON_WIDE_LOCATION = { + .x = 128, + .y = 0, + .width = 64, + .height = 32, +}; + +static const Rectangle PROCEED_BUTTON_WIDE_LOCATION = { + .x = 192, + .y = 0, + .width = 64, + .height = 32, +}; + #endif // TEXTURES_ATLAS_H |
