increase map to 9x
This commit is contained in:
parent
8278445e88
commit
3ea1430db7
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class GameBasic {
|
||||||
this.player = player;
|
this.player = player;
|
||||||
this.entities = entities;
|
this.entities = entities;
|
||||||
|
|
||||||
this.width = this.height = 2500;
|
this.width = this.height = 7500;
|
||||||
}
|
}
|
||||||
main() {
|
main() {
|
||||||
let { entities } = this;
|
let { entities } = this;
|
||||||
|
|
Loading…
Reference in a new issue