mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 01:29:21 +02:00
12 lines
178 B
Lua
12 lines
178 B
Lua
rootUI = App.getRootContainer()
|
|
|
|
-- AnchorPoint
|
|
AnchorNone = 0
|
|
AnchorTop = 1
|
|
AnchorBottom = 2
|
|
AnchorLeft = 3
|
|
AnchorRight = 4
|
|
AnchorVerticalCenter = 5
|
|
AnchorHorizontalCenter = 6
|
|
|