diff options
author | Aki <nthirtyone@gmail.com> | 2017-03-19 02:45:17 +0100 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-03-19 02:45:17 +0100 |
commit | 4652d69cc88e3d0137cac118344d21853c6a7605 (patch) | |
tree | 5389b2bb2b84dc36a852f296fa3a5caaa6b2e419 /not/PhysicalBody.lua | |
parent | b262cb3eec1a797832d168f9e6d144468fb48c1d (diff) | |
download | roflnauts-4652d69cc88e3d0137cac118344d21853c6a7605.zip roflnauts-4652d69cc88e3d0137cac118344d21853c6a7605.tar.gz roflnauts-4652d69cc88e3d0137cac118344d21853c6a7605.tar.bz2 |
Small changes, comments
Diffstat (limited to 'not/PhysicalBody.lua')
-rw-r--r-- | not/PhysicalBody.lua | 2 |
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 |