Feature/add about screen (#1)

Adds the "About" scene, which displays the version info and credits. The user can scroll up/down through this screen.
This commit is contained in:
Philippe Symons
2024-08-20 23:57:35 +02:00
committed by GitHub
parent 0ac60b6c02
commit bc7733cc36
25 changed files with 387 additions and 11 deletions

View File

@@ -7,7 +7,6 @@
typedef struct ImageWidgetStyle
{
Dimensions size;
struct {
/**
* (optional) background sprite

View File

@@ -6,9 +6,9 @@
typedef struct TextWidgetStyle
{
Dimensions size;
TextRenderSettings renderSettingsFocused;
TextRenderSettings renderSettingsNotFocused;
uint16_t backgroundColor_; // RGBA16
} TextWidgetStyle;
/**