Fixes
This commit is contained in:
@@ -83,7 +83,7 @@ export default class UIRenderer extends GameRenderer {
|
||||
*/
|
||||
resize() {
|
||||
this.canvas.width = window.innerWidth;
|
||||
this.canvas.height = window.innerHeight;
|
||||
this.canvas.height = window.innerHeight - 90;
|
||||
this.ctx.imageSmoothingEnabled = false;
|
||||
}
|
||||
/**
|
||||
|
Reference in New Issue
Block a user