mirror of
https://github.com/edubart/otclient.git
synced 2025-12-21 16:07:12 +01:00
add a new folder structure redesign organized by packages
This commit is contained in:
11
packages/core/constants.lua
Normal file
11
packages/core/constants.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
rootUI = UI.getRootContainer()
|
||||
|
||||
-- AnchorPoint
|
||||
AnchorNone = 0
|
||||
AnchorTop = 1
|
||||
AnchorBottom = 2
|
||||
AnchorLeft = 3
|
||||
AnchorRight = 4
|
||||
AnchorVerticalCenter = 5
|
||||
AnchorHorizontalCenter = 6
|
||||
|
||||
Reference in New Issue
Block a user