diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-20 08:42:46 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-20 08:42:46 -0400 |
commit | 915226cba15a78767647ae37868881a47dd47c10 (patch) | |
tree | bed560fc11a600a0360083519b97919989eb4b46 /src/consts.h | |
parent | 514b240348a7c401fa6725ae74540d5f3ee29cfb (diff) | |
download | ether-915226cba15a78767647ae37868881a47dd47c10.tar.gz ether-915226cba15a78767647ae37868881a47dd47c10.tar.bz2 ether-915226cba15a78767647ae37868881a47dd47c10.zip |
added credits title card
Diffstat (limited to 'src/consts.h')
-rw-r--r-- | src/consts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consts.h b/src/consts.h index b3033ea..feadb46 100644 --- a/src/consts.h +++ b/src/consts.h | |||
@@ -11,7 +11,7 @@ constexpr int ZOOM_Y_FACTOR = 9; | |||
11 | constexpr int CHUNK_WIDTH = 80; | 11 | constexpr int CHUNK_WIDTH = 80; |
12 | constexpr int CHUNK_HEIGHT = 80; | 12 | constexpr int CHUNK_HEIGHT = 80; |
13 | constexpr int RADIUS = 8; | 13 | constexpr int RADIUS = 8; |
14 | constexpr int NUM_TITLES = 2; | 14 | constexpr int NUM_TITLES = 3; |
15 | constexpr int MESSAGE_MARGIN = 64; | 15 | constexpr int MESSAGE_MARGIN = 64; |
16 | constexpr int MESSAGE_TEXT_WIDTH = GAME_WIDTH - MESSAGE_MARGIN * 2; | 16 | constexpr int MESSAGE_TEXT_WIDTH = GAME_WIDTH - MESSAGE_MARGIN * 2; |
17 | constexpr int CHARS_PER_BEEP = 8; | 17 | constexpr int CHARS_PER_BEEP = 8; |