BIG FORMATING COMMIT

This commit is contained in:
2023-07-30 15:55:22 +02:00
parent 088fce0aaa
commit 91972107eb
103 changed files with 1610 additions and 1585 deletions

View File

@@ -22,7 +22,7 @@ enum abstract Color(Int) from cc.Colors.Color to cc.Colors.Color {
@:op(A + B)
@:op(A | B)
public inline function combine(rhs: Color):BundleMask {
public inline function combine(rhs:Color):BundleMask {
return this | rhs;
}
}