Update PoolBox Version string
This commit is contained in:
parent
344c2d062d
commit
5346235679
|
@ -184,7 +184,7 @@ static void setup() {
|
||||||
namespace NormalScene {
|
namespace NormalScene {
|
||||||
static void update() {
|
static void update() {
|
||||||
static const char Title[] = ">> Pool Box <<";
|
static const char Title[] = ">> Pool Box <<";
|
||||||
static const char Version[] = "Ver. 0.8.5";
|
static const char Version[] = "Ver. 0.9.0";
|
||||||
static constexpr auto TitleLength = DefaultFont::Info.estimate_str_render_length(Title);
|
static constexpr auto TitleLength = DefaultFont::Info.estimate_str_render_length(Title);
|
||||||
static constexpr auto VersionLength = DefaultFont::Info.estimate_str_render_length(Version);
|
static constexpr auto VersionLength = DefaultFont::Info.estimate_str_render_length(Version);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue