mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 14:03:26 +02:00
walk and key event system rework with some regressions
This commit is contained in:
@@ -45,6 +45,15 @@ AlignTopCenter = 20
|
||||
AlignBottomCenter = 24
|
||||
AlignCenter = 48
|
||||
|
||||
North = 0
|
||||
East = 1
|
||||
South = 2
|
||||
West = 3
|
||||
NorthEast = 4
|
||||
SouthEast = 5
|
||||
SouthWest = 6
|
||||
NorthWest = 7
|
||||
|
||||
|
||||
KeyUnknown = 0
|
||||
KeyEscape = 1
|
||||
|
Reference in New Issue
Block a user