I wouldn't use "simple" sprites either, btw. I am not sure, but I guess having a few hundred sprites (and thus a few hundred entities) will be quite slow - I would at least try to merge same tiles.

(I would go for the draw_quad solution, drawing them, applying a shader, putting them on the final image. This is not the fastest solution, but well, Gamestudio is a 3D Engine ;))