add map
This commit is contained in:
parent
7fbe113061
commit
8278445e88
4 changed files with 140 additions and 2 deletions
|
@ -11,6 +11,8 @@ class GameBasic {
|
|||
|
||||
this.player = player;
|
||||
this.entities = entities;
|
||||
|
||||
this.width = this.height = 2500;
|
||||
}
|
||||
main() {
|
||||
let { entities } = this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue