public void addObj(Lib.obj thing, int x, int y) { entities.Add(new Vector2(x, y), thing); map[x, y] = thing; }
public byte bright; //luminosity public pixc(Lib.obj type, byte bright) { this.type = type; this.bright = bright; }