mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
merge total remake
This commit is contained in:
8
modules/core/constants.lua
Normal file
8
modules/core/constants.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
-- AnchorPoint
|
||||
AnchorNone = 0
|
||||
AnchorTop = 1
|
||||
AnchorBottom = 2
|
||||
AnchorLeft = 3
|
||||
AnchorRight = 4
|
||||
AnchorVerticalCenter = 5
|
||||
AnchorHorizontalCenter = 6
|
Reference in New Issue
Block a user