2025-01-22 16:18:30 +01:00

7 lines
91 B
Haxe

package kha.graphics4;
enum abstract TexDir(Int) to Int {
var U = 0;
var V = 1;
}