Add constants for orientations
This commit is contained in:
parent
25a998a542
commit
f6c9801635
@ -22,4 +22,7 @@ function Orientation:with(elementType)
|
|||||||
return elementType
|
return elementType
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Orientation.VERTICAL = true
|
||||||
|
Orientation.HORIZONTAL = false
|
||||||
|
|
||||||
return Orientation
|
return Orientation
|
Loading…
x
Reference in New Issue
Block a user