Exemple #1
0
 public override void draw(bool ignoreCulling)
 {
     SleekRender.drawTile(base.frame, this.texture, base.backgroundColor);
     base.drawChildren(ignoreCulling);
 }