add tox avatar handling + prio png for paste + other fixes and updates

This commit is contained in:
2023-10-14 15:59:32 +02:00
parent e7095a1849
commit c79068c561
12 changed files with 279 additions and 8 deletions

View File

@ -16,6 +16,7 @@ MainScreen::MainScreen(SDL_Renderer* renderer_, std::string save_path, std::stri
tmm(rmm, cr, tcm, tc, tc),
ttm(rmm, cr, tcm, tc, tc),
mmil(rmm),
tam(rmm, cr, conf),
sdlrtu(renderer_),
cg(conf, rmm, cr, sdlrtu)
{
@ -78,6 +79,8 @@ Screen* MainScreen::poll(bool& quit) {
tcm.iterate(time_delta);
tam.iterate();
pm.tick(time_delta);
mts.iterate();