Small fix

This commit is contained in:
Ruben Müller 2014-12-06 20:39:59 +01:00
parent eeb7d50055
commit 471b8da421
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,6 @@ app.game =
start: ->
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: