Add set_pivot to text component

This commit is contained in:
Insality
2020-01-11 15:04:53 +05:00
parent c3752dba54
commit 59c9dc8a9b
6 changed files with 43 additions and 20 deletions

View File

@@ -32,7 +32,7 @@ M.PIVOTS = {
[gui.PIVOT_S] = vmath.vector3(0, -0.5, 0),
[gui.PIVOT_SW] = vmath.vector3(-0.5, -0.5, 0),
[gui.PIVOT_W] = vmath.vector3(-0.5, 0, 0),
[gui.PIVOT_NW] = vmath.vector3(-0.5, -0.5, 0),
[gui.PIVOT_NW] = vmath.vector3(-0.5, 0.5, 0),
}
M.SIDE = {