No fix yet

This commit is contained in:
Jaby
2024-06-07 13:24:36 +02:00
committed by Jaby
parent df25a789d6
commit e10a65bd20
9 changed files with 37 additions and 11 deletions

View File

@@ -63,7 +63,7 @@ namespace Menu {
if(this->waiting) {
auto cursor = JabyEngine::Cursor::create(position);
this->font_writer->write(cursor, "Press and hold ()\nto get back", GPU::Color24::Red(0xD0));
this->font_writer->write(cursor, "Press and hold O\nto get back", GPU::Color24::Red(0xD0));
}
else if(auto_clear) {