mirror of
https://github.com/Insality/druid
synced 2025-11-26 19:00:52 +01:00
Add set_pivot to text component
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user