moved pixel
This commit is contained in:
9
src/kernel/ui/Pixel.hx
Normal file
9
src/kernel/ui/Pixel.hx
Normal file
@@ -0,0 +1,9 @@
|
||||
package kernel.ui;
|
||||
|
||||
import util.Color;
|
||||
|
||||
@:structInit class Pixel {
|
||||
public var char:String;
|
||||
public var bg:Color;
|
||||
public var textColor:Color;
|
||||
}
|
||||
Reference in New Issue
Block a user