MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / isAnimatedTile

Function isAnimatedTile

engine/src/tile.cpp:265–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265bool isAnimatedTile(int index) { return (index > 239) && (index < 256); }
266
267void initializeTileAnimations() {
268 tileAnimations[0].addFrame(224, 9);

Callers 1

loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected