mostly art stuffgit add -A

This commit is contained in:
0x81c 2015-03-15 13:54:47 -04:00
parent ffa35aec89
commit 687939b269
39 changed files with 27 additions and 7 deletions

View file

@ -98,6 +98,9 @@ function Entity:move(axis, direction)
self[axis] = self[axis] + direction
end
function Entity:setSprite(sprite)
self.sprite = sprite
end
function Entity:sha()
return math.random(-worldSha, worldSha) * .5