summaryrefslogtreecommitdiffhomepage
path: root/not/PhysicalBody.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-03-19 02:45:17 +0100
committerAki <nthirtyone@gmail.com>2017-03-19 02:45:17 +0100
commit4652d69cc88e3d0137cac118344d21853c6a7605 (patch)
tree5389b2bb2b84dc36a852f296fa3a5caaa6b2e419 /not/PhysicalBody.lua
parentb262cb3eec1a797832d168f9e6d144468fb48c1d (diff)
downloadroflnauts-4652d69cc88e3d0137cac118344d21853c6a7605.zip
roflnauts-4652d69cc88e3d0137cac118344d21853c6a7605.tar.gz
roflnauts-4652d69cc88e3d0137cac118344d21853c6a7605.tar.bz2
Small changes, comments
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 1f91faf..e726ea3 100644
--- a/not/PhysicalBody.lua
+++ b/not/PhysicalBody.lua
@@ -19,4 +19,4 @@ end
-- Initializator of `PhysicalBody`.
function PhysicalBody:init (world, x, y, imagePath)
Sprite.init(self, imagePath)
-end \ No newline at end of file
+end