mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-21 20:58:53 -04:00
Missing image files
This commit is contained in:
parent
82cb56e9b2
commit
a35d9ee8a9
12 changed files with 52 additions and 65 deletions
|
@ -95,6 +95,9 @@ struct Color {
|
|||
static constexpr Color blue() {
|
||||
return { 0, 0, 255 };
|
||||
}
|
||||
static constexpr Color dark_blue() {
|
||||
return { 0, 0, 127 };
|
||||
}
|
||||
|
||||
static constexpr Color cyan() {
|
||||
return { 0, 255, 255 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue