Does Agate have Tile Suport?

Hi everyone,

I've been looking for an engine to help me develop a 2d rpg game and I've found Agate. I've been looking through its documentation and I didnt find anything about tile maps.

Does agate suport tile mapping?
Thx

Of course you can do it with

Of course you can do it with AgateLib, but there is nothing built into AgateLib specifically for tile mapping. But the surface class has an overload for drawing from a specified source rectangle so you can do tile maps.