improve mouse lock and split up screen rendering into two canvas elements
This commit is contained in:
@@ -119,6 +119,7 @@ window.Minecraft = class {
|
||||
if (screen === null) {
|
||||
this.window.requestFocus();
|
||||
} else {
|
||||
this.window.exitFocus();
|
||||
screen.setup(this, this.window.width, this.window.height);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user