- addApple
AppleEntity addApple(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- addSnake
void addSnake(SnakeEntity snakepart)
Undocumented in source. Be warned that the author may not have intended to support it.
- addToTileset
int addToTileset(IntRect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
- calcTileNeighbors
int calcTileNeighbors(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- calcWallIndexes
void calcWallIndexes()
Undocumented in source. Be warned that the author may not have intended to support it.
- calcWallShadows
void calcWallShadows()
Undocumented in source. Be warned that the author may not have intended to support it.
- createMap
void createMap()
Undocumented in source. Be warned that the author may not have intended to support it.
- draw
void draw(Vector2f pos, RenderTarget target)
Undocumented in source. Be warned that the author may not have intended to support it.
- getIndex
int getIndex(int x, int y, int layer)
Undocumented in source. Be warned that the author may not have intended to support it.
- getTile
Tile getTile(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- sortEntities
void sortEntities()
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(float deltaTime)
Undocumented in source. Be warned that the author may not have intended to support it.