Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getBlankTileTexture
Method
getBlankTileTexture
src/modules/maps/src/eepp/maps/tilemap.cpp:1468–1470 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1466
}
1467
1468
Texture* TileMap::getBlankTileTexture() {
1469
return mTileTex;
1470
}
1471
1472
bool TileMap::isTileBlocked( const Vector2i& TilePos ) {
1473
TileMapLayer* TLayer;
Callers
2
draw
Method · 0.80
draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected