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