Cleanup code

This commit is contained in:
2024-04-01 17:34:12 -05:00
parent d0f5731bdb
commit 96b7963404
2 changed files with 23 additions and 34 deletions

View File

@@ -107,7 +107,7 @@ static void setup() {
namespace NormalScene {
static void update() {
static const char Title[] = ">> Pool Box <<";
static const char Version[] = "Ver. 0.8.1";
static const char Version[] = "Ver. 0.8.5";
static constexpr auto TitleLength = DefaultFont::Info.estimate_str_render_length(Title);
static constexpr auto VersionLength = DefaultFont::Info.estimate_str_render_length(Version);