UI inspector

This commit is contained in:
kepler155c@gmail.com
2019-11-12 21:13:17 -07:00
parent 674c6af509
commit 25405f15c8
6 changed files with 282 additions and 0 deletions

View File

@@ -34,3 +34,9 @@ function UI.TextArea:draw()
end
end
end
function UI.TextArea.example()
return UI.TextArea {
value = 'sample text\nabc'
}
end