Improve colors
This commit is contained in:
@@ -63,7 +63,7 @@ namespace Menu {
|
||||
|
||||
if(this->waiting) {
|
||||
auto state = JabyEngine::State::create(position);
|
||||
this->font_writer->write(state, "Press and hold ()\nto get back", GPU::Color24::Red());
|
||||
this->font_writer->write(state, "Press and hold ()\nto get back", GPU::Color24::Red(0xD0));
|
||||
}
|
||||
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user