()
| 1188 | this.shadowColor = CLEAR_BLACK; |
| 1189 | } |
| 1190 | render() |
| 1191 | { |
| 1192 | uiSystem.drawTile(this.pos, this.size, this.tileInfo, this.color, this.angle, this.mirror, this.shadowColor, this.shadowBlur, this.shadowOffset); |
| 1193 | } |
| 1194 | } |
| 1195 | |
| 1196 | /////////////////////////////////////////////////////////////////////////////// |