Add new retro theme & fix touch input problem
This commit is contained in:
@@ -2,6 +2,7 @@ class Arena {
|
||||
constructor(gameInfo, game) {
|
||||
this.g = gameInfo;
|
||||
this.game = game;
|
||||
this.p = this.g.player;
|
||||
this.field = createMatrix(this.g.fieldSize.x, this.g.fieldSize.y);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user