Integrate all the progress into master #6

Merged
jaby merged 595 commits from ToolBox into main 2025-01-01 13:17:44 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit eefe7b9050 - Show all commits

View File

@ -24,7 +24,7 @@ void font_writer_update() {
auto state = JabyEngine::State::create(JabyEngine::Make::PositionI16(8, 8), wiggle_count);
new_font_writer.write(state, "012345 ABCDEFGHIJKL\nabcedfghijkl", JabyEngine::GPU::Color24::Blue(), &wiggle);
if(timer.is_expired_for(250_ms)) {
if(timer.is_expired_for(50_ms)) {
timer.reset();
wiggle_count++;
}