Add constants for orientations

This commit is contained in:
Gabriel Tofvesson 2024-10-11 22:48:52 +02:00
parent 25a998a542
commit f6c9801635

View File

@ -22,4 +22,7 @@ function Orientation:with(elementType)
return elementType
end
Orientation.VERTICAL = true
Orientation.HORIZONTAL = false
return Orientation