feat: change board cells color
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user