moved pixel

This commit is contained in:
2022-02-21 17:04:36 +01:00
parent 0ad907f74a
commit fd1428c749
3 changed files with 10 additions and 7 deletions

View File

@@ -6,12 +6,6 @@ import util.Vec.Vec2;
import util.Color;
import lib.TermWriteable;
@:structInit class Pixel {
public var char:String;
public var bg:Color;
public var textColor:Color;
}
class TermBuffer implements TermWriteable {
/**
format [y][x]. First index is the line. Second index the char in the line.