diff options
author | Aki <nthirtyone@gmail.com> | 2017-04-03 20:11:21 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-04-03 20:11:21 +0200 |
commit | b4389dfb590862b50cc6c9ce59d3fcef9bd046b3 (patch) | |
tree | 032ba0d2510168459a8df7c480db465043bbdb43 /not/Decoration.lua | |
parent | eed0553c2f005c439a028d56d82756828e75c2ac (diff) | |
download | roflnauts-b4389dfb590862b50cc6c9ce59d3fcef9bd046b3.zip roflnauts-b4389dfb590862b50cc6c9ce59d3fcef9bd046b3.tar.gz roflnauts-b4389dfb590862b50cc6c9ce59d3fcef9bd046b3.tar.bz2 |
World comments, other comments, todos
Diffstat (limited to 'not/Decoration.lua')
-rw-r--r-- | not/Decoration.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/not/Decoration.lua b/not/Decoration.lua index 80f6653..9dc2bdd 100644 --- a/not/Decoration.lua +++ b/not/Decoration.lua @@ -18,7 +18,7 @@ function Decoration:new (x, y, imagePath) return o end --- Initializator of `Decoration`. +-- Initializer of `Decoration`. function Decoration:init (x, y, imagePath) Sprite.init(self, imagePath) self:setPosition(x, y) |