summaryrefslogtreecommitdiffhomepage
path: root/not/Element.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-09-04 18:46:49 +0200
committerAki <nthirtyone@gmail.com>2017-09-04 18:46:49 +0200
commite287689c2a22d82522a5578205bf66f77c51a467 (patch)
treefe0640948da664bde82e59d3442fff4cecb734e6 /not/Element.lua
parent37c89de4d84b3ff5af8b001f9f54537b6e343cb0 (diff)
downloadroflnauts-e287689c2a22d82522a5578205bf66f77c51a467.zip
roflnauts-e287689c2a22d82522a5578205bf66f77c51a467.tar.gz
roflnauts-e287689c2a22d82522a5578205bf66f77c51a467.tar.bz2
Note about Element's getSize
Diffstat (limited to 'not/Element.lua')
-rw-r--r--not/Element.lua1
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