summaryrefslogtreecommitdiffhomepage
path: root/not/Platform.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/Platform.lua
parenteed0553c2f005c439a028d56d82756828e75c2ac (diff)
downloadroflnauts-b4389dfb590862b50cc6c9ce59d3fcef9bd046b3.zip
roflnauts-b4389dfb590862b50cc6c9ce59d3fcef9bd046b3.tar.gz
roflnauts-b4389dfb590862b50cc6c9ce59d3fcef9bd046b3.tar.bz2
World comments, other comments, todos
Diffstat (limited to 'not/Platform.lua')
-rw-r--r--not/Platform.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/not/Platform.lua b/not/Platform.lua
index 0c03e73..5ee2dd7 100644
--- a/not/Platform.lua
+++ b/not/Platform.lua
@@ -19,7 +19,7 @@ function Platform:new (game, world, x, y, shape, sprite, animations)
return o
end
--- Initializator of `Platform`.
+-- Initializer of `Platform`.
function Platform:init (animations, shape, world, x, y, imagePath)
PhysicalBody.init(self, world, x, y, imagePath)
self:setAnimationsList(animations)