expanding map
This commit is contained in:
parent
4602947942
commit
e584361465
5 changed files with 27 additions and 10 deletions
|
@ -2,7 +2,7 @@ import Player from "./player.js";
|
|||
|
||||
class GameBasic {
|
||||
constructor() {
|
||||
let player = new Player(false,true);
|
||||
let player = new Player(false, true);
|
||||
let entities = [player];
|
||||
|
||||
/*for (let i = 0; i < 50; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue