mirror of
https://github.com/risingPhil/PokeMe64.git
synced 2026-09-07 08:15:40 -05:00
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:
@@ -7,7 +7,6 @@
|
||||
|
||||
typedef struct ImageWidgetStyle
|
||||
{
|
||||
Dimensions size;
|
||||
struct {
|
||||
/**
|
||||
* (optional) background sprite
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
|
||||
typedef struct TextWidgetStyle
|
||||
{
|
||||
Dimensions size;
|
||||
TextRenderSettings renderSettingsFocused;
|
||||
TextRenderSettings renderSettingsNotFocused;
|
||||
uint16_t backgroundColor_; // RGBA16
|
||||
} TextWidgetStyle;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user