diff --git a/gfx/text.lua b/gfx/text.lua index 9fb67f6..eb992d9 100644 --- a/gfx/text.lua +++ b/gfx/text.lua @@ -42,15 +42,15 @@ function Text:getWidth() end function Text:setWidth() - error("Dimensions are derived from content") + end function Text:setHeight() - error("Dimensions are derived from content") + end function Text:resize() - error("Dimensions are derived from content") + end return Text \ No newline at end of file