Add MessageState, tweak PopMessage again, add git templates.

This commit is contained in:
J-D-K
2025-08-07 17:41:58 -04:00
parent 5f4badf716
commit 7d9a294745
36 changed files with 1694 additions and 1507 deletions

View File

@@ -23,7 +23,7 @@ namespace ui
private:
// Every message begins off screen.
static inline constexpr int PERMA_X = 20;
static inline constexpr int START_X = 624;
static inline constexpr double START_Y = 720;
static inline constexpr int START_WIDTH = 32;
static inline constexpr int PERMA_HEIGHT = 48;
@@ -37,6 +37,9 @@ namespace ui
/// @brief The current, actual Y coord.
double m_y{};
/// @brief Currently rendering coordinate for the text.
int m_textX{};
/// @brief Current width;
int m_width{};