mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 15:27:30 +07:00
Fixed modal background size and placement
This commit is contained in:
@ -580,7 +580,7 @@ public class MapViewer extends ApplicationAdapter {
|
||||
.append("Zoom " + String.format("%.2f", mapRenderer.zoom()))
|
||||
.toString();
|
||||
batch.setBlendMode(BlendMode.SOLID, Color.BLACK);
|
||||
batch.draw(Riiablo.textures.modal, 0, height - 140, 120, 140 - textHeight);
|
||||
batch.draw(Riiablo.textures.modal, 0, height - 140 - textHeight, 120, 140);
|
||||
font.draw(batch, status, 0, height - textHeight);
|
||||
|
||||
batch.end();
|
||||
|
Reference in New Issue
Block a user