Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
265
bool isAnimatedTile(int index) { return (index > 239) && (index < 256); }
266
267
void initializeTileAnimations() {
268
tileAnimations[0].addFrame(224, 9);
Callers
1
load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected