feat: change board cells color

This commit is contained in:
2025-04-28 11:04:41 +02:00
parent b57fa1482b
commit de4ed869ea
6 changed files with 65 additions and 13 deletions

View File

@@ -126,9 +126,7 @@ public class Window {
private void render(float delta, float aspectRatio) {
cam.setAspectRatio(aspectRatio);
renderer.Update(cam);
renderer.RenderBoard();
renderWorld();
// renderPieces();
}
private void renderWorld() {