MCPcopy Index your code
hub / github.com/KilledByAPixel/LittleJS / render

Method render

plugins/uiSystem.js:1190–1193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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///////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

drawTileMethod · 0.45

Tested by

no test coverage detected