mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00
9 lines
144 B
Lua
9 lines
144 B
Lua
-- AnchorPoint
|
|
AnchorNone = 0
|
|
AnchorTop = 1
|
|
AnchorBottom = 2
|
|
AnchorLeft = 3
|
|
AnchorRight = 4
|
|
AnchorVerticalCenter = 5
|
|
AnchorHorizontalCenter = 6
|