diff options
author | Aki <nthirtyone@gmail.com> | 2017-03-19 03:29:32 +0100 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-03-19 03:29:32 +0100 |
commit | 2e352657813b37d17c2215b85189f18a50c099f9 (patch) | |
tree | 8ecbf2a0be065a14e0f679b10987e8b278afb882 /not/Cloud.lua | |
parent | 19e6728c339cb029ab9a6b7762d60abe790b772a (diff) | |
download | roflnauts-2e352657813b37d17c2215b85189f18a50c099f9.zip roflnauts-2e352657813b37d17c2215b85189f18a50c099f9.tar.gz roflnauts-2e352657813b37d17c2215b85189f18a50c099f9.tar.bz2 |
Comments, todos, pretty useless
Diffstat (limited to 'not/Cloud.lua')
-rw-r--r-- | not/Cloud.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/not/Cloud.lua b/not/Cloud.lua index c12e236..c9899d5 100644 --- a/not/Cloud.lua +++ b/not/Cloud.lua @@ -5,6 +5,7 @@ -- Metatable of `Cloud` -- nils initialized in constructor +-- TODO: inherit from `not.Decoration` or `not.Sprite`, depending on final result of `not.Sprite`. Cloud = { x = 0, -- position horizontal y = 0, -- position vertical |