overdraw refactoring

This commit is contained in:
sharlottes
2022-11-21 07:36:33 +09:00
parent 40cae93092
commit 4fd6d59753
32 changed files with 818 additions and 577 deletions

View File

@@ -73,10 +73,6 @@ public class OverDrawer {
Pal.accent, 0.25f, false, Align.center);
}
}
//global drawing, which needs camera-clipping
Core.camera.bounds(Tmp.r1);
for(OverDraw drawer : OverDraws.all) drawer.draw();
Draw.reset();
});
}