forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
7
Kha/Sources/kha/graphics2/HorTextAlignment.hx
Normal file
7
Kha/Sources/kha/graphics2/HorTextAlignment.hx
Normal file
@ -0,0 +1,7 @@
|
||||
package kha.graphics2;
|
||||
|
||||
enum abstract HorTextAlignment(Int) {
|
||||
var TextLeft;
|
||||
var TextCenter;
|
||||
var TextRight;
|
||||
}
|
Reference in New Issue
Block a user