ld31-space-diggers/src/entities/solarpanel.coffee
Aaron Mueller 89bc084f43 solarpanel
2014-12-07 17:54:51 +01:00

15 lines
177 B
CoffeeScript

class Solarpanel
tick: (tile)->
sprite: ->
[0, 8*3, 8, 8]
spritedetail: ->
[0, 16*3, 16, 16]
isMoveable: ->
false
spaceProvided: 0
isDockable: true