mostly art stuffgit add -A
This commit is contained in:
parent
ffa35aec89
commit
687939b269
39 changed files with 27 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue