summaryrefslogtreecommitdiffhomepage
path: root/not/PhysicalBody.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-04-03 20:11:21 +0200
committerAki <nthirtyone@gmail.com>2017-04-03 20:11:21 +0200
commitb4389dfb590862b50cc6c9ce59d3fcef9bd046b3 (patch)
tree032ba0d2510168459a8df7c480db465043bbdb43 /not/PhysicalBody.lua
parenteed0553c2f005c439a028d56d82756828e75c2ac (diff)
downloadroflnauts-b4389dfb590862b50cc6c9ce59d3fcef9bd046b3.zip
roflnauts-b4389dfb590862b50cc6c9ce59d3fcef9bd046b3.tar.gz
roflnauts-b4389dfb590862b50cc6c9ce59d3fcef9bd046b3.tar.bz2
World comments, other comments, todos
Diffstat (limited to 'not/PhysicalBody.lua')
-rw-r--r--not/PhysicalBody.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/not/PhysicalBody.lua b/not/PhysicalBody.lua
index 7c05262..7b774f2 100644
--- a/not/PhysicalBody.lua
+++ b/not/PhysicalBody.lua
@@ -17,7 +17,7 @@ function PhysicalBody:new (world, x, y, imagePath)
end
]]
--- Initializator of `PhysicalBody`.
+-- Initializer of `PhysicalBody`.
function PhysicalBody:init (world, x, y, imagePath)
Sprite.init(self, imagePath)
self.body = love.physics.newBody(world.world, x, y)