Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Insality
2022-11-09 20:21:42 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -569,7 +569,7 @@ end
-- @tparam node node Gui text node
-- @tparam[opt] string value Initial text. Default value is node text from GUI scene.
-- @tparam[opt] bool no_adjust If true, text will be not auto-adjust size
-- @treturn Tet text component
-- @treturn Text text component
function DruidInstance.new_text(self, node, value, no_adjust)
return DruidInstance.new(self, text, node, value, no_adjust)
end