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