7 lines
91 B
Haxe
7 lines
91 B
Haxe
package kha.graphics4;
|
|
|
|
enum abstract TexDir(Int) to Int {
|
|
var U = 0;
|
|
var V = 1;
|
|
}
|