small fixes after merge
This commit is contained in:
parent
89bc084f43
commit
280b293fb7
2 changed files with 5 additions and 6 deletions
|
@ -16,7 +16,6 @@ app.game.hud =
|
||||||
|
|
||||||
render: ->
|
render: ->
|
||||||
panelusage = 'resources'
|
panelusage = 'resources'
|
||||||
|
|
||||||
app.layer.drawImage app.images.hud, 0, 11*8
|
app.layer.drawImage app.images.hud, 0, 11*8
|
||||||
|
|
||||||
if @buildinfo
|
if @buildinfo
|
||||||
|
@ -32,7 +31,7 @@ app.game.hud =
|
||||||
panelusage = 'entity'
|
panelusage = 'entity'
|
||||||
app.layer.drawRegion app.images.entitydetails, currentSelectedTile.entity.spritedetail(), 12, 95
|
app.layer.drawRegion app.images.entitydetails, currentSelectedTile.entity.spritedetail(), 12, 95
|
||||||
else
|
else
|
||||||
app.layer.drawRegion app.images.layerdetails, currentSelectedTile.getCurrentLayer().spritedetail, 1, 95
|
app.layer.drawRegion app.images.layerdetails, currentSelectedTile.getCurrentLayer().spritedetail, 12, 95
|
||||||
|
|
||||||
# silo capacity
|
# silo capacity
|
||||||
usedSiloStoragePercent = Math.round((100 / app.game.availableSiloStorage()) * app.game.usedSiloStorage())
|
usedSiloStoragePercent = Math.round((100 / app.game.availableSiloStorage()) * app.game.usedSiloStorage())
|
||||||
|
|
Loading…
Reference in a new issue