diff options
| author | physick <mynameisgennadiy@vk.com> | 2026-08-29 14:04:11 +0500 |
|---|---|---|
| committer | physick <mynameisgennadiy@vk.com> | 2026-08-29 14:17:31 +0500 |
| commit | 6892876c50caf6a3168c9ba84fda0632ef2a1df7 (patch) | |
| tree | 07a62127a5cb7cfa7633e3d58f89b84a7efd4350 /src/resources | |
| parent | d16a1385efe911b1683e390f672cadee78b842be (diff) | |
puzzle selection scene
Diffstat (limited to 'src/resources')
| -rw-r--r-- | src/resources/resources.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/resources.h b/src/resources/resources.h index 0837317..1669d07 100644 --- a/src/resources/resources.h +++ b/src/resources/resources.h @@ -24,7 +24,7 @@ static const Color COLORSCHEME_BROWN = { 103, 9, 22, 255 }; static const Color COLORSCHEME_RED = { 207, 4, 44, 255 }; /// #F0781C as RGBA static const Color COLORSCHEME_ORANGE = { 240, 120, 28, 255 }; -/// #f7bc53 as RGBA +/// #F7BC53 as RGBA static const Color COLORSCHEME_YELLOW = { 247, 188, 83, 255 }; /// #E9E1B9 as RGBA static const Color COLORSCHEME_WHITE = { 233, 225, 185, 255 }; |
