This commit is contained in:
Nikita Kruglickiy
2021-03-31 05:25:18 +06:00
parent 44a539758f
commit 1e9e783ee6
12 changed files with 1518 additions and 23 deletions

View File

@@ -8,6 +8,7 @@ ELabel = class("ELabel", Element)
function ELabel:initialize()
Element.initialize(self)
self._text = ""
self._textWidth = 0
self._textHeight = 0