- [FIX] El missatge al pillar un skill era sempre el de les botes

This commit is contained in:
2024-10-31 16:43:41 +01:00
parent 6c30e6aeec
commit b31a578731
2 changed files with 5 additions and 5 deletions

View File

@@ -120,7 +120,7 @@ namespace modules
//draw::print2(input::getPadBtnPressed(), 3, 0, 24, RED, FONT_ZOOM_NONE);
draw::print2("(C) JAILDOCTOR 2024", 11, 28, TEAL, FONT_ZOOM_NONE);
draw::print2("v1.5", 36, 28, WHITE, FONT_ZOOM_NONE);
draw::print("v1.5b", 299, 233, WHITE, PAPER);
draw::render();
return OPTION_NONE;