tibia-client/packages/core/constants.lua

12 lines
177 B
Lua
Raw Normal View History

rootUI = UI.getRootContainer()
-- AnchorPoint
AnchorNone = 0
AnchorTop = 1
AnchorBottom = 2
AnchorLeft = 3
AnchorRight = 4
AnchorVerticalCenter = 5
AnchorHorizontalCenter = 6