diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-04 19:06:00 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-04 19:06:00 +0200 |
commit | 5d141eae2bfb196597a8743bc2409ac20308e45e (patch) | |
tree | da6e08b3e57c10a7bfb772c462d63bc950fc4961 /not | |
parent | 2b15ac7c04211b319c247f7923fe4b5ebfed0516 (diff) | |
download | roflnauts-5d141eae2bfb196597a8743bc2409ac20308e45e.zip roflnauts-5d141eae2bfb196597a8743bc2409ac20308e45e.tar.gz roflnauts-5d141eae2bfb196597a8743bc2409ac20308e45e.tar.bz2 |
There was no end to it
Diffstat (limited to 'not')
-rw-r--r-- | not/Button.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/not/Button.lua b/not/Button.lua index 3c6042d..3493a84 100644 --- a/not/Button.lua +++ b/not/Button.lua @@ -17,6 +17,7 @@ end function Button:getSize () return 58, 15 +end function Button:setText (text) self.text = text or "" |