Small fix
This commit is contained in:
parent
eeb7d50055
commit
471b8da421
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,6 @@ app.game =
|
|||
for i in [0..20*15-1]
|
||||
@map[i] = new Tile
|
||||
|
||||
@miners = []
|
||||
|
||||
@currentHoveredTile = new Tile
|
||||
@currentSelectedTile = new Tile
|
||||
|
||||
|
@ -68,6 +66,7 @@ app.game =
|
|||
@resources[type] = 100
|
||||
|
||||
map: []
|
||||
miners: []
|
||||
maxTileAmount: 15
|
||||
|
||||
resources:
|
||||
|
|
Loading…
Reference in a new issue