diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-04 18:46:49 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-04 18:46:49 +0200 |
commit | e287689c2a22d82522a5578205bf66f77c51a467 (patch) | |
tree | fe0640948da664bde82e59d3442fff4cecb734e6 | |
parent | 37c89de4d84b3ff5af8b001f9f54537b6e343cb0 (diff) | |
download | roflnauts-e287689c2a22d82522a5578205bf66f77c51a467.zip roflnauts-e287689c2a22d82522a5578205bf66f77c51a467.tar.gz roflnauts-e287689c2a22d82522a5578205bf66f77c51a467.tar.bz2 |
Note about Element's getSize
-rw-r--r-- | not/Element.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/not/Element.lua b/not/Element.lua index 75d1790..3b0d13a 100644 --- a/not/Element.lua +++ b/not/Element.lua @@ -8,6 +8,7 @@ function Element:new (parent) self.y = 0 end +-- TODO: Element's getSize is temporary. Create BoxElement and move it there. function Element:getSize () return 0, 0 end |